load_iterativeMethod Subroutine

private subroutine load_iterativeMethod(me, conf, parent)

Load the iterativeMethod to use in the turbulent wall model from the user configuration.

Arguments

Type IntentOptional Attributes Name
type(mus_turb_wallFunc_type), intent(inout) :: me

Turbulent wall model type to fill assign wall model

type(flu_State) :: conf

lua flu state

integer, intent(in) :: parent

bc parent handle


Calls

proc~~load_iterativemethod~~CallsGraph proc~load_iterativemethod load_iterativeMethod aot_get_val aot_get_val proc~load_iterativemethod->aot_get_val tem_abort tem_abort proc~load_iterativemethod->tem_abort

Called by

proc~~load_iterativemethod~~CalledByGraph proc~load_iterativemethod load_iterativeMethod proc~mus_load_turb_wallfunc mus_load_turb_wallFunc proc~mus_load_turb_wallfunc->proc~load_iterativemethod