calc_therm_factor_loc Interface

interface

This routine calculates thermodynamic factor for given mole_frac of all species


Called by

interface~~calc_therm_factor_loc~~CalledByGraph interface~calc_therm_factor_loc calc_therm_factor_loc proc~mus_calc_thermfactor_single~2 mus_calc_thermFactor_single proc~mus_calc_thermfactor_single~2->interface~calc_therm_factor_loc interface~mus_calc_thermfactor~2 mus_calc_thermFactor interface~mus_calc_thermfactor~2->proc~mus_calc_thermfactor_single~2

private subroutine calc_therm_factor_loc(nSpc, Temp, Press, Mole_frac, Therm_factors) bind(c, name="0")

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int), intent(in), value :: nSpc
real(kind=c_double), intent(in), value :: Temp
real(kind=c_double), intent(in), value :: Press
real(kind=c_double), intent(in), dimension(*) :: Mole_frac
real(kind=c_double), intent(out), dimension(*) :: Therm_factors