Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=r64), | public | :: | FlowFlag | = | 0 | ||
real(kind=r64), | public | :: | Width | = | 0.0d0 | ||
real(kind=r64), | public | :: | Area | = | 0.0d0 | ||
real(kind=r64), | public | :: | Fin | = | 0.0d0 | ||
real(kind=r64), | public | :: | Uin | = | 0.0d0 | ||
real(kind=r64), | public | :: | Vjet | = | 0.0d0 | ||
real(kind=r64), | public | :: | Yjet | = | 0.0d0 | ||
real(kind=r64), | public | :: | Ujet | = | 0.0d0 | ||
real(kind=r64), | public | :: | Yrec | = | 0.0d0 | ||
real(kind=r64), | public | :: | Urec | = | 0.0d0 | ||
real(kind=r64), | public | :: | YQrec | = | 0.0d0 | ||
real(kind=r64), | public | :: | Qrec | = | 0.0d0 |
TYPE CVFlow
INTEGER(r64) :: FlowFlag =0 ! Equal to 1 if the opening has inflow, else equal to 0.
REAL(r64) :: Width =0.0d0 ! Width of the opening [m]
REAL(r64) :: Area =0.0d0 ! Area of the opening [m2]
REAL(r64) :: Fin =0.0d0 ! Inflow volume flux through the opening [m3/s]
REAL(r64) :: Uin =0.0d0 ! Inflow air velocity through the opening [m/s]
REAL(r64) :: Vjet =0.0d0 ! Average maximum jet velocity for the opening [m/s]
REAL(r64) :: Yjet =0.0d0 ! Y in "Y = aX + b" formula
REAL(r64) :: Ujet =0.0d0 ! Volume average jet region velocity [m/s]
REAL(r64) :: Yrec =0.0d0 ! Y in "Y = aX + b" formula
REAL(r64) :: Urec =0.0d0 ! Area-averaged velocity in the y-z plane with maximum flow [m/s]
REAL(r64) :: YQrec =0.0d0 ! Y in "Y = aX + b" formula
REAL(r64) :: Qrec =0.0d0 ! Total flow rate for the recirculation regions in the plane of maximum flow [m3/s]
END TYPE CVFlow