getConversionFac Function

public function getConversionFac(conf, facName, nLevels) result(val)

Get the conversion factor variable from physics table from a given solver specific character handle.

Arguments

Type IntentOptional Attributes Name
type(flu_State), intent(in) :: conf

handle of the solver specific character

character(len=*), intent(in) :: facName

conversion factor variable label

integer, intent(in) :: nLevels

Return Value real(kind=rk), (nLevels)

val to be returned


Calls

proc~~getconversionfac~~CallsGraph proc~getconversionfac getConversionFac proc~aot_table_open aot_table_open proc~getconversionfac->proc~aot_table_open proc~aot_get_val~2 aot_get_val proc~getconversionfac->proc~aot_get_val~2 proc~aot_table_close aot_table_close proc~getconversionfac->proc~aot_table_close proc~tem_abort tem_abort proc~getconversionfac->proc~tem_abort

Contents