abst_calc_vhc_gauss_point_ptr Interface

interface
private function abst_calc_vhc_gauss_point_ptr(self, state, DEN, LatentHeat, dQi_dT) result(VHC)

Arguments

Type IntentOptional Attributes Name
class(abst_vhc), intent(in) :: self
type(type_gauss_point_state), intent(in) :: state
class(abst_den), intent(in), optional, pointer :: DEN
real(kind=real64), intent(in), optional :: LatentHeat
real(kind=real64), intent(in), optional :: dQi_dT

Return Value real(kind=real64)