Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | parameter | :: | Layout_Square | = | 1 | |
integer, | private, | parameter | :: | Layout_Triangle | = | 2 | |
integer, | private, | parameter | :: | Correlation_Kutscher1994 | = | 1 | |
integer, | private, | parameter | :: | Correlation_VanDeckerHollandsBrunger2001 | = | 2 | |
integer, | private | :: | NumUTSC | = | 0 | ||
type(UTSCDataStruct), | private, | ALLOCATABLE, DIMENSION(:) | :: | UTSC | |||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName | |||
logical, | private | :: | GetInputFlag | = | .true. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | OSCMName | = | ' ' | ||
integer, | public | :: | OSCMPtr | = | 0 | ||
integer, | public | :: | SchedPtr | = | 0 | ||
integer, | public, | ALLOCATABLE, DIMENSION(:) | :: | InletNode | |||
integer, | public, | ALLOCATABLE, DIMENSION(:) | :: | OutletNode | |||
integer, | public, | ALLOCATABLE, DIMENSION(:) | :: | ControlNode | |||
integer, | public, | ALLOCATABLE, DIMENSION(:) | :: | ZoneNode | |||
integer, | public | :: | Layout | = | 0 | ||
integer, | public | :: | Correlation | = | 0 | ||
real(kind=r64), | public | :: | HoleDia | = | 0.d0 | ||
real(kind=r64), | public | :: | Pitch | = | 0.d0 | ||
real(kind=r64), | public | :: | LWEmitt | = | 0.d0 | ||
real(kind=r64), | public | :: | SolAbsorp | = | 0.d0 | ||
integer, | public | :: | CollRoughness | = | 1 | ||
real(kind=r64), | public | :: | PlenGapThick | = | 0.d0 | ||
real(kind=r64), | public | :: | PlenCrossArea | = | 0.d0 | ||
integer, | public | :: | NumSurfs | = | 0 | ||
integer, | public, | ALLOCATABLE, DIMENSION(:) | :: | SurfPtrs | |||
real(kind=r64), | public | :: | Height | = | 0.d0 | ||
real(kind=r64), | public | :: | AreaRatio | = | 0.d0 | ||
real(kind=r64), | public | :: | CollectThick | = | 0.d0 | ||
real(kind=r64), | public | :: | Cv | = | 0.d0 | ||
real(kind=r64), | public | :: | Cd | = | 0.d0 | ||
integer, | public | :: | NumOASysAttached | = | 0 | ||
integer, | public | :: | FreeHeatSetpointSchedPtr | = | 0 | ||
integer, | public | :: | VsucErrIndex | = | 0 | ||
real(kind=r64), | public | :: | ActualArea | = | 0.d0 | ||
real(kind=r64), | public | :: | ProjArea | = | 0.d0 | ||
type(vector), | public | :: | Centroid | = | vector(0.0d0, 0.0d0, 0.0d0) | ||
real(kind=r64), | public | :: | Porosity | = | 0.d0 | ||
logical, | public | :: | isOn | = | .false. | ||
real(kind=r64), | public | :: | Tplen | = | 0.d0 | ||
real(kind=r64), | public | :: | Tcoll | = | 0.d0 | ||
real(kind=r64), | public | :: | TplenLast | = | 22.5d0 | ||
real(kind=r64), | public | :: | TcollLast | = | 22.0d0 | ||
real(kind=r64), | public | :: | HrPlen | = | 0.0d0 | ||
real(kind=r64), | public | :: | HcPlen | = | 0.d0 | ||
real(kind=r64), | public | :: | MdotVent | = | 0.d0 | ||
real(kind=r64), | public | :: | HdeltaNPL | = | 0.d0 | ||
real(kind=r64), | public | :: | TairHX | = | 0.d0 | ||
real(kind=r64), | public | :: | InletMDot | = | 0.d0 | ||
real(kind=r64), | public | :: | InletTempDB | = | 0.d0 | ||
real(kind=r64), | public | :: | Tilt | = | 0.d0 | ||
real(kind=r64), | public | :: | Azimuth | = | 0.d0 | ||
real(kind=r64), | public | :: | QdotSource | = | 0.d0 | ||
real(kind=r64), | public | :: | Isc | = | 0.d0 | ||
real(kind=r64), | public | :: | HXeff | = | 0.d0 | ||
real(kind=r64), | public | :: | Vsuction | = | 0.d0 | ||
real(kind=r64), | public | :: | PassiveACH | = | 0.d0 | ||
real(kind=r64), | public | :: | PassiveMdotVent | = | 0.d0 | ||
real(kind=r64), | public | :: | PassiveMdotWind | = | 0.d0 | ||
real(kind=r64), | public | :: | PassiveMdotTherm | = | 0.d0 | ||
real(kind=r64), | public | :: | PlenumVelocity | = | 0.d0 | ||
real(kind=r64), | public | :: | SupOutTemp | = | 0.d0 | ||
real(kind=r64), | public | :: | SupOutHumRat | = | 0.d0 | ||
real(kind=r64), | public | :: | SupOutEnth | = | 0.d0 | ||
real(kind=r64), | public | :: | SupOutMassFlow | = | 0.d0 | ||
real(kind=r64), | public | :: | SensHeatingRate | = | 0.d0 | ||
real(kind=r64), | public | :: | SensHeatingEnergy | = | 0.d0 | ||
real(kind=r64), | public | :: | SensCoolingRate | = | 0.d0 | ||
real(kind=r64), | public | :: | SensCoolingEnergy | = | 0.d0 | ||
real(kind=r64), | public | :: | UTSCEfficiency | = | 0.d0 | ||
real(kind=r64), | public | :: | UTSCCollEff | = | 0.d0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CompName | |||
integer, | intent(inout) | :: | CompIndex |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | UTSCNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | UTSCNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | UTSCNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | UTSCNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | UTSCNum | |||
real(kind=r64), | intent(in) | :: | QSource |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | SurfacePtr | |||
integer, | intent(out) | :: | UTSCIndex |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | UTSCNum | |||
real(kind=r64), | intent(out) | :: | TsColl |