mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-16 07:55:08 -05:00
[Input] Remove deprecated input files and phase definitions
This commit is contained in:
committed by
Bryan W. Weber
parent
9ce04ba4e1
commit
aae64d9b7b
@@ -1,41 +0,0 @@
|
||||
description: >-
|
||||
Pure argon phase. Thermo and transport properties are taken
|
||||
from GRI-Mech 3.0.
|
||||
|
||||
generator: cti2yaml
|
||||
cantera-version: 2.5.0
|
||||
date: Wed, 11 Dec 2019 16:59:05 -0500
|
||||
input-files: [argon.cti]
|
||||
|
||||
units: {length: cm, quantity: mol, activation-energy: cal/mol}
|
||||
deprecated: >-
|
||||
The file 'argon.yaml' is deprecated and will be removed after Cantera 2.5.
|
||||
A nearly equivalent phase can be obtained from 'air.yaml'.
|
||||
|
||||
phases:
|
||||
- name: argon
|
||||
thermo: ideal-gas
|
||||
elements: [Ar]
|
||||
species: [AR]
|
||||
transport: mixture-averaged
|
||||
state:
|
||||
T: 300.0
|
||||
P: 1.01325e+05
|
||||
kinetics: gas
|
||||
reactions: none
|
||||
|
||||
species:
|
||||
- name: AR
|
||||
composition: {Ar: 1}
|
||||
thermo:
|
||||
model: NASA7
|
||||
temperature-ranges: [300.0, 1000.0, 5000.0]
|
||||
data:
|
||||
- [2.5, 0.0, 0.0, 0.0, 0.0, -745.375, 4.366]
|
||||
- [2.5, 0.0, 0.0, 0.0, 0.0, -745.375, 4.366]
|
||||
transport:
|
||||
model: gas
|
||||
geometry: atom
|
||||
diameter: 3.33
|
||||
well-depth: 136.5
|
||||
note: '120186'
|
||||
@@ -26,45 +26,6 @@ phases:
|
||||
kinetics: gas
|
||||
transport: mixture-averaged
|
||||
state: {T: 300.0, P: 1 atm}
|
||||
- name: gri30_mix
|
||||
thermo: ideal-gas
|
||||
elements: [O, H, C, N, Ar]
|
||||
species: [H2, H, O, O2, OH, H2O, HO2, H2O2, C, CH, CH2, CH2(S), CH3, CH4,
|
||||
CO, CO2, HCO, CH2O, CH2OH, CH3O, CH3OH, C2H, C2H2, C2H3, C2H4, C2H5,
|
||||
C2H6, HCCO, CH2CO, HCCOH, N, NH, NH2, NH3, NNH, NO, NO2, N2O, HNO, CN,
|
||||
HCN, H2CN, HCNN, HCNO, HOCN, HNCO, NCO, N2, AR, C3H7, C3H8, CH2CHO,
|
||||
CH3CHO]
|
||||
kinetics: gas
|
||||
transport: mixture-averaged
|
||||
state: {T: 300.0, P: 1 atm}
|
||||
deprecated: >-
|
||||
The phase 'gri30_mix' in the file 'gri30.yaml' is deprecated and will be
|
||||
removed after Cantera 2.5. The default phase 'gri30' now includes
|
||||
mixture-averaged transport properties by default and should be preferred.
|
||||
Please see the webpage at
|
||||
https://github.com/Cantera/cantera/wiki/deprecate_gri30_phases for more
|
||||
information.
|
||||
- name: gri30_multi
|
||||
thermo: ideal-gas
|
||||
elements: [O, H, C, N, Ar]
|
||||
species: [H2, H, O, O2, OH, H2O, HO2, H2O2, C, CH, CH2, CH2(S), CH3, CH4,
|
||||
CO, CO2, HCO, CH2O, CH2OH, CH3O, CH3OH, C2H, C2H2, C2H3, C2H4, C2H5,
|
||||
C2H6, HCCO, CH2CO, HCCOH, N, NH, NH2, NH3, NNH, NO, NO2, N2O, HNO, CN,
|
||||
HCN, H2CN, HCNN, HCNO, HOCN, HNCO, NCO, N2, AR, C3H7, C3H8, CH2CHO,
|
||||
CH3CHO]
|
||||
kinetics: gas
|
||||
transport: multicomponent
|
||||
state: {T: 300.0, P: 1 atm}
|
||||
deprecated: >-
|
||||
The phase 'gri30_multi' in the file 'gri30.yaml' is deprecated and will be
|
||||
removed after Cantera 2.5. You can use multi-component diffusion by including
|
||||
an optional argument to 'Solution':
|
||||
Python: ct.Solution('gri30.yaml', transport_model='Multi')
|
||||
MATLAB: Solution('gri30.yaml','gri30','Multi')
|
||||
C++: newSolution("gri30.yaml", "gri30", "Multi")
|
||||
Please see the webpage at
|
||||
https://github.com/Cantera/cantera/wiki/deprecate_gri30_phases for more
|
||||
information.
|
||||
|
||||
species:
|
||||
- name: H2
|
||||
|
||||
@@ -33,51 +33,6 @@ phases:
|
||||
state:
|
||||
T: 300.0
|
||||
P: 1.01325e+05
|
||||
- name: gri30_mix
|
||||
thermo: ideal-gas
|
||||
elements: [O, H, C, N, Ar]
|
||||
species: [H2, H, O, O2, OH, H2O, HO2, H2O2, C, CH, CH2, CH2(S), CH3, CH4,
|
||||
CO, CO2, HCO, CH2O, CH2OH, CH3O, CH3OH, C2H, C2H2, C2H3, C2H4, C2H5,
|
||||
C2H6, HCCO, CH2CO, HCCOH, N, NH, NH2, NH3, NNH, NO, NO2, N2O, HNO, CN,
|
||||
HCN, H2CN, HCNN, HCNO, HOCN, HNCO, NCO, N2, AR, C3H7, C3H8, CH2CHO,
|
||||
CH3CHO]
|
||||
kinetics: gas
|
||||
reactions: all
|
||||
transport: mixture-averaged
|
||||
state:
|
||||
T: 300.0
|
||||
P: 1.01325e+05
|
||||
deprecated: >-
|
||||
The phase 'gri30_mix' in the file 'gri30_highT.yaml' is deprecated and will be
|
||||
removed after Cantera 2.5. The default phase 'gri30' now includes
|
||||
mixture-averaged transport properties by default and should be preferred.
|
||||
Please see the webpage at
|
||||
https://github.com/Cantera/cantera/wiki/deprecate_gri30_phases for more
|
||||
information.
|
||||
- name: gri30_multi
|
||||
thermo: ideal-gas
|
||||
elements: [O, H, C, N, Ar]
|
||||
species: [H2, H, O, O2, OH, H2O, HO2, H2O2, C, CH, CH2, CH2(S), CH3, CH4,
|
||||
CO, CO2, HCO, CH2O, CH2OH, CH3O, CH3OH, C2H, C2H2, C2H3, C2H4, C2H5,
|
||||
C2H6, HCCO, CH2CO, HCCOH, N, NH, NH2, NH3, NNH, NO, NO2, N2O, HNO, CN,
|
||||
HCN, H2CN, HCNN, HCNO, HOCN, HNCO, NCO, N2, AR, C3H7, C3H8, CH2CHO,
|
||||
CH3CHO]
|
||||
kinetics: gas
|
||||
reactions: all
|
||||
transport: multicomponent
|
||||
state:
|
||||
T: 300.0
|
||||
P: 1.01325e+05
|
||||
deprecated: >-
|
||||
The phase 'gri30_multi' in the file 'gri30_highT.yaml' is deprecated and will be
|
||||
removed after Cantera 2.5. You can use multi-component diffusion by including
|
||||
an optional argument to 'Solution':
|
||||
Python: ct.Solution('gri30.yaml', transport_model='Multi')
|
||||
MATLAB: Solution('gri30.yaml','gri30','Multi')
|
||||
C++: newSolution("gri30.yaml", "gri30", "Multi")
|
||||
Please see the webpage at
|
||||
https://github.com/Cantera/cantera/wiki/deprecate_gri30_phases for more
|
||||
information.
|
||||
|
||||
species:
|
||||
- name: H2
|
||||
|
||||
@@ -17,23 +17,6 @@ phases:
|
||||
kinetics: gas
|
||||
transport: mixture-averaged
|
||||
state: {T: 300.0, P: 1 atm}
|
||||
- name: ohmech-multi
|
||||
thermo: ideal-gas
|
||||
elements: [O, H, Ar, N]
|
||||
species: [H2, H, O, O2, OH, H2O, HO2, H2O2, AR, N2]
|
||||
kinetics: gas
|
||||
transport: multicomponent
|
||||
state: {T: 300.0, P: 1 atm}
|
||||
deprecated: >-
|
||||
The phase 'ohmech-multi' in the file 'h2o2.yaml' is deprecated and will be
|
||||
removed after Cantera 2.5. You can use multi-component diffusion by including
|
||||
an optional argument to 'Solution':
|
||||
Python: ct.Solution('h2o2.yaml', transport_model='Multi')
|
||||
MATLAB: Solution('h2o2.yaml', 'h2o2', 'Multi')
|
||||
C++: newSolution("h2o2.yaml", "h2o2", "Multi")
|
||||
Please see the webpage at
|
||||
https://github.com/Cantera/cantera/wiki/deprecate_gri30_phases for more
|
||||
information.
|
||||
|
||||
species:
|
||||
- name: H2
|
||||
|
||||
@@ -77,17 +77,6 @@ phases:
|
||||
T: 280.0
|
||||
P: 1.01325e+05
|
||||
pure-fluid-name: carbon-dioxide
|
||||
- name: carbondioxide
|
||||
thermo: pure-fluid
|
||||
elements: [C, O]
|
||||
species: [CO2]
|
||||
state:
|
||||
T: 280.0
|
||||
P: 1.01325e+05
|
||||
deprecated: >-
|
||||
The phase name 'carbondioxide' in 'liquidvapor.yaml' is deprecated and will
|
||||
be removed after Cantera 2.5. Use the phase name 'carbon-dioxide' instead.
|
||||
pure-fluid-name: carbon-dioxide
|
||||
- name: heptane
|
||||
thermo: pure-fluid
|
||||
elements: [C, H]
|
||||
@@ -110,17 +99,6 @@ phases:
|
||||
1,1,1,2-Tetrafluoroethane (HFC-134a) for Temperatures From 170 K to 455 K
|
||||
and Pressures up to 70 MPa". J. Phys. Chem. Ref. Data, Vol. 23, No. 5, 1994.
|
||||
pp. 657--729.
|
||||
- name: hfc134a
|
||||
thermo: pure-fluid
|
||||
elements: [C, F, H]
|
||||
species: [C2F4H2]
|
||||
state:
|
||||
T: 300.0
|
||||
P: 1.01325e+05
|
||||
pure-fluid-name: HFC-134a
|
||||
deprecated: >-
|
||||
The phase name 'hfc134a' in 'liquidvapor.yaml' is deprecated and will
|
||||
be removed after Cantera 2.5. Use the phase name 'HFC-134a' instead.
|
||||
|
||||
# Note that these species definitions are used ONLY to set the
|
||||
# reference state values for the entropy and enthalpy at 298.15 K,
|
||||
|
||||
-10916
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user