subroutine to initialize an equation of type filtered-navier-stokes equation (turbulence modelling) as defined in the configuration file
Type | Intent | Optional | 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 |