Patch from Andy Ross:
Try the following patch to c172.xml, which makes the takeoff-rpm modification I talked about*. Hopefully things will be more to your liking; the aircraft maxes out at 2100 RPM while stopped, then the speed increases to something more like cruise as the airspeed grows. If you look carefully, you'll actually see the RPM drop very slightly before it starts increasing. The physical reason for this is that the blades are "unstalling". As the flow attaches to them, they experience a sharp increase in induced drag. I was pretty pleased to notice this little tidbit; it kinda validates the model in an obtuse way. That being said, I have *no* idea if this effect is noticeable in a real aircraft. Alex?
This commit is contained in:
parent
2e34702365
commit
ad052ca1c3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
<propeller radius="1.0"
|
||||
cruise-speed="86" cruise-rpm="2200"
|
||||
cruise-alt="10000" cruise-power="99"
|
||||
takeoff-power="160" takeoff-rpm="2500"
|
||||
takeoff-power="134.5" takeoff-rpm="2100"
|
||||
eng-power="160" eng-rpm="2500"
|
||||
x="-.6" y="0" z="0" mass="400" moment="8">
|
||||
<actionpt x="0" y="0" z="0"/>
|
||||
|
|
Loading…
Reference in a new issue