From 9e6a82e0bfe9cf0a884dc110293f497aa21bdb6d Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 2 Mar 2025 14:24:56 -0500 Subject: calculate mass flow rate at ambient conditions --- engine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engine.h') 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); -- cgit v1.2.3