TYPE MultizoneCompSimpleOpeningProp ! Large simple opening component
CHARACTER(len=MaxNameLength) :: Name=' ' ! Name of large simple opening component
REAL(r64) :: FlowCoef = 0.0d0 ! Air Mass Flow Coefficient When Window or Door Is Closed
REAL(r64) :: FlowExpo = 0.0d0 ! Air Mass Flow exponent When Window or Door Is Closed
REAL(r64) :: MinRhoDiff = 0.0d0 ! Minimum density difference for two-way flow
REAL(r64) :: DischCoeff = 0.0d0 ! Discharge coefficient at full opening
REAL(r64) :: OpenFactor = 0.0d0 ! Opening factor
END TYPE MultizoneCompSimpleOpeningProp