Apply conservative limitation of denisty and energy to ensure positivity for density and pressure.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(atl_statedata_type), | intent(inout) | :: | state | |||
| type(atl_cube_elem_type), | intent(in) | :: | mesh | |||
| type(atl_cons_positivity_preserv_type), | intent(in) | :: | filter | |||
| type(atl_euler_type), | intent(in) | :: | euler | |||
| type(ply_poly_project_type), | intent(inout) | :: | poly_proj |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private, | allocatable | :: | modalCoeffs(:,:) | |||
| real(kind=rk), | private, | allocatable | :: | pointVal(:,:) | |||
| real(kind=rk), | private, | allocatable | :: | hatDens(:) | |||
| real(kind=rk), | private, | allocatable | :: | t_vec(:) | |||
| real(kind=rk), | private, | allocatable | :: | limitedPntVal(:,:) | |||
| real(kind=rk), | private | :: | mean(5) | ||||
| integer, | private | :: | iElem | ||||
| integer, | private | :: | iPoint | ||||
| integer, | private | :: | iVar | ||||
| integer, | private | :: | i | ||||
| real(kind=rk), | private | :: | minDens | ||||
| real(kind=rk), | private | :: | theta_1 | ||||
| real(kind=rk), | private | :: | theta_2 | ||||
| real(kind=rk), | private | :: | momSq | ||||
| real(kind=rk), | private | :: | tmpPressure | ||||
| real(kind=rk), | private | :: | pressMean | ||||
| integer, | private | :: | nquadpoints | ||||
| integer, | private | :: | oversamp_dofs |