MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / ratedCapacity

Method ratedCapacity

src/model/CoilHeatingWater.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 boost::optional<double> CoilHeatingWater_Impl::ratedCapacity() {
218 return getDouble(openstudio::OS_Coil_Heating_WaterFields::RatedCapacity);
219 }
220
221 bool CoilHeatingWater_Impl::setRatedCapacity(double value) {
222 return setDouble(openstudio::OS_Coil_Heating_WaterFields::RatedCapacity, value);

Callers 11

translateAirSystemMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36