• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Engine performance units

SkippyBing

Charter Member
I'm fiddling with the engine tables to simulate a turbojet more accurately.
In AAM it equates Ram Drag to (V/g)*Intake Area*Table 1507*Delta t/sqrt (Theta t).
Could someone confirm that a) the units are imperial and b) what Delta t and Theta t are?!
I'm guessing it's something to do with temperature but not sure what.
 
The notes you're referring to in AAM are incomplete. Credit Ian Kerr for the complete set of equations:

theta = (288.15-1.98*altitude/1000)/288.15
delta = theta^5.256
delta2 = delta*(1+(M^2)/5)^3.5
theta2 = theta*(1+(M^2)/5)
Gross Thrust = Static Thrust * [TBL 1506] * delta2
Ram Drag = (V/g)* Intake_Area * [TBL 1507] * delta2/sqrt(theta2)
Net thrust = Gross Thrust - Ram Drag

where,
M = mach number
altitude is in feet
V is velocity in feet per second
g is 32.2
thrust is in pounds
 
Ta very much!
What is theta? Something to do with air pressure? I find it quite hard thinking in imperial units!
 
Back
Top