FanCoilUnits Module

module~~fancoilunits~~UsesGraph module~fancoilunits FanCoilUnits module~dataglobals DataGlobals module~dataglobals->module~fancoilunits module~schedulemanager ScheduleManager module~dataglobals->module~schedulemanager module~dataenvironment DataEnvironment module~dataglobals->module~dataenvironment module~datahvacglobals DataHVACGlobals module~dataglobals->module~datahvacglobals module~datasizing DataSizing module~dataglobals->module~datasizing module~dataloopnode DataLoopNode module~dataglobals->module~dataloopnode module~schedulemanager->module~fancoilunits module~dataenvironment->module~fancoilunits module~dataenvironment->module~schedulemanager module~datahvacglobals->module~fancoilunits module~datasizing->module~fancoilunits module~dataloopnode->module~fancoilunits module~datainterfaces DataInterfaces module~datainterfaces->module~fancoilunits module~datainterfaces->module~schedulemanager module~dataprecisionglobals DataPrecisionGlobals module~dataprecisionglobals->module~fancoilunits module~dataprecisionglobals->module~dataglobals module~dataprecisionglobals->module~schedulemanager module~dataprecisionglobals->module~dataenvironment module~dataprecisionglobals->module~datahvacglobals module~dataprecisionglobals->module~datasizing module~dataprecisionglobals->module~dataloopnode module~dataprecisionglobals->module~datainterfaces
Help

Used By

module~~fancoilunits~~UsedByGraph module~fancoilunits FanCoilUnits proc~simzoneequipment SimZoneEquipment module~fancoilunits->proc~simzoneequipment proc~controlcompoutput ControlCompOutput module~fancoilunits->proc~controlcompoutput proc~reportmaxventilationloads ReportMaxVentilationLoads module~fancoilunits->proc~reportmaxventilationloads
Help


Variables

TypeVisibility AttributesNameInitial
character(len=*), private, parameter:: cMO_FanCoil ='ZoneHVAC:FourPipeFanCoil'
integer, private, parameter:: On =1
integer, private, parameter:: Off =0
integer, private, parameter:: FanCoilUnit_4Pipe =1
integer, private, parameter:: CCoil_Water =1
integer, private, parameter:: CCoil_Detailed =2
integer, private, parameter:: CCoil_HXAssist =3
integer, private, parameter:: HCoil_Water =1
integer, private, parameter:: CCM_ConsFanVarFlow =1
integer, private, parameter:: CCM_CycFan =2
integer, private, parameter:: CCM_VarFanVarFlow =3
integer, private, parameter:: CCM_VarFanConsFlow =4
type(FanCoilData), private, ALLOCATABLE, DIMENSION(:):: FanCoil
integer, private :: NumFanCoils =0
integer, private :: Num4PipeFanCoils =0
logical, private, ALLOCATABLE, DIMENSION(:):: MySizeFlag
logical, private, ALLOCATABLE, DIMENSION(:):: CheckEquipName
logical, private, SAVE:: GetFanCoilInputFlag =.true.

Derived Types

type, private :: FanCoilData

Components

TypeVisibility AttributesNameInitial
character(len=MaxNameLength), public :: Name =' '
character(len=MaxNameLength), public :: UnitType =' '
integer, public :: UnitType_Num =0
character(len=MaxNameLength), public :: Sched =' '
integer, public :: SchedPtr =0
character(len=MaxNameLength), public :: SchedOutAir =' '
integer, public :: SchedOutAirPtr =0
integer, public :: FanType_Num =0
character(len=MaxNameLength), public :: CapCtrlMeth =' '
integer, public :: SpeedFanSel =0
integer, public :: CapCtrlMeth_Num =0
real(kind=r64), public :: PLR =0.0d0
integer, public :: MaxIterIndexH =0
integer, public :: MaxIterIndexC =0
real(kind=r64), public :: FanAirVolFlow =0.0d0
real(kind=r64), public :: MaxAirVolFlow =0.0d0
real(kind=r64), public :: MaxAirMassFlow =0.0d0
real(kind=r64), public :: LowSpeedRatio =0.0d0
real(kind=r64), public :: MedSpeedRatio =0.0d0
real(kind=r64), public :: SpeedFanRatSel =0.0d0
real(kind=r64), public :: OutAirVolFlow =0.0d0
real(kind=r64), public :: OutAirMassFlow =0.0d0
integer, public :: AirInNode =0
integer, public :: AirOutNode =0
integer, public :: OutsideAirNode =0
integer, public :: AirReliefNode =0
integer, public :: MixedAirNode =0
integer, public :: ColdControlNode =0
integer, public :: ColdPlantOutletNode =0
integer, public :: HotControlNode =0
integer, public :: HotPlantOutletNode =0
character(len=MaxNameLength), public :: OAMixName =' '
character(len=MaxNameLength), public :: OAMixType =' '
integer, public :: OAMixIndex =0
character(len=MaxNameLength), public :: FanName =' '
character(len=MaxNameLength), public :: FanType =' '
integer, public :: FanIndex =0
character(len=MaxNameLength), public :: CCoilName =' '
integer, public :: CCoilName_Index =0
character(len=MaxNameLength), public :: CCoilType =' '
integer, public :: CCoilType_Num =0
character(len=MaxNameLength), public :: CCoilPlantName =' '
character(len=MaxNameLength), public :: CCoilPlantType =' '
integer, public :: CCoilPlantTypeOfNum =0
integer, public :: CWLoopNum =0
integer, public :: CWLoopSide =0
integer, public :: CWBranchNum =0
integer, public :: CWCompNum =0
integer, public :: ControlCompTypeNum =0
integer, public :: CompErrIndex =0
real(kind=r64), public :: MaxColdWaterVolFlow =0.0d0
real(kind=r64), public :: MaxColdWaterFlow =0.0d0
real(kind=r64), public :: MinColdWaterVolFlow =0.0d0
real(kind=r64), public :: MinColdWaterFlow =0.0d0
real(kind=r64), public :: ColdControlOffset =0.0d0
character(len=MaxNameLength), public :: HCoilName =' '
integer, public :: HCoilName_Index =0
character(len=MaxNameLength), public :: HCoilType =' '
integer, public :: HCoilType_Num =0
integer, public :: HCoilPlantTypeOfNum =0
integer, public :: HWLoopNum =0
integer, public :: HWLoopSide =0
integer, public :: HWBranchNum =0
integer, public :: HWCompNum =0
real(kind=r64), public :: MaxHotWaterVolFlow =0.0d0
real(kind=r64), public :: MaxHotWaterFlow =0.0d0
real(kind=r64), public :: MinHotWaterVolFlow =0.0d0
real(kind=r64), public :: MinHotWaterFlow =0.0d0
real(kind=r64), public :: HotControlOffset =0.0d0
integer, public :: AvailStatus =0
character(len=MaxNameLength), public :: AvailManagerListName =' '
logical, public :: ATMixerExists =.FALSE.
character(len=MaxNameLength), public :: ATMixerName =' '
integer, public :: ATMixerIndex =0
integer, public :: ATMixerType =0
integer, public :: ATMixerPriNode =0
integer, public :: ATMixerSecNode =0
integer, public :: ATMixerOutNode =0
real(kind=r64), public :: HeatPower =0.0d0
real(kind=r64), public :: HeatEnergy =0.0d0
real(kind=r64), public :: TotCoolPower =0.0d0
real(kind=r64), public :: TotCoolEnergy =0.0d0
real(kind=r64), public :: SensCoolPower =0.0d0
real(kind=r64), public :: SensCoolEnergy =0.0d0
real(kind=r64), public :: ElecPower =0.0d0
real(kind=r64), public :: ElecEnergy =0.0d0
real(kind=r64), public :: DesCoolingLoad =0.0d0
real(kind=r64), public :: DesHeatingLoad =0.0d0

Functions

public function GetFanCoilZoneInletAirNode(FanCoilNum)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: FanCoilNum

Return Value integer

public function GetFanCoilOutAirNode(FanCoilNum)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: FanCoilNum

Return Value integer

public function GetFanCoilReturnAirNode(FanCoilNum)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: FanCoilNum

Return Value integer

public function GetFanCoilMixedAirNode(FanCoilNum)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: FanCoilNum

Return Value integer

public function GetFanCoilInletAirNode(FanCoilNum)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: FanCoilNum

Return Value integer


Subroutines

public subroutine SimFanCoilUnit(CompName, ZoneNum, ControlledZoneNum, FirstHVACIteration, PowerMet, LatOutputProvided, CompIndex)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: CompName
integer, intent(in) :: ZoneNum
integer, intent(in) :: ControlledZoneNum
logical, intent(in) :: FirstHVACIteration
real(kind=r64), intent(out) :: PowerMet
real(kind=r64), intent(out) :: LatOutputProvided
integer, intent(inout) :: CompIndex

private subroutine GetFanCoilUnits()

Arguments

None

private subroutine InitFanCoilUnits(FanCoilNum, ZoneNum)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: FanCoilNum
integer, intent(in) :: ZoneNum

private subroutine SizeFanCoilUnit(FanCoilNum)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: FanCoilNum

private subroutine Sim4PipeFanCoil(FanCoilNum, ZoneNum, ControlledZoneNum, FirstHVACIteration, PowerMet, LatOutputProvided)

Arguments

Type IntentOptional AttributesName
integer, intent(inout) :: FanCoilNum
integer, intent(in) :: ZoneNum
integer, intent(in) :: ControlledZoneNum
logical, intent(in) :: FirstHVACIteration
real(kind=r64), intent(out) :: PowerMet
real(kind=r64), intent(out) :: LatOutputProvided

public subroutine Calc4PipeFanCoil(FanCoilNum, ControlledZoneNum, FirstHVACIteration, LoadMet, PLR)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: FanCoilNum
integer, intent(in) :: ControlledZoneNum
logical, intent(in) :: FirstHVACIteration
real(kind=r64), intent(out) :: LoadMet
real(kind=r64), intent(inout), optional :: PLR

private subroutine ReportFanCoilUnit(FanCoilNum)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: FanCoilNum

public subroutine GetFanCoilIndex(FanCoilName, FanCoilIndex)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: FanCoilName
integer, intent(inout) :: FanCoilIndex


AirflowNetworkBalanceManager AirflowNetworkSolver BaseboardElectric BaseboardRadiator Boilers BoilerSteam BranchInputManager BranchNodeConnections ChillerAbsorption ChillerElectricEIR ChillerExhaustAbsorption ChillerGasAbsorption ChillerIndirectAbsorption ChillerReformulatedEIR CondenserLoopTowers ConductionTransferFunctionCalc ConvectionCoefficients CoolTower CostEstimateManager CrossVentMgr CTElectricGenerator CurveManager DataAirflowNetwork DataAirLoop DataAirSystems DataBranchAirLoopPlant DataBranchNodeConnections DataBSDFWindow DataComplexFenestration DataContaminantBalance DataConvergParams DataConversions DataCostEstimate DataDaylighting DataDaylightingDevices DataDefineEquip DataDElight DataEnvironment DataErrorTracking DataGenerators DataGlobalConstants DataGlobals DataHeatBalance DataHeatBalFanSys DataHeatBalSurface DataHVACControllers DataHVACGlobals DataInterfaces DataIPShortCuts DataLoopNode DataMoistureBalance DataMoistureBalanceEMPD DataOutputs DataPhotovoltaics DataPlant DataPlantPipingSystems DataPrecisionGlobals DataReportingFlags DataRoomAirModel DataRootFinder DataRuntimeLanguage DataShadowingCombinations DataSizing DataStringGlobals DataSurfaceColors DataSurfaceLists DataSurfaces DataSystemVariables DataTimings DataUCSDSharedData DataVectorTypes DataViewFactorInformation DataWater DataWindowEquivalentLayer DataZoneControls DataZoneEnergyDemands DataZoneEquipment DaylightingDevices DaylightingManager DELIGHTMANAGERF DELIGHTMANAGERF DemandManager DesiccantDehumidifiers DirectAirManager DisplacementVentMgr DualDuct DXCoils DXFEarClipping EarthTube EconomicLifeCycleCost EconomicTariff EcoRoofManager ElectricBaseboardRadiator EMSManager EvaporativeCoolers EvaporativeFluidCoolers ExteriorEnergyUse ExternalInterface FanCoilUnits Fans FaultsManager FluidCoolers FluidProperties FuelCellElectricGenerator Furnaces General GeneratorDynamicsManager GeneratorFuelSupply GlobalNames GroundHeatExchangers HeatBalanceAirManager HeatBalanceHAMTManager HeatBalanceIntRadExchange HeatBalanceManager HeatBalanceMovableInsulation HeatBalanceSurfaceManager HeatBalFiniteDiffManager HeatingCoils HeatPumpWaterToWaterCOOLING HeatPumpWaterToWaterHEATING HeatPumpWaterToWaterSimple HeatRecovery HighTempRadiantSystem Humidifiers HVACControllers HVACCooledBeam HVACDuct HVACDXHeatPumpSystem HVACDXSystem HVACHXAssistedCoolingCoil HVACInterfaceManager HVACManager HVACMultiSpeedHeatPump HVACSingleDuctInduc HVACStandAloneERV HVACUnitaryBypassVAV HVACUnitarySystem HVACVariableRefrigerantFlow HWBaseboardRadiator ICEngineElectricGenerator IceThermalStorage InputProcessor InternalHeatGains ISO_C_FUNCTION_BINDING ISO_C_FUNCTION_BINDING LowTempRadiantSystem ManageElectricPower MatrixDataManager MicroCHPElectricGenerator MicroturbineElectricGenerator MixedAir MixerComponent MoistureBalanceEMPDManager MundtSimMgr NodeInputManager NonZoneEquipmentManager OutAirNodeManager OutdoorAirUnit OutputProcessor OutputReportPredefined OutputReportTabular OutsideEnergySources PackagedTerminalHeatPump PackagedThermalStorageCoil Photovoltaics PhotovoltaicThermalCollectors PipeHeatTransfer Pipes PlantCentralGSHP PlantChillers PlantComponentTemperatureSources PlantCondLoopOperation PlantHeatExchangerFluidToFluid PlantLoadProfile PlantLoopEquip PlantLoopSolver PlantManager PlantPipingSystemsManager PlantPressureSystem PlantUtilities PlantValves PollutionModule PondGroundHeatExchanger PoweredInductionUnits Psychrometrics Pumps PurchasedAirManager RefrigeratedCase ReportSizingManager ReturnAirPathManager RoomAirModelManager RoomAirModelUserTempPattern RootFinder RuntimeLanguageProcessor ScheduleManager SetPointManager SimAirServingZones SimulationManager SingleDuct SizingManager SolarCollectors SolarReflectionManager SolarShading SortAndStringUtilities SplitterComponent SQLiteProcedures SQLiteProcedures StandardRatings SteamBaseboardRadiator SteamCoils SurfaceGeometry SurfaceGroundHeatExchanger SystemAvailabilityManager SystemReports TARCOGArgs TARCOGCommon TARCOGDeflection TARCOGGasses90 TARCOGGassesParams TARCOGMain TARCOGOutput TARCOGParams TarcogShading ThermalChimney ThermalComfort ThermalEN673Calc ThermalISO15099Calc TranspiredCollector UFADManager UnitHeater UnitVentilator UserDefinedComponents VariableSpeedCoils vectors VentilatedSlab WaterCoils WaterManager WaterThermalTanks WatertoAirHeatPump WatertoAirHeatPumpSimple WaterUse WeatherManager WindowAC WindowComplexManager WindowEquivalentLayer WindowManager WindTurbine ZoneAirLoopEquipmentManager ZoneContaminantPredictorCorrector ZoneDehumidifier ZoneEquipmentManager ZonePlenum ZoneTempPredictorCorrector