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

Method compressorSpeed

src/model/LoadingIndex.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 double LoadingIndex_Impl::compressorSpeed() const {
58 boost::optional<double> value =
59 getDouble(OS_AirConditioner_VariableRefrigerantFlow_FluidTemperatureControl_LoadingIndexFields::CompressorSpeed, true);
60 OS_ASSERT(value);
61 return value.get();
62 }
63
64 Curve LoadingIndex_Impl::evaporativeCapacityMultiplierFunctionofTemperatureCurve() const {
65 boost::optional<Curve> value = optionalEvaporativeCapacityMultiplierFunctionofTemperatureCurve();

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64