Set the omegas according to the time step setting
cross check whether omega at each level is set correctly by computing physical viscosity from omega and check it with specified physical kinematic viscosity
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_mixture_type), | intent(inout) | :: | mixture | |||
integer, | intent(in) | :: | minLevel | |||
integer, | intent(in) | :: | maxLevel | |||
type(mus_physics_type), | intent(in) | :: | physics | physics type to convert physics to lattice unit or vice versa |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iLevel | ||||
real(kind=rk), | private | :: | viscPhy_loc | ||||
real(kind=rk), | private | :: | error_rel |