Go to the source code of this file.
◆ cs_eos_create()
void cs_eos_create |
( |
const char * |
EOSMethod, |
|
|
char * |
EOSRef |
|
) |
| |
◆ cs_eos_destroy()
void cs_eos_destroy |
( |
void |
| ) |
|
◆ cs_phys_prop_eos()
Computes physical properties in (P,h,Yi) for compressible flow.
Computes physical properties in (P,h,Yi) for compressible flow.
parameters: thermo_plane <– type of thermal plane property <– type of property to compute n_vals <– size of properties arrays var1 <– array of pressure var2 <– array of thermal properties val --> array of property
- Parameters
-
[in] | thermo_plane | type of thermal plane |
[in] | property | type of property to compute |
[in] | n_vals | size of properties arrays |
[in] | var1 | array of pressure |
[in] | var2 | array of thermal properties |
[out] | val | array of property |