Changes between Version 5 and Version 6 of StoutData
- Timestamp:
- 2012-12-08T15:58:39Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StoutData
v5 v6 61 61 The collision data file, ''<element>_#.coll'', has 2 possible types of data rows, '''Temperature''' rows and '''Collision Data''' rows. 62 62 63 '''Temperature''' rows start with the keyword ''TEMP'', followed by the number(X) of temperature data points, and then the X temperatures in Kelvin.63 '''Temperature''' rows start with the keyword ''TEMP'', followed by the temperature data points in Kelvin. 64 64 65 '''Collision Data''' rows start with a designation keyword, followed by the lower the upper levels of the transition, and then X collision data values of the type specified by the designation keyword. 65 '''Collision Data''' rows start with a designation keyword, followed by the lower the upper levels of the transition, and then the collision data values of the type specified by the designation keyword. 66 67 There should be the same number of temperature points as collision data points. 66 68 67 69 Possible designation keywords are: '''CS ELECTRON''' if the collision data are electron collision strengths and '''RATE PROTON''' if they are proton rates.