void cs_eos_destroy(void)
Definition: cs_eos.cxx:152
cs_phys_prop_type_t
Definition: cs_physical_properties.h:52
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
cs_phys_prop_thermo_plane_type_t
Definition: cs_physical_properties.h:40
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:316
void cs_phys_prop_eos(cs_phys_prop_thermo_plane_type_t thermo_plane, cs_phys_prop_type_t property, const cs_lnum_t n_vals, double var1[], double var2[], cs_real_t val[])
Computes physical properties in (P,h,Yi) for compressible flow.
Definition: cs_eos.cxx:175
void cs_eos_create(const char *EOSMethod, char *EOSRef)
Definition: cs_eos.cxx:138