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

Method enthalpy

src/model/MaterialPropertyPhaseChange.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 double TemperatureEnthalpy::enthalpy() const {
34 return m_enthalpy;
35 }
36
37 std::ostream& operator<<(std::ostream& out, const openstudio::model::TemperatureEnthalpy& temperatureEnthalpy) {
38 out << "temperature=" << temperatureEnthalpy.temperature() << ", enthalpy=" << temperatureEnthalpy.enthalpy();

Callers 3

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36