My Project
programmer's documentation
|
Go to the source code of this file.
Functions | |
void | cs_phys_prop_coolprop (char *CoolPropMaterial, cs_phys_prop_thermo_plane_type_t thermo_plane, cs_phys_prop_type_t property, const cs_lnum_t n_vals, const cs_real_t var1[], const cs_real_t var2[], cs_real_t val[]) |
Computes physical properties in (P,h,Yi) for compressible flow. More... | |
void cs_phys_prop_coolprop | ( | char * | CoolPropMaterial, |
cs_phys_prop_thermo_plane_type_t | thermo_plane, | ||
cs_phys_prop_type_t | property, | ||
const cs_lnum_t | n_vals, | ||
const cs_real_t | var1[], | ||
const cs_real_t | var2[], | ||
cs_real_t | val[] | ||
) |
Computes physical properties in (P,h,Yi) for compressible flow.
Computes physical properties in (P,h,Yi) for compressible flow.
parameters: CoolPropMaterial <– type of material 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
[in] | CoolPropMaterial | type of material |
[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 |