mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
This is necessary so these tests can be retained after the XML format is removed and only the ctml2yaml conversion tool remains.
17 lines
330 B
YAML
17 lines
330 B
YAML
generator: ctml2yaml
|
|
cantera-version: 2.6.0a3
|
|
date: Sun, 19 Dec 2021 10:34:37 -0500
|
|
input-files: [test/data/liquid-water.xml]
|
|
|
|
phases:
|
|
- name: water
|
|
elements: [O, H]
|
|
species: [H2O]
|
|
thermo: liquid-water-IAPWS95
|
|
transport: water
|
|
state: {T: 300.0 K, P: 1.01325e+05 Pa}
|
|
|
|
species:
|
|
- name: H2O
|
|
composition: {H: 2.0, O: 1.0}
|