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

Improve nozzle continuity equations #3

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Aug 22, 2024

  1. First elements to improve nozzle continuity equations:

    - Defined new test on NozzleAero to fit thermodynamics equations defined in other codes
    - Defined another definition for nozzle aero to help clarify equations
    LouisFonteneauMarcel committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e935669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c38fbe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdc401a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c3e7e0 View commit details
    Browse the repository at this point in the history
  5. repair all tests except test_nozzle, different values calculated and …

    …test_run_once_shaft (wasn't running before)
    LouisFonteneauMarcel committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5a241ee View commit details
    Browse the repository at this point in the history
  6. modified test_nozzle as I can't figure out if the value is an error y…

    …et or due to the new way of calculating the nozzle's performance (need a reference nozzle)
    LouisFonteneauMarcel committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    311d4ca View commit details
    Browse the repository at this point in the history
  7. Modified unitary test to target one purpose for the nozzle (Free the …

    …static pressure at the outlet, equality of flow inlet and outlet to calulate the flow's state at the outlet of a fixed geometry nozzle)
    LouisFonteneauMarcel committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cd23bfc View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Modified test as without if condtionning in the compute of the nozzle…

    …, the mach number in a convergent nozzle should not exceed 1. However density may not be considered constant anymore as we study compressible flows (M>0.3)
    LouisFonteneauMarcel committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ddbcb20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d6baeb View commit details
    Browse the repository at this point in the history
  3. Modified residue and unkown for outlet mach number calculation, used …

    …also pythermo lib functions in compute
    LouisFonteneauMarcel committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b50f26a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f919b8 View commit details
    Browse the repository at this point in the history
  5. Modified Nozzle architecture to make a general nozzle with potential …

    …converging diverging architecture or solo converging
    LouisFonteneauMarcel committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    94c41bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f116282 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    4182659 View commit details
    Browse the repository at this point in the history
  2. redefined the nozzle aero model with an advanced one and used the old…

    … one to test a system swap in the turbo fan, more thermo library function were used
    LouisFonteneauMarcel committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    118544e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf7167 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9b9c30 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    fad4f29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08b8a57 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. - More explicit area parameters

    - Removed recalculation of critical pressure as it can be defined with static_p with mach argument equal to 1
    LouisFonteneauMarcel committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    020d3c8 View commit details
    Browse the repository at this point in the history