numerics
Loading...
Searching...
No Matches
physics::Particle3D Struct Reference

3D SPH particle – AoS layout More...

#include <particle3d.hpp>

Public Attributes

float x
 
float y
 
float z
 
float vx
 
float vy
 
float vz
 
float evx
 
float evy
 
float evz
 smoothed velocity (ev = (ev+v)/2 each step)
 
float ax
 
float ay
 
float az
 
float density
 
float pressure
 
float temperature
 
float dT_dt
 

Detailed Description

3D SPH particle – AoS layout

Definition at line 8 of file particle3d.hpp.

Member Data Documentation

◆ ax

float physics::Particle3D::ax

◆ ay

float physics::Particle3D::ay

◆ az

float physics::Particle3D::az

◆ density

◆ dT_dt

float physics::Particle3D::dT_dt

Definition at line 14 of file particle3d.hpp.

Referenced by physics::backends::omp::integrate().

◆ evx

◆ evy

◆ evz

float physics::Particle3D::evz

smoothed velocity (ev = (ev+v)/2 each step)

Definition at line 11 of file particle3d.hpp.

Referenced by physics::backends::omp::compute_forces(), physics::backends::seq::compute_forces(), and physics::backends::omp::integrate().

◆ pressure

float physics::Particle3D::pressure

◆ temperature

float physics::Particle3D::temperature

◆ vx

◆ vy

◆ vz

◆ x

◆ y

◆ z


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