|
MSES Analysis Interface Module (AIM)
MSES Analysis Interface Module (AIM)
|
A module in the Computational Aircraft Prototype Syntheses (CAPS) has been developed to interact (through input files) with the airfoil analysis tool MSES. MSES is not open-source and not freely available. However, a 'lite' version of MSES is provided with EngSketchPad that supports analysis of a single airfoil element.
An outline of the AIM's inputs and outputs are provided in AIM Inputs and AIM Outputs, respectively.
The AIM preAnalysis generates the mesh by calling the 'mset' executable, and generats an msesInput.txt file containing the instructions for executing mses.
The MSES AIM can automatically execute MSES, with details provided in AIM Execution.
MSES inherently assumes the airfoil cross-section is in the x-y plane, if it isn't an attempt is made to automatically rotate the provided body.
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.
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 splining the entire shape as one and then intersecting the single Edge to place the LE Node.