Skip to content

Commit 1f9cb9d

Browse files
authored
Update README.md
1 parent bdc8d0e commit 1f9cb9d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,25 @@
44

55
## A repository for m5 injector design engineers to collate code performing analysis on injector flow and efficacy.
66

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+
712
### 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
1114
* Estimation of orifice discharge coefficients (from empirical data) (?)
1215
* 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
1417
* 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)
1518
* Warnings for combustion stability criteria (from empirical data)
1619
* Document everything - kill two birds with one stone here and write up all the injector notes in preparation for the new wiki?
1720

1821
### 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
2223
* Current intended structure: Injector plate --> Manifolds --> Injector elements --> Orifices
2324

2425
### Things that need fixing:
25-
* Sure this won't stay empty long...
26+
* Not sure the HEM graph produced matches Solomon's
2627

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

Comments
 (0)