Profile image

Leviathan test v2

33.3k Bernkastel  2.9 years ago
20 downloads
Unlisted No Tags

No description.

General Characteristics

  • Created On Windows
  • Wingspan 47.8ft (14.6m)
  • Length 70.6ft (21.5m)
  • Height 17.3ft (5.3m)
  • Empty Weight 34,412lbs (15,609kg)
  • Loaded Weight 38,267lbs (17,357kg)

Performance

  • Power/Weight Ratio 0.937
  • Wing Loading 46.2lbs/ft2 (225.4kg/m2)
  • Wing Area 828.8ft2 (77.0m2)
  • Drag Points 2396

Parts

  • Number of Parts 594
  • Control Surfaces 2
  • Performance Cost 3,176
  • Log in to leave a comment
  • Profile image
    107k GuyFolk

    @Bernkastel
    You get the code from my tutorial right?
    Just let me know if you need more explanation about this stuff.

    +1 2.9 years ago
  • Profile image
    33.3k Bernkastel

    @GuyFolk Oh i see I will take this.

    2.9 years ago
  • Profile image
    107k GuyFolk

    There is a problem with the code " * (abs(AngleOfSlip) > 90 ? -1 : 1) ", it purpose is to invert the control surface in the case of flying backward which the control surface force will be inverted due to opposite air flow.
    I've noticed the code in tvc, it not needed there since jet engine produce thrust force one way regardless of flying direction.
    And in many control surfaces, make sure you keep everything in () before multiplying by " * (abs(AngleOfSlip) > 90 ? -1 : 1) " so the entire control get inverted not some chunks. ((pitchFT+rollFT+yawFt+extraFT) * (abs(AngleOfSlip) > 90 ? -1 : 1) )
    I suggest you use Notepad++ to write code because it highlight () pairs for you.

    +1 2.9 years ago
  • Profile image
    33.3k Bernkastel

    @GuyFolk

    AG1 disables every control surface for PSM

    2.9 years ago

This post is unlisted and upvoting is disabled.