aboutsummaryrefslogtreecommitdiffstats
path: root/engine.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-02 14:24:56 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-02 14:24:56 -0500
commit9e6a82e0bfe9cf0a884dc110293f497aa21bdb6d (patch)
tree531ad1737382e6113fdefc0cf54dc45e1ea8aa20 /engine.h
parentb4fd126b2c779c800bdf3f2c4a47bd85ade9668a (diff)
downloadvolute-9e6a82e0bfe9cf0a884dc110293f497aa21bdb6d.zip
calculate mass flow rate at ambient conditions
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine.h b/engine.h
index f27220c..92b8b68 100644
--- a/engine.h
+++ b/engine.h
@@ -16,3 +16,4 @@ 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);
+MassFlowRate mass_flow_rate(const Engine *e);