Container for the hydrodynamic variables. More...
#include <computational_cell.hpp>

Public Member Functions | |
| ComputationalCell (void) | |
| Null constructor. | |
| ComputationalCell (double density_i, double pressure_i, const Vector3D &velocity_i) | |
| Class constructor. More... | |
| ComputationalCell (double density_i, double pressure_i, const Vector3D &velocity_i, const vector< double > &tracers_i) | |
| Class constructor. More... | |
Public Attributes | |
| double | density |
| Density. | |
| double | pressure |
| Pressure. | |
| Vector3D | velocity |
| Velocity. | |
| vector< double > | tracers |
| Tracers. | |
Container for the hydrodynamic variables.
Definition at line 15 of file computational_cell.hpp.
| ComputationalCell::ComputationalCell | ( | double | density_i, |
| double | pressure_i, | ||
| const Vector3D & | velocity_i | ||
| ) |
Class constructor.
| density_i | Density |
| pressure_i | Pressure |
| velocity_i | Velocity |
Definition at line 8 of file computational_cell.cpp.
| ComputationalCell::ComputationalCell | ( | double | density_i, |
| double | pressure_i, | ||
| const Vector3D & | velocity_i, | ||
| const vector< double > & | tracers_i | ||
| ) |
Class constructor.
| density_i | Density |
| pressure_i | Pressure |
| velocity_i | Velocity |
| tracers_i | Tracers |
Definition at line 14 of file computational_cell.cpp.
1.8.13