experience and innovation

Now Hiring!

-------------------------------------------------------------------------------
   Computes the aerodynamic force using surface accommodation coefficients.
   User inputs a data structure specifying a set of planar areas.
-------------------------------------------------------------------------------
   Form:
   f = FAeroSurfaceAccommodation( u, d )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   u              (3,:)  Velocity vector (m/sec^2)
   rho            (1,1)  Atmospheric Density (kg-m^2)
   t              (1,1)  Atmospheric Temperature
   m              (1,1)  Mean molecular weight
   d              (1,1)  Plate data structure
                         .area        (1,:) Areas
                         .normal      (3,:) Normals
                         .temperature (1,:) Temperatures

   -------
   Outputs
   -------
   force          (3,1)  Total force (N)
   cD             (1,1)  Equivalent coefficent of drag

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