Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2D Pitching Fixed Wing #983

Merged
merged 52 commits into from
Jul 9, 2024
Merged

2D Pitching Fixed Wing #983

merged 52 commits into from
Jul 9, 2024

Commits on Feb 20, 2024

  1. Added functionality to read and apply a pitch actuation time series f…

    …rom a user supplied input file for fixed wing cases.
    ET14 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    fc1c166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1b4e26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f24edf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8510099 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Pitch Actuation: fix small bugs for declaration

    Emanuel Taschner committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    20f49c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. formatting

    mbkuhn committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7eaca46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76ca2db View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Add file identifier for pitch angle input file name and remove else s…

    …tatement for aoa update (pitch table is now in deg rather than in rad)
    ET14 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b27368b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b57d7 View commit details
    Browse the repository at this point in the history
  3. formatting

    mbkuhn committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d074c45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b14397 View commit details
    Browse the repository at this point in the history
  5. missing }

    * most changes are due to formatting
    mbkuhn committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    04d05ca View commit details
    Browse the repository at this point in the history
  6. Merge branch '2DPitchingFixedWing' of https://github.com/ET14/amr-wind

    …into ET_pitching_wing
    mbkuhn committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4936631 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. 1) Added 2D Gaussian for 2D problems 2) Modified pitch angle interpol…

    …ation to n+1/2 rather than n
    ET14 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2f9afa9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Added 1) In case of 2D Gaussian: Rescaling of actuator force with the…

    … span to ensure force conservation 2) Option to disable fz actuator force 3) Option to use a velocity magnitude of unity for force calculation
    Emanuel Taschner committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a631931 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    336ff75 View commit details
    Browse the repository at this point in the history
  2. formatting

    mbkuhn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1f29057 View commit details
    Browse the repository at this point in the history
  3. ability to zero specific distance and force components

    - removes 2D Gaussian implementation
    mbkuhn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3d757ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38c3f0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cd2f1a View commit details
    Browse the repository at this point in the history
  6. minor

    mbkuhn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d472efd View commit details
    Browse the repository at this point in the history
  7. more minor stuff

    mbkuhn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    be4a82e View commit details
    Browse the repository at this point in the history
  8. fixing comment

    mbkuhn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3df9596 View commit details
    Browse the repository at this point in the history
  9. misspelling

    mbkuhn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3e01f78 View commit details
    Browse the repository at this point in the history
  10. fix bug with epsilon order

    mbkuhn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9783f4c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    260d67b View commit details
    Browse the repository at this point in the history
  12. remove variables left behind

    mbkuhn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ab62bda View commit details
    Browse the repository at this point in the history
  13. more efficient parsing

    mbkuhn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f8d1980 View commit details
    Browse the repository at this point in the history
  14. little thing

    mbkuhn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    352ba98 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    1016008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7019a View commit details
    Browse the repository at this point in the history
  3. set up reg test (mostly)

    mbkuhn committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d44d04a View commit details
    Browse the repository at this point in the history
  4. new query capability

    - included in reg test
    mbkuhn committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6b99a86 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. add sine pitch time series input file to the test case and adjust win…

    …g span for the test case to match the domain width in the periodic direction
    Emanuel Taschner committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e918e18 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. file names

    mbkuhn committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    672cea9 View commit details
    Browse the repository at this point in the history
  2. code review changes

    mbkuhn committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c8158df View commit details
    Browse the repository at this point in the history
  3. changed too much

    mbkuhn committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1845fb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. move things outside loop if not function of ip, edit comments, use li…

    …near_angle interpolation
    mbkuhn committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    12701a3 View commit details
    Browse the repository at this point in the history
  2. trim reg test

    mbkuhn committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3497ffe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b198fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ef87d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d2b101 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. removing wing_ops read_inputs

    * was not used in actual code, only in unit_tests
    * flat_plate and fixed_wing inputs are not similar enough to warrant another function
    mbkuhn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    312760a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a468d View commit details
    Browse the repository at this point in the history
  3. unit tests!

    mbkuhn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a7e7eae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cb9b9b View commit details
    Browse the repository at this point in the history
  5. remove commented inclusions

    mbkuhn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9865439 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fee3ae3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. documentation

    mbkuhn committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    45d3388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce96edb View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. minor improvements

    mbkuhn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7fffb2c View commit details
    Browse the repository at this point in the history
  2. all const

    mbkuhn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c605c22 View commit details
    Browse the repository at this point in the history