Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
procedure(RiemannSolverFCN), | public, | pointer | :: | RiemannSolver | => | NULL() | |
integer, | public | :: | whichRiemannSolver | = | -1 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(FTValueDictionary), | intent(in) | :: | controlVariables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | QLeft(1:NCONS) | |||
real(kind=RP), | intent(in) | :: | QRight(1:NCONS) | |||
real(kind=RP), | intent(in) | :: | rhoL | |||
real(kind=RP), | intent(in) | :: | rhoR | |||
real(kind=RP), | intent(in) | :: | muL | |||
real(kind=RP), | intent(in) | :: | muR | |||
real(kind=RP), | intent(in) | :: | nHat(1:NDIM) | |||
real(kind=RP), | intent(in) | :: | t1(NDIM) | |||
real(kind=RP), | intent(in) | :: | t2(NDIM) | |||
real(kind=RP), | intent(out) | :: | fL(1:NCONS) | |||
real(kind=RP), | intent(out) | :: | fR(1:NCONS) |