Thank you very much, all!
So, there doesn't seem to be away around copying the Lennard-Jonas parameters from other mechanisms / databases.
Viola, thanks as well for sharing the link to the mechanism. I could already do
a first validation with the nDodecane-Reitz mechanism, so I want to
stick to it.
Also, thanks a lot Steve for explaining the implementation of the transport properties in the mechanism file. Well understood!
phases:
- name: nDodecane_RK
thermo: Redlich-Kwong
elements: [H, C, O, N]
species: [c12h26, o2, n2, co2, h2o, co, h2, oh, h2o2, ho2, h, o, ch3o,
ch2o, hco, ch2, ch3, ch4, c2h2, c2h3, c12h25, c12h25o2, c12ket, c10h21,
c10h21o2, c10ket2-1, c7h15-2, c7h15o2, nc7ket23, c7h15o2h, c7h14ooh,
o2c7h14ooh, c7h15cho, c7h15co, c6h13cho, c6h13co, c6h13, c6h13o2, c6h13o,
c6h12, c6h12ooh, c6h12ooho2, c6ket24, c6h12o, c6h112-4, c6h11o2-4, c5h11,
c5h10, c5h9, c4h9co, c4h9, c4h9o2, c4h8ooh, c4h8ooho2, c4ket23, c4h8,
c4h7, c4h7o, c3h7cho, c3h7, c3h6, c3h5, c3h7o2, c3h6ooh, c3h7o, c3h6cho,
c2h5cho, c2h5co, c2h3cho, c2h4, c2h5, ch3o2, ch2co, ch2cho, ch3co, ch3cho,
ch3oh, ch2oh, ch3oco, hcco, c2h, c3h2, c3h3, c4h2, c4h3, c4h4, c4h5,
c5h5, c6h5o, A1-, A1c2h-, A1c2h, A1c2h3, A2-, A2r5, A3-, A1, A2, A3,
A4]
kinetics: gas
reactions: all
state:
T: 300.0
P: 1.01325e+05
Thus, in Python I get the error message below
real_gas = ct.Solution('nDodecane_Reitz.yaml', name='nDodecane_RK', transport_model='mixture-averaged')
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "interfaces\cython\cantera\thermo.pyx", line 282, in cantera._cantera.ThermoPhase.__init__
File "interfaces\cython\cantera\transport.pyx", line 145, in cantera._cantera.Transport.__init__
cantera._cantera.CanteraError:
***********************************************************************
CanteraError thrown by GasTransport::getTransportData:
Missing gas-phase transport data for species 'c12h26'.
***********************************************************************