aboutsummaryrefslogtreecommitdiffstats
path: root/engine.h
blob: cb77a35fbc694be20ce04d258645d8d6bea2982f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
typedef struct {
	Volume displacement;
	Temperature ambient_temperature;
	Pressure ambient_pressure;
	AngularSpeed rpm;
	Pressure map;
	Fraction ve;
	Fraction comp_efficiency;
} Engine;

void init_engine(Engine *e);
VolumeFlowRate volume_flow_rate(const Engine *e);