Class: OpenStudio::Model::WaterToWaterComponent

Inherits:
HVACComponent show all
Defined in:
lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from HVACComponent

#addToNode, #addToSplitter, #airLoopHVAC, #airLoopHVACOutdoorAirSystem, #containingHVACComponent, #containingStraightComponent, #containingZoneHVACComponent, #isRemovable, #loop, #remove

Methods inherited from ParentObject

#allowableChildTypes, #children

Methods inherited from ModelObject

#EqualEqual, #LessThan, #NotEqual, #__str__, #clone, #connectedObject, #connectedObjectPort, #createComponent, #getData, #getScheduleTypeKeys, #iddObjectType, #lifeCycleCosts, #model, #outputVariableNames, #outputVariables, #parent, #removeLifeCycleCosts, #resources, #setParent, #toIdfObject

Methods inherited from WorkspaceObject

#LessThan, #__str__, #canBeSource, #canBeTarget, #getSourceIndices, #getSources, #getTarget, #idfObject, #initialized, #isSource, #isTarget, #numSources, #objectListFieldsEqual, #objectListFieldsNonConflicting, #remove, #setPointer, #sources, #targets, #workspace

Class Method Details

.new(iddObjectType, model) ⇒ Object



5
6
# File 'lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb', line 5

def self.new(iddObjectType, model)
end

Instance Method Details

#disconnectObject



31
32
# File 'lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb', line 31

def disconnect
end

#plantLoopOptionalPlantLoop

Returns:



8
9
# File 'lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb', line 8

def plantLoop
end

#removeFromPlantLoopBoolean

Returns:

  • (Boolean)


14
15
# File 'lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb', line 14

def removeFromPlantLoop
end

#removeFromSecondaryPlantLoopBoolean

Returns:

  • (Boolean)


17
18
# File 'lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb', line 17

def removeFromSecondaryPlantLoop
end

#removeFromTertiaryPlantLoopBoolean

Returns:

  • (Boolean)


23
24
# File 'lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb', line 23

def removeFromTertiaryPlantLoop
end

#secondaryPlantLoopOptionalPlantLoop

Returns:



11
12
# File 'lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb', line 11

def secondaryPlantLoop
end

#tertiaryInletModelObjectOptionalModelObject

Returns:



26
27
# File 'lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb', line 26

def tertiaryInletModelObject
end

#tertiaryOutletModelObjectOptionalModelObject

Returns:



29
30
# File 'lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb', line 29

def tertiaryOutletModelObject
end

#tertiaryPlantLoopOptionalPlantLoop

Returns:



20
21
# File 'lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb', line 20

def tertiaryPlantLoop
end