NewtonianForceFromCAD:

Path: ACPro/Newtonian

--------------------------------------------------------------------------
   Compute force and torque for a CAD model.
   Shadowing is not modeled. Vertices must be entered into faces
   counterclockwise.

   Since version 4 (ACT)
--------------------------------------------------------------------------
   Form:
   [force, torque] = NewtonianForceAndTorqueFromCAD( u, rho, g )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   u              (3,:)  Body frame velocity
   rho            (1,:)  Density
   g              (1,1)  CAD data structure

   -------
   Outputs
   -------
   force          (3,:)  Force

--------------------------------------------------------------------------

Children:

AeroUtils: CAD/LoadCAD
Common: Atmosphere/StdAtm
Common: Graphics/Plot2D
Common: Graphics/PolygonProps
Math: Linear/Dot
Math: Linear/Mag
Math: Linear/Unit

Back to the ACPro Module page