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

Method roughness

src/model/RoofVegetation.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 std::string RoofVegetation_Impl::roughness() const {
77 boost::optional<std::string> value = getString(OS_Material_RoofVegetationFields::Roughness, true);
78 OS_ASSERT(value);
79 return value.get();
80 }
81
82 double RoofVegetation_Impl::thickness() const {
83 OptionalDouble od = getDouble(OS_Material_RoofVegetationFields::Thickness, true);

Callers 11

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateMaterialMethod · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 7

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