Peano
Loading...
Searching...
No Matches
xpart Struct Reference

Particle fields not needed during the SPH loops over neighbours. More...

#include <hydro_part.h>

Data Fields

float x_diff [3]
 
float x_diff_sort [3]
 
float v_full [3]
 
float a_grav [3]
 
float u_full
 

Detailed Description

Particle fields not needed during the SPH loops over neighbours.

This structure contains the particle fields that are not used in the density or force loops. Quantities should be used in the kick, drift and potentially ghost tasks only.

Definition at line 55 of file hydro_part.h.

Field Documentation

◆ a_grav

float xpart::a_grav[3]

Gravitational acceleration at the end of the last step

Definition at line 67 of file hydro_part.h.

◆ u_full

float xpart::u_full

Internal energy at the last full step.

Definition at line 70 of file hydro_part.h.

◆ v_full

float xpart::v_full[3]

Velocity at the last full step.

Definition at line 64 of file hydro_part.h.

◆ x_diff

float xpart::x_diff[3]

Offset between current position and position at last tree rebuild.

Definition at line 58 of file hydro_part.h.

◆ x_diff_sort

float xpart::x_diff_sort[3]

Offset between the current position and position at the last sort.

Definition at line 61 of file hydro_part.h.


The documentation for this struct was generated from the following file: