Evaluate the state on the edge using the exact riemann solver
: clarify what to do with v1 and v2 @todo: clarify what to do with v1 and v2 @todo: clarify what to do with v1 and v2 @todo: clarify what to do with v1 and v2 @todo: clarify what to do with v1 and v2 @todo: clarify what to do with v1 and v2
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_ere_solState1D_type), | intent(in) | :: | me | Description of the general constants for the Riemann solver. |
||
real(kind=rk), | intent(in) | :: | rho_left | |||
real(kind=rk), | intent(in) | :: | vn_left | |||
real(kind=rk), | intent(in) | :: | v1_left | |||
real(kind=rk), | intent(in) | :: | v2_left | |||
real(kind=rk), | intent(in) | :: | p_left | |||
real(kind=rk), | intent(in) | :: | rho_right | |||
real(kind=rk), | intent(in) | :: | vn_right | |||
real(kind=rk), | intent(in) | :: | v1_right | |||
real(kind=rk), | intent(in) | :: | v2_right | |||
real(kind=rk), | intent(in) | :: | p_right | |||
real(kind=rk), | intent(out) | :: | rho | |||
real(kind=rk), | intent(out) | :: | vn | |||
real(kind=rk), | intent(out) | :: | v1 | |||
real(kind=rk), | intent(out) | :: | v2 | |||
real(kind=rk), | intent(out) | :: | p |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | du | ||||
real(kind=rk), | private | :: | u | ||||
real(kind=rk), | private | :: | cl | ||||
real(kind=rk), | private | :: | cr | ||||
real(kind=rk), | private | :: | p0 | ||||
real(kind=rk), | private | :: | cha | ||||
real(kind=rk), | private | :: | fl | ||||
real(kind=rk), | private | :: | fld | ||||
real(kind=rk), | private | :: | fr | ||||
real(kind=rk), | private | :: | frd | ||||
real(kind=rk), | private | :: | pratio | ||||
real(kind=rk), | private | :: | cratio | ||||
integer, | private | :: | kk |