Calculate the physical flux for the MODG scheme and Linearized euler equation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_Equations_type), | intent(in) | :: | equation | The equation system we are working with |
||
real(kind=rk), | intent(inout) | :: | res(:,:) | The result in the modal form |
||
real(kind=rk), | intent(in), | optional | :: | state(:,:) | The state in the modal form |
|
type(ply_poly_project_type), | intent(inout) | :: | poly_proj | The projection datatype for the projection information |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iDof | The material information |
|||
integer, | private | :: | nDofs | The material information |
|||
real(kind=rk), | private | :: | state_0(3) | ||||
real(kind=rk), | private | :: | vsq | ||||
real(kind=rk), | private | :: | R_inv | ||||
real(kind=rk), | private | :: | R_inv_sq | ||||
real(kind=rk), | private | :: | isen | ||||
real(kind=rk), | private | :: | isencoef | ||||
real(kind=rk), | private | :: | A_21 | ||||
real(kind=rk), | private | :: | A_22 | ||||
real(kind=rk), | private | :: | A_23 | ||||
real(kind=rk), | private | :: | A_31 | ||||
real(kind=rk), | private | :: | A_32 | ||||
real(kind=rk), | private | :: | A_33 |