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

Method saturationPressure

src/utilities/filetypes/EpwFile.cpp:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283double AirState::saturationPressure() const {
284 return m_psat;
285}
286
287double AirState::density() const {
288 return 1.0 / m_v;

Callers

nothing calls this directly

Calls 2

psatFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected