Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Steady-state trimmer #51

Merged
merged 18 commits into from
Mar 23, 2016
Merged

Steady-state trimmer #51

merged 18 commits into from
Mar 23, 2016

Commits on Jan 30, 2016

  1. Steady-state trimmer in progress.

    Created main function and constrain functions.
    Minimizer is still to be implemented.
    AlexS12 committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    79d893d View commit details
    Browse the repository at this point in the history
  2. Added funciton to be optimized (still to be tested)

    The evaluation of forces and moments suggests a change in the aircraft model.
    AlexS12 committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    7a59afb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2016

  1. Finished function to be optimized during the trimming processs.

    * A new function was introduced in cessna_310 to get total forces & moments.
    * Minor corrections in cessna_310.
    * Only trimming main function is still to be implemented.
    
    TESTS ARE PENDING.
    AlexS12 committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    bd1deac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaa3f39 View commit details
    Browse the repository at this point in the history
  3. First attempt to trim the aircraft: DOES NOT SEEM TO CONVERGE TO THE …

    …RIGHT SOLUTION
    
    * Added example: trim_example_001.py.
    * Another minimization algorithm should be tried... this one in converginf to another solution. Maybe is a good idea to choose one that accepts constrains (ie. delta_t <= 1).
    AlexS12 committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    0618f41 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2016

  1. Configuration menu
    Copy the full SHA
    0ba7045 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. First 'working' version

    AlexS12 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    fc580e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2016

  1. Configuration menu
    Copy the full SHA
    8741e10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec04e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f6bed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a284e66 View commit details
    Browse the repository at this point in the history
  5. Improved documentation

    AlexS12 committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    53edaf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6932155 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6482749 View commit details
    Browse the repository at this point in the history
  8. Actually added tests '=)

    AlexS12 committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    9cf8870 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dab4fe0 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Configuration menu
    Copy the full SHA
    072a884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0eba8 View commit details
    Browse the repository at this point in the history