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

Method temperature

src/model/MaterialPropertyPhaseChange.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 TemperatureEnthalpy::TemperatureEnthalpy(double temperature, double enthalpy) : m_temperature(temperature), m_enthalpy(enthalpy) {}
28
29 double TemperatureEnthalpy::temperature() const {
30 return m_temperature;
31 }
32
33 double TemperatureEnthalpy::enthalpy() const {
34 return m_enthalpy;

Callers 15

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 11

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