Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=RP), | public | :: | eta | = | 1.0_RP |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BassiRebay2_t) | :: | self | ||||
class(FTValueDictionary), | intent(in) | :: | controlVariables | |||
integer, | intent(in) | :: | eqname |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BassiRebay2_t), | intent(in) | :: | self | |||
integer, | intent(in) | :: | nEqn | |||
integer, | intent(in) | :: | nGradEqn | |||
class(HexMesh) | :: | mesh | ||||
real(kind=RP), | intent(in) | :: | time | |||
procedure(GetGradientValues_f) | :: | GetGradients | ||||
logical, | intent(in), | optional | :: | HO_Elements |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BassiRebay2_t), | intent(in) | :: | self | |||
integer, | intent(in) | :: | nEqn | |||
integer, | intent(in) | :: | nGradEqn | |||
procedure(EllipticFlux_f) | :: | EllipticFlux | ||||
procedure(GetViscosity_f) | :: | GetViscosity | ||||
type(Element) | :: | e | ||||
real(kind=RP), | intent(out) | :: | contravariantFlux(1:nEqn,0:e%Nxyz(1),0:e%Nxyz(2),0:e%Nxyz(3),1:NDIM) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BassiRebay2_t) | :: | self | ||||
integer, | intent(in) | :: | nEqn | |||
integer, | intent(in) | :: | nGradEqn | |||
procedure(EllipticFlux_f) | :: | EllipticFlux | ||||
class(Face), | intent(in) | :: | f | |||
real(kind=RP), | intent(in) | :: | QLeft(nEqn) | |||
real(kind=RP), | intent(in) | :: | QRight(nEqn) | |||
real(kind=RP), | intent(in) | :: | U_xLeft(nGradEqn) | |||
real(kind=RP), | intent(in) | :: | U_yLeft(nGradEqn) | |||
real(kind=RP), | intent(in) | :: | U_zLeft(nGradEqn) | |||
real(kind=RP), | intent(in) | :: | U_xRight(nGradEqn) | |||
real(kind=RP), | intent(in) | :: | U_yRight(nGradEqn) | |||
real(kind=RP), | intent(in) | :: | U_zRight(nGradEqn) | |||
real(kind=RP), | intent(in) | :: | mu_left(3) | |||
real(kind=RP), | intent(in) | :: | mu_right(3) | |||
real(kind=RP), | intent(in) | :: | nHat(NDIM) | |||
real(kind=RP), | intent(in) | :: | dWall | |||
real(kind=RP), | intent(in) | :: | sigma(nEqn) | |||
real(kind=RP), | intent(out) | :: | flux(nEqn) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BassiRebay2_t), | intent(in) | :: | self |