-
Notifications
You must be signed in to change notification settings - Fork 38
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
ThermoData branch #294
ThermoData branch #294
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #294 +/- ##
==========================================
- Coverage 63.76% 63.22% -0.55%
==========================================
Files 84 88 +4
Lines 8150 8804 +654
==========================================
+ Hits 5197 5566 +369
- Misses 2953 3238 +285
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ceasiompy/ThermoData/README.md
Outdated
|
||
<br /> | ||
|
||
`ThermoData` is a module to provide the outlet conditions of a given engine. It can calculate different operating conditions and save the results in a text file. This module is derived starting from the OpenSource code [pyCycle](https://github.com/OpenMDAO/pycycle) developed by Eric S. Hendricks and Justin S. Gray. It can perform calculations on both turbojet and turbofan engines, with the possibility to customize the parameters. The results are automatically written inside the config file of the module `SU2Run` to be able to perform the calculations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which parameters?
configuration file
ceasiompy/ThermoData/README.md
Outdated
`ThermoData` is a module to provide the outlet conditions of a given engine. It can calculate different operating conditions and save the results in a text file. This module is derived starting from the OpenSource code [pyCycle](https://github.com/OpenMDAO/pycycle) developed by Eric S. Hendricks and Justin S. Gray. It can perform calculations on both turbojet and turbofan engines, with the possibility to customize the parameters. The results are automatically written inside the config file of the module `SU2Run` to be able to perform the calculations. | ||
|
||
## Inputs | ||
`ThermoData` can be run on is own by giving the altitude the Mach number and the Net force. Otherwise it can take as an input the values from `CPACS2GMSH` module. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
altitude and Mach are inside aeromap, maybe change the sentence
ceasiompy/ThermoData/README.md
Outdated
`ThermoData` compute the values obtained at the engine outlet giving a "EngineBC.dat" file as an output. if the workflow continues with the `SU2Run` run module the results are added to the config file to perform the simulation. | ||
|
||
## Outputs | ||
`ThermoData` output is the "EngineBC.dat" file with stored inside: T_tot_out, V_stat_out, MN_out, P_tot_out, massflow_stat_out, T_stat_out, P_stat_out for the chosen engine configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add complete names, i.e. T_tot_out= Nozzle outlet temperature
…ASIOMpy into add_ThermoData
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
Add-on module to include engine boundary conditions for thermodynamic calculations