R/C Plane Simulation Software - Tips & Advice Wanted

In summary: What you need are databases of forces (lift, drag, sideforce) and moment (roll,pitch,yaw) aerodynamic data sets (for a given aircraft) if you want a simulation. Note, not values calculated from an equation, actual wind tunnel or flight test data. These need to be a function of angle of attack, airspeed, and body rotation rotes (p,q,r). The simulation will look through the table of values at each time step. This is your aerodynamics model. You need a model that can be refined over time.You can find a lot of these data sets on the internet, such as at http://www.aerodynamics-data.com/.
  • #1
SwedishWings
13
0
I hope i posted on the right forum...

I've been considering writing a simple(?) R/C flight simulator for quite some time. After reading about aerodynamics i concluded that a simulation software are bound to make great simplifications, and may only model a subset of the actual physics involved. However, there seem to be very little written on the subject, when it comes to good simplified simulation software for planes.

Any pointers would be most welcome. Perhaps there are some GPL projects that has related simulation models?

Thanks in advance,
Mike
 
Physics news on Phys.org
  • #2
SwedishWings said:
I hope i posted on the right forum...

I've been considering writing a simple(?) R/C flight simulator for quite some time. After reading about aerodynamics i concluded that a simulation software are bound to make great simplifications, and may only model a subset of the actual physics involved. However, there seem to be very little written on the subject, when it comes to good simplified simulation software for planes.

Any pointers would be most welcome. Perhaps there are some GPL projects that has related simulation models?

Thanks in advance,
Mike

I do flight simulation. I've made one for a Cessna 172 and a VTOL aircraft. What is your background in flight dynamics? I would start by reading some aircraft stability and controls books to understand what you need to do.
 
  • #3
Cyrus said:
I do flight simulation. I've made one for a Cessna 172 and a VTOL aircraft. What is your background in flight dynamics? I would start by reading some aircraft stability and controls books to understand what you need to do.

Thanks for your reply Cyrus!

I'm a total rookie on flight dynamics. I have better understanding of general physics, as I've spent a few years working with AI based games and 3D rendering engines. Honestly, after spending about 30 hours on the net reading about aerodynamics, i felt discouraged by the complexity - it appears mankind still don't know exactly why we can fly =)

Indeed, reading a few books on the subject would be a good thing. However, i was hoping to find some shortcuts in terms of simplified, easy to understand, simulation models that would be a good starting point. Perhaps in the long run, simulation could be refined with experience and knowledge.

I found the http://www.rowlhouse.co.uk/sss/index.html" [Broken] that has some pointers. Unfortunately, very little documentation exists on the actual flight simulation and the theory behind it.

Any help is most welcome!

Thanks,
Mike
 
Last edited by a moderator:
  • #4
SwedishWings said:
Thanks for your reply Cyrus!

I'm a total rookie on flight dynamics. I have better understanding of general physics, as I've spent a few years working with AI based games and 3D rendering engines. Honestly, after spending about 30 hours on the net reading about aerodynamics, i felt discouraged by the complexity - it appears mankind still don't know exactly why we can fly =)

Indeed, reading a few books on the subject would be a good thing. However, i was hoping to find some shortcuts in terms of simplified, easy to understand, simulation models that would be a good starting point. Perhaps in the long run, simulation could be refined with experience and knowledge.

I found the http://www.rowlhouse.co.uk/sss/index.html" [Broken] that has some pointers. Unfortunately, very little documentation exists on the actual flight simulation and the theory behind it.

Any help is most welcome!

Thanks,
Mike

Start doing some background by looking through the lecture slides on this website

http://www.princeton.edu/~stengel/MAE331.html

As a first cut, you may want to consider a very simple linearized simulation.
 
Last edited by a moderator:
  • #5
Cyrus said:
Start doing some background by looking through the lecture slides on this website

http://www.princeton.edu/~stengel/MAE331.html

As a first cut, you may want to consider a very simple linearized simulation.

Thanks a lot!

I have started reading and find it quite easy to follow, though some explanations would help.

I stumbled on some very simple equations on this http://www.grc.nasa.gov/WWW/K-12/airplane/short.html" [Broken]:

Thrust = m(dot) V
Lift = k V^2 A cl
Drag = k V^2 A cd

where k is Smeaton's coefficient (.00327), cl is the lift coefficient and cd is the drag coefficient.

Are this equations (and some basic Newton stuff) to far simplified for being useful in a first attempt?

/Mike
 
Last edited by a moderator:
  • #6
SwedishWings said:
Thanks a lot!

I have started reading and find it quite easy to follow, though some explanations would help.

I stumbled on some very simple equations on this http://www.grc.nasa.gov/WWW/K-12/airplane/short.html" [Broken]:

Thrust = m(dot) V
Lift = k V^2 A cl
Drag = k V^2 A cd

where k is Smeaton's coefficient (.00327), cl is the lift coefficient and cd is the drag coefficient.

Are this equations (and some basic Newton stuff) to far simplified for being useful in a first attempt?

/Mike

What you need are databases of forces (lift, drag, sideforce) and moment (roll,pitch,yaw) aerodynamic data sets (for a given aircraft) if you want a simulation. Note, not values calculated from an equation, actual wind tunnel or flight test data. These need to be a function of angle of attack, airspeed, and body rotation rotes (p,q,r). The simulation will look through the table of values at each time step. This is your aerodynamics model. You will also need a model for the engine, the mass/inertia properties, and the atmosphere.
 
Last edited by a moderator:

1. What are some good R/C plane simulation software options?

Some popular R/C plane simulation software options include RealFlight, Phoenix RC, and AeroFly RC7.

2. How can I improve my skills using R/C plane simulation software?

One way to improve your skills is to start with basic maneuvers and gradually increase the difficulty as you become more comfortable. Another tip is to practice regularly and record your flights to analyze and improve your techniques.

3. Can R/C plane simulation software help me prepare for real-life flying?

Yes, R/C plane simulation software can be a useful tool for practicing and perfecting your flying skills before taking your plane out for a real-life flight. It can also help you familiarize yourself with different scenarios and challenges that may arise during actual flying.

4. Are there any specific controllers or equipment recommended for R/C plane simulation software?

Most R/C plane simulation software can be used with a standard R/C controller, but some software may require specific controllers or adapters. It's best to check the software's compatibility and recommended equipment before purchasing.

5. Is R/C plane simulation software suitable for all ages and skill levels?

Yes, R/C plane simulation software can be used by people of all ages and skill levels. Most software offers different difficulty levels and settings, making it suitable for beginners as well as experienced pilots.

Similar threads

  • STEM Academic Advising
Replies
9
Views
822
  • Mechanical Engineering
Replies
3
Views
2K
Replies
1
Views
4K
  • Special and General Relativity
Replies
6
Views
1K
  • STEM Academic Advising
Replies
27
Views
2K
Replies
14
Views
2K
Replies
1
Views
526
  • STEM Academic Advising
Replies
13
Views
2K
  • STEM Career Guidance
3
Replies
75
Views
15K
Back
Top