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

Method skinLossQuadraticCurve

src/model/GeneratorFuelCellPowerModule.cpp:291–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 }
290
291 boost::optional<CurveQuadratic> GeneratorFuelCellPowerModule_Impl::skinLossQuadraticCurve() const {
292 return getObject<ModelObject>().getModelObjectTarget<CurveQuadratic>(OS_Generator_FuelCell_PowerModuleFields::SkinLossQuadraticCurveName);
293 }
294
295 double GeneratorFuelCellPowerModule_Impl::dilutionAirFlowRate() const {
296 boost::optional<double> value = getDouble(OS_Generator_FuelCell_PowerModuleFields::DilutionAirFlowRate, true);

Callers 3

childrenMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64