Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(HexMesh) | :: | mesh | ||||
type(Thermodynamics_t), | intent(in) | :: | thermodynamics_ | |||
type(Dimensionless_t), | intent(in) | :: | dimensionless_ | |||
type(RefValues_t), | intent(in) | :: | refValues_ | |||
type(Multiphase_t), | intent(in) | :: | multiphase_ |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hexmesh) | :: | mesh | ||||
type(Thermodynamics_t), | intent(in) | :: | thermodynamics_ | |||
type(Dimensionless_t), | intent(in) | :: | dimensionless_ | |||
type(RefValues_t), | intent(in) | :: | refValues_ | |||
type(Multiphase_t), | intent(in) | :: | multiphase_ |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | x(NDIM) | |||
real(kind=RP), | intent(in) | :: | t | |||
real(kind=RP), | intent(in) | :: | nHat(NDIM) | |||
real(kind=RP), | intent(inout) | :: | Q(NCONS) | |||
type(Thermodynamics_t), | intent(in) | :: | thermodynamics_ | |||
type(Dimensionless_t), | intent(in) | :: | dimensionless_ | |||
type(RefValues_t), | intent(in) | :: | refValues_ |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | x(NDIM) | |||
real(kind=RP), | intent(in) | :: | t | |||
real(kind=RP), | intent(in) | :: | nHat(NDIM) | |||
real(kind=RP), | intent(in) | :: | Q(NCONS) | |||
real(kind=RP), | intent(inout) | :: | U(NGRAD) | |||
procedure(GetGradientValues_f) | :: | GetGradients | ||||
type(Thermodynamics_t), | intent(in) | :: | thermodynamics_ | |||
type(Dimensionless_t), | intent(in) | :: | dimensionless_ | |||
type(RefValues_t), | intent(in) | :: | refValues_ |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | x(NDIM) | |||
real(kind=RP), | intent(in) | :: | t | |||
real(kind=RP), | intent(in) | :: | nHat(NDIM) | |||
real(kind=RP), | intent(in) | :: | Q(NCONS) | |||
real(kind=RP), | intent(in) | :: | U_x(NGRAD) | |||
real(kind=RP), | intent(in) | :: | U_y(NGRAD) | |||
real(kind=RP), | intent(in) | :: | U_z(NGRAD) | |||
real(kind=RP), | intent(inout) | :: | flux(NCONS) | |||
type(Thermodynamics_t), | intent(in) | :: | thermodynamics_ | |||
type(Dimensionless_t), | intent(in) | :: | dimensionless_ | |||
type(RefValues_t), | intent(in) | :: | refValues_ |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(HexMesh) | :: | mesh | ||||
real(kind=RP) | :: | time | ||||
real(kind=RP) | :: | dt | ||||
type(Monitor_t), | intent(in) | :: | monitors |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | x(NDIM) | |||
real(kind=RP), | intent(in) | :: | Q(NCONS) | |||
real(kind=RP), | intent(in) | :: | time | |||
real(kind=RP), | intent(inout) | :: | S(NCONS) | |||
type(Thermodynamics_t), | intent(in) | :: | thermodynamics_ | |||
type(Dimensionless_t), | intent(in) | :: | dimensionless_ | |||
type(RefValues_t), | intent(in) | :: | refValues_ | |||
type(Multiphase_t), | intent(in) | :: | multiphase_ |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(HexMesh) | :: | mesh | ||||
real(kind=RP) | :: | time | ||||
integer | :: | iter | ||||
real(kind=RP) | :: | maxResidual | ||||
type(Thermodynamics_t), | intent(in) | :: | thermodynamics_ | |||
type(Dimensionless_t), | intent(in) | :: | dimensionless_ | |||
type(RefValues_t), | intent(in) | :: | refValues_ | |||
type(Multiphase_t), | intent(in) | :: | multiphase_ | |||
type(Monitor_t), | intent(in) | :: | monitors | |||
real(kind=RP), | intent(in) | :: | elapsedTime | |||
real(kind=RP), | intent(in) | :: | CPUTime |