Replies: 3 comments
-
I think you can change both magnitude and also direction already.
For direction you can also split it into 3 90 degree angle forces - that has worked from the beginning of external forces.
Have a look at the hydrodynamics.xml system (https://github.com/JSBSim-Team/jsbsim/blob/master/systems/hydrodynamics.xml) for an example. It is used in the aircraft Short_S23 that is in the aircraft directory.
|
Beta Was this translation helpful? Give feedback.
-
Looks like you can change both the direction and magnitude at runtime, so you can make them both time varying. If you use a jsbsim/src/models/FGExternalForce.h Lines 176 to 183 in b9bfc23 jsbsim/src/models/FGExternalForce.h Lines 196 to 201 in b9bfc23 |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for taking the time to answer my questions, it's been very helpful. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am currently working on constructing a tether wing model that involves considering a force which varies over time not only in magnitude but also in direction. However, the external reaction that defined in XML file can not be time-varying. I would like to inquire about the best approach to incorporate such dynamic forces into my simulation model.
I am particularly interested in finding effective solutions to this problem and would appreciate any suggestions, experiences, or insights you may have.
Thank you in advance for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions