PhotovoltaicThermalCollectors Module

module~~photovoltaicthermalcollectors~~UsesGraph module~photovoltaicthermalcollectors PhotovoltaicThermalCollectors module~dataglobals DataGlobals module~dataglobals->module~photovoltaicthermalcollectors module~dataphotovoltaics DataPhotovoltaics module~dataglobals->module~dataphotovoltaics module~datasurfaces DataSurfaces module~dataglobals->module~datasurfaces module~databsdfwindow DataBSDFWindow module~dataglobals->module~databsdfwindow module~dataphotovoltaics->module~photovoltaicthermalcollectors module~datainterfaces DataInterfaces module~datainterfaces->module~photovoltaicthermalcollectors module~datasurfaces->module~photovoltaicthermalcollectors module~dataprecisionglobals DataPrecisionGlobals module~dataprecisionglobals->module~photovoltaicthermalcollectors module~dataprecisionglobals->module~dataglobals module~dataprecisionglobals->module~dataphotovoltaics module~dataprecisionglobals->module~datainterfaces module~dataprecisionglobals->module~datasurfaces module~dataprecisionglobals->module~databsdfwindow module~datavectortypes DataVectorTypes module~dataprecisionglobals->module~datavectortypes module~databsdfwindow->module~datasurfaces module~datavectortypes->module~datasurfaces module~datavectortypes->module~databsdfwindow
Help

Used By

module~~photovoltaicthermalcollectors~~UsedByGraph module~photovoltaicthermalcollectors PhotovoltaicThermalCollectors proc~getpvgeneratorresults GetPVGeneratorResults module~photovoltaicthermalcollectors->proc~getpvgeneratorresults proc~simplantequip SimPlantEquip module~photovoltaicthermalcollectors->proc~simplantequip proc~simoacomponent SimOAComponent module~photovoltaicthermalcollectors->proc~simoacomponent
Help


Variables

TypeVisibility AttributesNameInitial
integer, private, parameter:: SimplePVTmodel =1001
integer, private, parameter:: LayerByLayerPVTmodel =1002
integer, private, parameter:: ScheduledThermEffic =15
integer, private, parameter:: FixedThermEffic =16
integer, private, parameter:: LiquidWorkingFluid =1
integer, private, parameter:: AirWorkingFluid =2
integer, public, parameter:: CalledFromPlantLoopEquipMgr =101
integer, public, parameter:: CalledFromOutsideAirSystem =102
real(kind=r64), private, parameter:: SimplePVTWaterSizeFactor =1.905d-5
type(PVTCollectorStruct), private, ALLOCATABLE, DIMENSION(:):: PVT
logical, private, ALLOCATABLE, DIMENSION(:):: CheckEquipName
integer, private :: NumPVT =0
integer, private :: NumSimplePVTPerform =0

Derived Types

type, private :: SimplePVTModelStruct

Components

TypeVisibility AttributesNameInitial
character(len=MaxNameLength), public :: Name =''
real(kind=r64), public :: ThermalActiveFract =0.0D0
integer, public :: ThermEfficMode =0
real(kind=r64), public :: ThermEffic =0.0D0
integer, public :: ThermEffSchedNum =0
real(kind=r64), public :: SurfEmissivity =0.0D0
real(kind=r64), public :: LastCollectorTemp =0.0D0
real(kind=r64), public :: CollectorTemp =0.0D0

type, private :: PVTReportStruct

Components

TypeVisibility AttributesNameInitial
real(kind=r64), public :: ThermEfficiency =0.0D0
real(kind=r64), public :: ThermPower =0.0D0
real(kind=r64), public :: ThermHeatGain =0.0D0
real(kind=r64), public :: ThermHeatLoss =0.0D0
real(kind=r64), public :: ThermEnergy =0.0D0
real(kind=r64), public :: MdotWorkFluid =0.0D0
real(kind=r64), public :: TinletWorkFluid =0.0D0
real(kind=r64), public :: ToutletWorkFluid =0.0D0
real(kind=r64), public :: BypassStatus =0.0D0

type, private :: PVTCollectorStruct

Components

TypeVisibility AttributesNameInitial
character(len=MaxNameLength), public :: Name =''
integer, public :: TypeNum
integer, public :: WLoopNum =0
integer, public :: WLoopSideNum =0
integer, public :: WLoopBranchNum =0
integer, public :: WLoopCompNum =0
logical, public :: EnvrnInit =.TRUE.
logical, public :: SizingInit =.TRUE.
character(len=MaxNameLength), public :: PVTModelName =''
integer, public :: PVTModelType =0
integer, public :: SurfNum =0
character(len=MaxNameLength), public :: PVname =''
integer, public :: PVNum =0
logical, public :: PVfound =.FALSE.
type(SimplePVTModelStruct), public :: Simple
integer, public :: WorkingFluidType =0
integer, public :: PlantInletNodeNum =0
integer, public :: PlantOutletNodeNum =0
integer, public :: HVACInletNodeNum =0
integer, public :: HVACOutletNodeNum =0
real(kind=r64), public :: DesignVolFlowRate =0.0D0
real(kind=r64), public :: MaxMassFlowRate =0.0D0
real(kind=r64), public :: MassFlowRate =0.0D0
real(kind=r64), public :: AreaCol =0.0D0
logical, public :: BypassDamperOff =.TRUE.
logical, public :: CoolingUseful =.FALSE.
logical, public :: HeatingUseful =.FALSE.
type(PVTReportStruct), public :: Report

Subroutines

public subroutine SimPVTcollectors(PVTnum, FirstHVACIteration, CalledFrom, PVTName, InitLoopEquip)

Arguments

Type IntentOptional AttributesName
integer, intent(inout) :: PVTnum
logical, intent(in) :: FirstHVACIteration
integer, intent(in) :: CalledFrom
character(len=*), intent(in), optional :: PVTName
logical, intent(in), optional :: InitLoopEquip

private subroutine GetPVTcollectorsInput()

Arguments

None

private subroutine InitPVTcollectors(PVTnum, FirstHVACIteration)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: PVTnum
logical, intent(in) :: FirstHVACIteration

private subroutine SizePVT(PVTnum)

Arguments

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

private subroutine ControlPVTcollector(PVTnum)

Arguments

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

private subroutine CalcPVTcollectors(PVTnum)

Arguments

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

private subroutine UpdatePVTcollectors(PVTNum)

Arguments

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

public subroutine GetPVTThermalPowerProduction(PVindex, ThermalPower, ThermalEnergy)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: PVindex
real(kind=r64), intent(out) :: ThermalPower
real(kind=r64), intent(out) :: ThermalEnergy


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