-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common nomenclature: flight states/points #694
Comments
A realization of the third option could be a pre-definition similar to
|
Today we identified some pro's and con's for the above proposal collecting
to be continued when we collect more ideas.. As a general CPACS philosophy we propose: It might also be an option to only implement and use |
Recap of the flightCases from an "as-is" perspective - e.g. CPACS 2.3 - being under <flightDynamics>
<flightCases>
<flightCase uID="FlightCaseCruise">
<name>FlightCaseCruise</name>
<description>Design Point Cruise</description>
<weightAndBalanceUID>WB_MTOM-GU</weightAndBalanceUID>
<standardAltitude>11000</standardAltitude>
<mach>0.8</mach>
<vCAS>136.43</vCAS>
<configuration>0</configuration>
<gear>0</gear>
<airportUID>Airport_EHAM</airportUID>
<runwayUID>EHAM-24</runwayUID>
<linearModel>
<Alon mapType="vector">0;-1.58889269017399e-005;0.00
<Blon mapType="vector">0;1.09450863479668;-19.413756
<Clon mapType="vector">0;0.999999999506952;0;0;3.784
<Dlon mapType="vector">0;0;0;0;0;0;1.9826739142799;0
<Alat mapType="vector">-0.00221497907913215;-1.56837
<Blat mapType="vector">-0.271438669709361;0;0;3.7113
<Clat mapType="vector">0;0;0;0;0.00423600275532621;0
<Dlat mapType="vector">0;0;0;0;0;0;0.027721289263166
</linearModel>
<trimResult>
<mach>0.799984447851245</mach>
<vTAS>236.051005842601</vTAS>
<alpha>3.94670958132179</alpha>
<altitude>11000.0000012638</altitude>
</trimResult>
</flightCase>
... A separation of the trim requirements (configuration node, weight & balance, aircraft performance requirements) and the respective results ( I propose the trim and linearization results to still target into the For all other matters I'm fully open to any common nomencalture in CPACS - as long as it allows for a complete definition of trim cases... |
Problem description
Before freezing the nomenclature of the CPACS 3.3 relase candidate, we should reconsider whether we can still unify the naming. A feedback after the last stakeholder meeting concerns the definition of flight states. We are currently having the implementations listed below.
As there might be more disciplines which need a flight state/point definition, we should agree on what philosophy we want to apply here in the future. I see three possibilities wrt defining the flight states, and maybe in general as well:
From the perspective of the CPACS coordination, I do not want to prescribe any philosophy but rather try to achieve a collaborative best-practice agreement. Therefore I'm very glad for any response.
Current 3.3-beta implementations
analyses/aeroPerformance: boundaryConditions
Note: As it is already introduced, we could should not change it in a minor release but append a documentation note that the naming is equivalent to our chosen naming convention and will be adopted in the next major release.
loadCases: flightPoint
aeroCases: state
The text was updated successfully, but these errors were encountered: