atl_load_filtNS Subroutine

public subroutine atl_load_filtNS(filtNavierStokes, navierStokes, euler, conf, eq_table)

subroutine to initialize an equation of type filtered-navier-stokes equation (turbulence modelling) as defined in the configuration file

Arguments

Type IntentOptional Attributes Name
type(atl_FiltNavierStokes_type), intent(out) :: filtNavierStokes

Output of this subroutine, the data inside this argument will be set to the values of the configuration file

type(atl_navierStokes_type), intent(out) :: navierStokes
type(atl_euler_type), intent(out) :: euler
type(flu_State), intent(in) :: conf

Variable of type flu_State which is a flu binding to the configuration file

integer, intent(in) :: eq_table

A handle to the equation table inside the configuration file


Calls

proc~~atl_load_filtns~~CallsGraph proc~atl_load_filtns atl_load_filtNS proc~atl_load_navierstokes atl_load_navierStokes proc~atl_load_filtns->proc~atl_load_navierstokes proc~aot_get_val~2 aot_get_val proc~atl_load_filtns->proc~aot_get_val~2 proc~atl_load_navierstokes->proc~aot_get_val~2 proc~atl_load_euler atl_load_euler proc~atl_load_navierstokes->proc~atl_load_euler proc~tem_abort tem_abort proc~atl_load_navierstokes->proc~tem_abort proc~atl_load_euler->proc~aot_get_val~2 proc~atl_load_euler->proc~tem_abort

Called by

proc~~atl_load_filtns~~CalledByGraph proc~atl_load_filtns atl_load_filtNS proc~atl_eqn_filtered_nvrstk_init atl_eqn_filtered_nvrstk_init proc~atl_eqn_filtered_nvrstk_init->proc~atl_load_filtns proc~atl_init_equation atl_init_equation proc~atl_init_equation->proc~atl_eqn_filtered_nvrstk_init proc~atl_initialize atl_initialize proc~atl_initialize->proc~atl_init_equation proc~atl_initialize_program atl_initialize_program proc~atl_initialize_program->proc~atl_initialize program~atl_harvesting atl_harvesting program~atl_harvesting->proc~atl_initialize

Contents