calc_therm_factor_loc Interface

interface

This routine calculates thermodynamic factor for given mole_frac of all species


private subroutine calc_therm_factor_loc(nSpc, Temp, Press, Mole_frac, Therm_factors) bind(c, name='calc_therm_factor_C')

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