|
FightSream Analysis Interface Module (AIM)
FightSream Analysis Interface Module (AIM)
|
A module in the Computational Aircraft Prototype Syntheses (CAPS) has been developed to interact (primarily through input files) with Research in Flight's FlightStream [1]. FlightStream predicts the aerodynamic performance of a vehicle via a panel method, which makes it very fast.
An outline of the AIM's inputs and outputs are provided in AIM Inputs and AIM Outputs, respectively.
Geometric attributes recognized by the AIM are provided in Attribution.
The FlightStream coordinate system assumption (X – downstream) needs to be followed.
The FligthStream AIM supports two types of geometry representations:
Within OpenCSM there are a number of airfoil generation UDPs (User Defined Primitives). These include NACA 4 series, a more general NACA 4/5/6 series generator, Sobieczky's PARSEC parameterization and Kulfan's CST parameterization. All of these UDPs generate EGADS FaceBodies where the Face's underlying Surface is planar and the bounds of the Face is a closed set of Edges whose underlying Curves contain the airfoil shape.
Important Airfoil Geometry Assumptions
Note: Additional spurious Nodes on the upper and lower Edges of the airfoil are acceptable.
The FlightStream CCS surfaces are generated from a set of FaceBodys with the same capsGroup attributes, and the geometric details extracted from the geometry. Attempts are made to orient and sort FaceBody, but users are encouraged to check the airfoil orientation in the CCS input file when setting up a new problem.
It should be noted that general construction in either OpenCSM or even EGADS will be supported as long as the topology described above is used. But care should be taken when constructing the airfoil shape so that a discontinuity (i.e., simply C0) is not generated at the Node representing the Leading Edge. This can be done by fitting a spline through the entire shape as one and then intersecting the single Edge to place the LE Node.
CCS General Components
The FaceBody sections for general components and can be oriented in any direction with any shape. However, sections may not have perpendicular normal vectors.
CCS Lifting Surface Components
The FaceBody must contain at least two edges and two nodes, but may contain any number of Edges otherwise. If the FaceBody contains more nodes, the node with the smallest x value is used to define the leading edge, the node with the largest x defines the trailing edge. The airfoil may have a single Edge that defines a straight blunt trailing edge. The airfoil shapes in the CCS file are generated by sampling the Curves of each section.
Trailing edge control surfaces can be added to the above example by making use of the vlmControlName attribute (see Attribution regarding the attribution specifics). To add a RightFlap and LeftFlap to the the naca UDP entries are augmented with the following attributes.
Note how the root airfoil contains two attributes for both the left and right flaps. Only trailing edge control surfaces are currently supported by FlightStream.
In the pyCAPS script the AIM Inputs, CCS_Control, must be defined.
Notice how the information defined in the flap variable is assigned to the vlmControlName portion of the attributes added to the *.csm file.
CCS Annular Components
Annular components are made up of multiple annular airfoil sections. The same section rules for Lifting Surface components apply. However, blunt trailing edges are currently not supported by FlightStream.
CCS Revolution Components
Revolution components are made up of a single airfoil sections along with an axis of rotation. The same section rules for Lifting Surface components apply. However, blunt trailing edges are currently not supported by FlightStream. The axis of rotation body must be a LINE and have the same capsGroup attribute as the other sections, as well as a capsType=Axis string attribute.