My Project
programmer's documentation
|
This subroutine fills physical properties which are variable in time for the gas mixtures modelling with or without steam inside the fluid domain. In presence of steam, this one is deduced from the noncondensable gases transported as scalars (by means of the mass fraction of each species). More...
Functions/Subroutines | |
subroutine | cs_gas_mix_physical_properties |
subroutine | cs_local_physical_properties (mu, lambda, tk, tkelvin, spro, name) |
subroutine | cs_local_physical_properties_suth (mu, lambda, tk, spro, name) |
This subroutine fills physical properties which are variable in time for the gas mixtures modelling with or without steam inside the fluid domain. In presence of steam, this one is deduced from the noncondensable gases transported as scalars (by means of the mass fraction of each species).
This user subroutine is used to compute the dynamic viscosity and conductivity coefficient associated to each gas species.
subroutine cs_gas_mix_physical_properties | ( | ) |
subroutine cs_local_physical_properties | ( | double precision | mu, |
double precision | lambda, | ||
double precision | tk, | ||
double precision | tkelvin, | ||
type(gas_mix_species_prop) | spro, | ||
character(len=80) | name | ||
) |
[out] | mu | dynamic viscosity associated to the gas species |
[out] | lambda | conductivity coefficient of the gas species |
[in] | tk | temperature variable in kelvin |
[in] | tkelvin | reference temperature value |
[in] | spro | constants used for the physcial laws |
[in] | name | name of the field associated to the gas species |
subroutine cs_local_physical_properties_suth | ( | double precision | mu, |
double precision | lambda, | ||
double precision | tk, | ||
type(gas_mix_species_prop) | spro, | ||
character(len=80) | name | ||
) |