![]() |
VR-Forces 4.8 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtAircraftFuelConsumptionModel |
| Implements the Breguet range equation V(L/D) Range = ---—*ln(Wi/Wf) g*SFC V = Velocity L/D = Lift/Drag ratio (aerodynamic efficiency) SFC = Specific fuel consumption (engine efficiency) Wi = initial weight Wf = final weight. More... | |
| class | DtNoFuelUsageAircraftFuelConsumptionModel |
| Uses no fuel. More... | |
| class | DtConstantAircraftFuelConsumptionModel |
| Uses a single efficiency number (i.e. doesn't do any interpolation). More... | |
| class | DtBilinearInterpolationAircraftFuelConsumptionModel |
| Uses bilinear interpolation to interpolate an efficiency. More... | |