Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
real(kind=r64), | public | :: | FlowCoef | = | 0.0d0 | ||
real(kind=r64), | public | :: | FlowExpo | = | 0.0d0 |
TYPE DisSysCompLeakProp ! duct leak component
CHARACTER(len=MaxNameLength) :: Name = ' ' ! Name of component leak
REAL(r64) :: FlowCoef = 0.0d0 ! Air Mass Flow Coefficient
REAL(r64) :: FlowExpo = 0.0d0 ! Air Mass Flow exponent
END TYPE DisSysCompLeakProp