Skip to content

Proposal: Add shock tube species profiles as an experiment type #60

@bryanwweber

Description

@bryanwweber

PyKED/ChemKED version

v0.1.5

Code sample

...
experiment-type: Species profile
apparatus:
    kind: shock tube
    institution: Stanford University
    facility: stainless steel shock tube
    inner-diameter: &diam
        value: 15.2
        units: cm
common-properties:
    pressure: &pres
        - 1.672 atm
        - uncertainty-type: relative
          uncertainty: 0.02
    temperature: &temp
        - 1182 K
        - uncertainty-type: relative
          uncertainty: 0.01
    composition: &comp
      kind: mole-fraction
      species:
        - species-name: H2O2
          amount:
            - 0.002046 #can one specify it in ppm by giving ppm as units?
            - uncertainty-type: relative
              uncertainty: 0.05
        - species-name: H2O
          amount:
            - 0.001113
            - uncertainty-type: relative
              uncertainty: 0.05
        - species-name: O2
          amount:
            - 0.000556
            - uncertainty-type: relative
              uncertainty: 0.05
        - species-name: Ar
          amount:
            - 0.996285 #can balance be specified here instead of a value?
            - uncertainty-type: relative
              uncertainty: 0.05
    time-shift: &timeshift
      - 0 s
      - uncertainty-type: absolute
        uncertainty: 0.01 ms
    assumptions: &assumptions
        thermal-boundary: adiabatic #vs. isothermal
        mechanical-boundary: constant pressure #vs. constant volume
        equation-of-state: ideal gas
datapoints: #is it necessary to include the temperature: *temp stuff for each item even though it's common?
    - csvfile: 'hong_pci2013_oh.csv'
      targets:
        - name: OH
          type: mole fraction # vs. concentration or absorbance
          species: OH
          absolute-uncertainty: 1E-6
          relative-uncertainty: .05
    - csvfile: 'hong_pci2013_h2o.csv'
      targets:
        - name: H2O
          type: mole fraction
          species: H2O
          absolute-uncertanity: 1E-6
          relative-uncertainty: .05
    - csvfile: 'hong_pci2013_abs227nm.csv'
      targets:
        - name: 'abs_227nm'
          type: absorbance
          wavelength:
            value: 227
            units: nm
          absorbing_species:
            - species: H2O2
              cross-section:
                value: 1.40E+05
                units: 'cm^2 mol^-2'
                relative-uncertainty: .1
            - species: HO2
              cross-section:
                value: 1.27E+06
                units: 'cm^2 mol^-1'
                relative-uncertainty: .1
          path_length: *diam
          absolute-uncertainty: .01

Proposed by Mike Burke's group at Columbia. Mildly edited by Bryan for clarity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions