diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 21:03:11 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 21:03:11 -0500 |
| commit | 7a3532a160824909863977066193559261efb500 (patch) | |
| tree | 09d809e23d6c0828d9ab35f653c0282acfe34940 /engine.h | |
| parent | f03653774e4529404546f474064c5bf679fa7176 (diff) | |
| download | volute-7a3532a160824909863977066193559261efb500.zip | |
manifold temperature
Diffstat (limited to 'engine.h')
| -rw-r--r-- | engine.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@ typedef struct { void init_engine(Engine *e); Pressure comp_outlet_pressure(const Engine *e); -Temperature comp_outlet_temperature(const Engine *e); double pressure_ratio(const Engine *e); +Temperature comp_outlet_temperature(const Engine *e); +Temperature manifold_temperature(const Engine *e); VolumeFlowRate volume_flow_rate(const Engine *e); |