Routine to check if the physical values of a state are physically meaningful or not.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | minlevel | |||
integer, | intent(in) | :: | maxlevel | |||
type(atl_statedata_type), | intent(in) | :: | statedata_list(minlevel:maxlevel) | |||
type(atl_cube_elem_type), | intent(in) | :: | mesh_list(minlevel:maxlevel) | |||
type(tem_status_type), | intent(inout) | :: | stat | The current status bits from the treelm general configuration |
||
type(atl_Equations_type), | intent(in) | :: | equation | |||
type(atl_scheme_type), | intent(in) | :: | scheme_list(minlevel:maxlevel) | |||
integer, | intent(in) | :: | poly_proj_pos(minlevel:maxlevel) | |||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj_list(:) | |||
type(atl_physCheck_type), | intent(in) | :: | check | |||
integer, | intent(in) | :: | iteration | |||
type(atl_global_timestep_type), | intent(inout) | :: | time |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | maxVel | max velocity to calculate the cfl in euler and linearEuler |
|||
integer, | private | :: | iLevel | ||||
integer, | private | :: | nLevelFluids | ||||
logical, | private | :: | isPhysical |