NewtonianLD3D:
--------------------------------------------------------------------------
Newtonian lift and drag for hypersonic flight in a standard atmosphere.
Since version 1.0
--------------------------------------------------------------------------
Form:
[L, D, machNo, g] = NewtonianLD3D( vInf, alt, filename )
--------------------------------------------------------------------------
------
Inputs
------
vInf (3,1) Freestream velocity vector (m/s) in the body frame
alt (1,1) altitude (km)
fileName (1,1) path to OBJ file, or a data structure containing
geometry information
-------
Outputs
-------
L (1,:) Lift
D (1,:) Drag
machNo (1,1) Mach Number
g (.) Data structure containing geometry data from OBJ file
--------------------------------------------------------------------------
Reference: Anderson, J.D., 'Hypersonic and High-Temperature Gas
Dynamics," 2006.
--------------------------------------------------------------------------
Children:
Common: Transform/RotMat
LaunchVehicle: Hypersonic/NewtonianAeroPropertiesFromOBJFile
Math: Linear/Mag
SCPro: ProEnvirons/AtmScaleHeightsStdAtm