NewtonianAeroPropertiesFromOBJFile:
--------------------------------------------------------------------------
Computes the normal coefficient of a body in hypersonic flow.
Since version 1.0
--------------------------------------------------------------------------
Form:
Initialization:
[cN, normalVec, area, g] = NewtonianAeroPropertiesFromOBJFile( vInf, fileName )
Aero Property Calculation:
[cN, normalVec, area, g] = NewtonianAeroPropertiesFromOBJFile( vInf, g )
--------------------------------------------------------------------------
------
Inputs
------
vInf (3,1) Free stream velocity vector in body frame (any units)
fileName (1,:) File name or data structure
-------
Outputs
-------
cN (1,1) Normal coefficient
normalVec (3,1) Unit vector in the direction of the normal
area (1,1) Total surface area
g (.) Data structure with geometry information
--------------------------------------------------------------------------
Children:
AeroUtils: CAD/LoadCAD
Common: Graphics/PolygonProps
Math: Linear/Mag
Math: Linear/Unit