|
4 | 4 |
|
5 | 5 | ## A repository for m5 injector design engineers to collate code performing analysis on injector flow and efficacy. |
6 | 6 |
|
| 7 | +### Current features: |
| 8 | +* Choice of SPI, HEM and Dyer models returning mass flow rate |
| 9 | +* Full Helmholz rho/T EOS implementation in the Fluid class for all relevant properties |
| 10 | +* Orifice types - basic |
| 11 | + |
7 | 12 | ### Eventual planned features: |
8 | | -* Choice of SPI, HEM and Dyer (with Solomon correction) models |
9 | | -* Compressibility corrections |
10 | | -* Orifice types - Waxman cavitating, basic |
| 13 | +* Orifice types - Waxman cavitating |
11 | 14 | * Estimation of orifice discharge coefficients (from empirical data) (?) |
12 | 15 | * Estimation of atomisation performance (from empirical data) (?) |
13 | | -* Determine pressure drop, orifice mass flow, element O/F, overall O/F, etc with the above |
| 16 | +* Determine element O/F, overall O/F |
14 | 17 | * Determine film cooling mass flow proportion (~20% is said to be sufficient to ignore the core O/F for temperature calculations, need to find the source for this - possibly NASA SP-8089) |
15 | 18 | * Warnings for combustion stability criteria (from empirical data) |
16 | 19 | * Document everything - kill two birds with one stone here and write up all the injector notes in preparation for the new wiki? |
17 | 20 |
|
18 | 21 | ### Currently in progress: |
19 | | -* Finding specific enthalpy and any other important chemical properties, transport properties |
20 | | - * Possibly with multiple source data options / averaging / sense checks |
21 | | -* Decisions on classes / where everything should live |
| 22 | +* Setting up class heirarchy |
22 | 23 | * Current intended structure: Injector plate --> Manifolds --> Injector elements --> Orifices |
23 | 24 |
|
24 | 25 | ### Things that need fixing: |
25 | | -* Sure this won't stay empty long... |
| 26 | +* Not sure the HEM graph produced matches Solomon's |
26 | 27 |
|
27 | | -SI base units used everywhere, except for possibly some final output and graphing. |
| 28 | +SI base units used everywhere, except for possibly some final output and graphing. |
0 commit comments