Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ HeightToPressure
Function
HeightToPressure
include/Geometry.h:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
260
template <typename T>
261
T HeightToPressure(const T Height)
262
{
263
return 101325.0 * pow(1.0 - 0.0065 * Height / 288.15, 5.255);
264
}
265
}
266
267
#endif // GEOMETRY_H
Callers
1
Evaluate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected