#include <cs_lagr.h>
Collaboration diagram for cs_lagr_specific_physics_t:Public Member Functions | |
| DISABLE_WARNING_PUSH | DISABLE_WARNING (-Wdeprecated-declarations) cs_lagr_specific_physics_t() |
| Default constructor with suppression of deprecated declarations, needed to hide warnings simply induced by including this header file. More... | |
Public Attributes | |
| DISABLE_WARNING_POP int | solve_temperature_seen {0} |
| int | solve_temperature {0} |
| int & | itpvar {solve_temperature} |
| int | solve_diameter {0} |
| int & | idpvar {solve_diameter} |
| int | solve_mass {0} |
| int & | impvar {solve_mass} |
| cs_real_t | tpart {-999.} |
| cs_real_t | cppart {-999.} |
Specific physical model options for the Lagrangian module
|
inline |
Default constructor with suppression of deprecated declarations, needed to hide warnings simply induced by including this header file.
| cs_real_t cppart {-999.} |
| int& idpvar {solve_diameter} |
| int& impvar {solve_mass} |
| int& itpvar {solve_temperature} |
| int solve_diameter {0} |
| int solve_mass {0} |
| int solve_temperature {0} |
| DISABLE_WARNING_POP int solve_temperature_seen {0} |
| cs_real_t tpart {-999.} |