Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
283
double AirState::saturationPressure() const {
284
return m_psat;
285
}
286
287
double AirState::density() const {
288
return 1.0 / m_v;
Callers
nothing calls this directly
Calls
2
psat
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected