LucasThil commited on
Commit
208de26
·
verified ·
1 Parent(s): f37f273

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -2
README.md CHANGED
@@ -71,7 +71,67 @@ configs:
71
  path: data/train-*
72
  - split: valid
73
  path: data/valid-*
 
 
 
 
 
74
  ---
75
- # Dataset Card for "FD001"
76
 
77
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  path: data/train-*
72
  - split: valid
73
  path: data/valid-*
74
+ language:
75
+ - en
76
+ pretty_name: CMAPSS Jet Engine Simulated Data FD001
77
+ size_categories:
78
+ - 10K<n<100K
79
  ---
 
80
 
81
+ # CMAPSS Jet Engine Simulated Data
82
+
83
+ This dataset contains simulated data from the CMAPSS (Commercial Modular Aero-Propulsion System Simulation) Jet Engine.
84
+
85
+ ## Sensor Descriptions
86
+
87
+ | Sensor ID | Description | Units |
88
+ |-----------|--------------------------------------------|-------------|
89
+ | s_1 | Total temperature at fan inlet | ◦R |
90
+ | s_2 | Total temperature at LPC outlet | ◦R |
91
+ | s_3 | Total temperature at HPC outlet | ◦R |
92
+ | s_4 | Total temperature at LPT outlet | ◦R |
93
+ | s_5 | Pressure at fan inlet | psia |
94
+ | s_6 | Total pressure in bypass-duct | psia |
95
+ | s_7 | Total pressure at HPC outlet | psia |
96
+ | s_8 | Physical fan speed | rpm |
97
+ | s_9 | Physical core speed | rpm |
98
+ | s_10 | Engine pressure ratio (P50/P2) | - |
99
+ | s_11 | Static pressure at HPC outlet | psia |
100
+ | s_12 | Ratio of fuel flow to Ps30 | pps/psia |
101
+ | s_13 | Corrected fan speed | rpm |
102
+ | s_14 | Corrected core speed | rpm |
103
+ | s_15 | Bypass Ratio | - |
104
+ | s_16 | Burner fuel-air ratio | - |
105
+ | s_17 | Bleed Enthalpy | - |
106
+ | s_18 | Demanded fan speed | rpm |
107
+ | s_19 | Demanded corrected fan speed | rpm |
108
+ | s_20 | HPT coolant bleed | lbm/s |
109
+ | s_21 | LPT coolant bleed | lbm/s |
110
+
111
+ ## Units Explanation
112
+
113
+ - ◦R: Rankine scale
114
+ - HPT: High Pressure Temperature
115
+ - LPT: Low Pressure Temperature
116
+ - HPC: High Pressure Chamber
117
+ - LPC: Low Pressure Chamber
118
+ - rpm: rotation per minute
119
+ - psia: pound per square inch
120
+ - pps: pulse per second
121
+ - lbm: pound mass
122
+
123
+ ## Source
124
+
125
+ [CMAPSS Jet Engine Simulated Data](https://data.nasa.gov/Aerospace/CMAPSS-Jet-Engine-Simulated-Data/ff5v-kuh6/about_data)
126
+
127
+ ## Citation
128
+
129
+ ```bibtex
130
+ @article{Saxena2008DamagePM,
131
+ title={Damage propagation modeling for aircraft engine run-to-failure simulation},
132
+ author={Abhinav Saxena and Kai Goebel and Donald C. Simon and Neil H. W. Eklund},
133
+ journal={2008 International Conference on Prognostics and Health Management},
134
+ year={2008},
135
+ pages={1-9},
136
+ url={https://api.semanticscholar.org/CorpusID:206508104}
137
+ }