Moment Reference Center #569
Replies: 3 comments 2 replies
-
@fernandafenelon where are you getting your aerodynamic data from? The source of your data needs to indicate what the MRP (Moment Reference Point), MRC (Moment Reference Center), AERORP, i.e. a number of slightly different terms for the same thing, is for the data you're planning on using.
Since the MRP can be an arbitrary point the supplier of the aerodynamic data needs to specify it as part of the data package. JSBSim does increment the total moment given the current, remember the cg will be moving during flight as fuel is burned etc., cg and it's distance to the AERORP. Here is the code that does that: jsbsim/src/models/FGAerodynamics.cpp Line 280 in ddd025a P.S |
Beta Was this translation helpful? Give feedback.
-
Hi ! I have just few question to set my ideas for good... So, said differently, IF my experimental coefficients (force, moments...) are expressed in the Wind Frame with a MRP defined at the CG (considering the structural frame) : the right thing to do is to define the AERORP and the CG at the same location ? Also, my plane does not experience CG variation due to fuel consumption ... BUT, if I want to simulate a variation of CG due to an evolution of the plane, without having to re-calculate my coefficients, I only have to change the location of CG in the XML file (this will create a delta between CG and AERORP) and it will work fine ? |
Beta Was this translation helpful? Give feedback.
-
Yes.
Yes, assuming the evolution only really does affect the cg, what about the moments of inertia? And doesn't also change the aerodynamics. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
What is my "Moment Reference Center" for aerodynamic moments?
I understand that I have to provide the aerodynamic data considering that the forces are applied at "AERORP" and the aerodynamics moments are provideded around this same "AERORP" point.
This "AERORP" point is defined in xml.
Also, the JSBSim will automatically calculate an increment of moment due to the distance between CG and AERORP and the aerodynamic forces to output as:
'moments/l-aero-lbsft'
'moments/m-aero-lbsft'
'moments/n-aero-lbsft'
Is this correct?
Beta Was this translation helpful? Give feedback.
All reactions