atl_load_navierStokes Subroutine

public subroutine atl_load_navierStokes(navierStokes, euler, conf, eq_table)

Subroutine to initialize an equation of type navier stokes equation as defined in the configuration file

Arguments

Type IntentOptional Attributes Name
type(atl_navierStokes_type), intent(out) :: navierStokes

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

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 (input)

integer, intent(in) :: eq_table

A handle to the equation table inside the configuration file


Calls

proc~~atl_load_navierstokes~~CallsGraph proc~atl_load_navierstokes atl_load_navierStokes 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~aot_get_val~2 aot_get_val proc~atl_load_navierstokes->proc~aot_get_val~2 proc~atl_load_euler->proc~tem_abort proc~atl_load_euler->proc~aot_get_val~2

Called by

proc~~atl_load_navierstokes~~CalledByGraph proc~atl_load_navierstokes atl_load_navierStokes proc~atl_eqn_nvrstk_init atl_eqn_nvrstk_init proc~atl_eqn_nvrstk_init->proc~atl_load_navierstokes proc~atl_load_filtns atl_load_filtNS proc~atl_load_filtns->proc~atl_load_navierstokes proc~atl_init_equation atl_init_equation proc~atl_init_equation->proc~atl_eqn_nvrstk_init proc~atl_eqn_filtered_nvrstk_init atl_eqn_filtered_nvrstk_init proc~atl_init_equation->proc~atl_eqn_filtered_nvrstk_init proc~atl_eqn_filtered_nvrstk_init->proc~atl_load_filtns 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