- Messages
- 75
- Country

Dealing with an exotic aircraft requires a bit of a firm hand on occasion. With the advent of Acceleration a few new variables were introduced to the cfg file.
Here is the engine data I am working with
Specification of J58-P4
Thrust (dry): 25,000 lb
Thrust (wet): 34,000 lb
SFC (wet): 1.9 lb/(lbf-h)
SFC (dry): 0.9 lb/(lbf-h)
Core airflow: 450 lb/s
I am assuming dry means without AB and wet is with AB
I noticed an interesting occurrence in the aircraft. As the aircraft throttles up, the FF expectedly goes up until 50% throttle where the AB kicks in and the FF drops to some absurdly low level from about 30,000lbs/hr/engine to 250lbs/hr/engine. as the throttle is increased the FF advances all the way up to 63,000lbs/hr/engine. I have no idea why it does this. The F-18 does it as well but to a somewhat lesser degree. The SR-71 at 80,000ft would need to operate in a close to max ab condition but so far the aircraft does it without the use of AB.
Also, does Static thrust refer to the max thrust at Sea level with or without afterburner?
Thanks in advance for any help!
Code:
[TurbineEngineData]
static_thrust= 34000.000
[COLOR="Red"]afterburner_available= 0-??(number of AB stages)
afterburner_throttle_threshold = 0.50 (min throttle percent /100 where ab
range begins)[/COLOR]
ThrustSpecificFuelConsumption = 0.9 (valid at all power settings)
AfterBurnThrustSpecificFuelConsumption = 1.9 (valid only with AB engaged)
Here is the engine data I am working with
Specification of J58-P4
Thrust (dry): 25,000 lb
Thrust (wet): 34,000 lb
SFC (wet): 1.9 lb/(lbf-h)
SFC (dry): 0.9 lb/(lbf-h)
Core airflow: 450 lb/s
I am assuming dry means without AB and wet is with AB
I noticed an interesting occurrence in the aircraft. As the aircraft throttles up, the FF expectedly goes up until 50% throttle where the AB kicks in and the FF drops to some absurdly low level from about 30,000lbs/hr/engine to 250lbs/hr/engine. as the throttle is increased the FF advances all the way up to 63,000lbs/hr/engine. I have no idea why it does this. The F-18 does it as well but to a somewhat lesser degree. The SR-71 at 80,000ft would need to operate in a close to max ab condition but so far the aircraft does it without the use of AB.
Also, does Static thrust refer to the max thrust at Sea level with or without afterburner?
Thanks in advance for any help!
Last edited:
thank you.