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

Method glycolConcentration

src/model/PlantLoop.cpp:860–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858 }
859
860 int PlantLoop_Impl::glycolConcentration() const {
861 return getInt(OS_PlantLoopFields::GlycolConcentration, true).get();
862 }
863
864 bool PlantLoop_Impl::setGlycolConcentration(int glycolConcentration) {
865 return setInt(OS_PlantLoopFields::GlycolConcentration, glycolConcentration);

Callers 8

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translatePlantLoopMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 5

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