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