9.0
general documentation
Loading...
Searching...
No Matches
cs_eos.hxx File Reference
Include dependency graph for cs_eos.hxx:

Go to the source code of this file.

Functions

void cs_eos_create (const char *EOSMethod, char *EOSRef)
void cs_eos_destroy (void)
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.

Function Documentation

◆ cs_eos_create()

void cs_eos_create ( const char * EOSMethod,
char * EOSRef )

◆ cs_eos_destroy()

void cs_eos_destroy ( void )

◆ cs_phys_prop_eos()

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.

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_planetype of thermal plane
[in]propertytype of property to compute
[in]n_valssize of properties arrays
[in]var1array of pressure
[in]var2array of thermal properties
[out]valarray of property