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