Skip to content

Instantly share code, notes, and snippets.

@kyleniemeyer
Last active September 15, 2020 12:39
Show Gist options
  • Save kyleniemeyer/f277f8bf036cc04968b14dad98d6cb77 to your computer and use it in GitHub Desktop.
Save kyleniemeyer/f277f8bf036cc04968b14dad98d6cb77 to your computer and use it in GitHub Desktop.
YAML shock tube example
---
file-author:
name: Kyle E Niemeyer
ORCID: 0000-0003-4425-7097
file-version: (1, 0)
reference:
doi: 10.1016/j.ijhydene.2007.04.008
authors:
- name: N. Chaumeix
- name: S. Pichon
- name: F. Lafosse
- name: C.-E. Paillard
journal: International Journal of Hydrogen Energy
year: 2007
volume: 32
pages: 2216-2226
detail: Fig. 12., right, open diamond
experiment-type: Ignition delay measurement
apparatus:
kind: shock tube
institution: CNRS-ICARE
facility: stainless steel shock tube
common-properties:
pressure: &pres
value: 2.18
units: atm
initial-composition: &comp
- species: H2
InChI: 1S/H2/h1H
mole-fraction: 0.00444
- species: O2
InChI: 1S/O2/c1-2
mole-fraction: 0.00566
- species: Ar
InChI: 1S/Ar
mole-fraction: 0.9899
ignition-type: &ign
target: pressure
type: d/dt max
datapoints:
- temperature:
value: 1164.48
units: kelvin
ignition-delay:
value: 471.54
units: us
pressure: *pres
initial-composition: *comp
ignition-type: *ign
- temperature:
value: 1164.97
units: kelvin
ignition-delay:
value: 448.03
units: us
pressure: *pres
initial-composition: *comp
ignition-type: *ign
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment