LucasThil commited on
Commit
c28fc80
·
verified ·
1 Parent(s): b166988

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -2
README.md CHANGED
@@ -72,6 +72,66 @@ dataset_info:
72
  download_size: 2623414
73
  dataset_size: 8924256
74
  ---
75
- # Dataset Card for "nasa_turbofan_degradation_FD003"
76
 
77
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  download_size: 2623414
73
  dataset_size: 8924256
74
  ---
 
75
 
76
+ # CMAPSS Jet Engine Simulated Data FD003 - NASA
77
+
78
+ This dataset contains simulated data from the CMAPSS (Commercial Modular Aero-Propulsion System Simulation) Jet Engine by NASA, FD003.
79
+
80
+ Train trjectories: 100
81
+ Test trajectories: 100
82
+ Conditions: ONE (Sea Level)
83
+ Fault Modes: TWO (HPC Degradation, Fan Degradation)
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
+ }