Incorporating the LMR-R mixture rule into Cantera for the first time #5690
Annotations
4 errors
Run Python tests:
test_kinetics.py#L1447
TestReaction.test_linearburke_chebyshev
cantera._utils.CanteraError:
*******************************************************************************
CanteraError thrown by addReactions:
*******************************************************************************
InputFileError thrown by AnyValue::as:
Key 'A' not found or contains no value
-------------------------------------------------------------------------------
0# Cantera::CanteraError::getMethod in cantera_shared
1# Cantera::CanteraError::CanteraError in cantera_shared
2# Cantera::InputFileError::InputFileError<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > in cantera_shared
3# surf_siteDensity in cantera_shared
4# _CxxFrameHandler4 in VCRUNTIME140_1
5# 0x00007FFCD2DA2572 in VCRUNTIME140_1
6# RtlCaptureContext in ntdll
7# Cantera::AnyValue::as<double> in cantera_shared
8# Cantera::LinearBurkeRate::setParameters in cantera_shared
9# Cantera::LinearBurkeRate::LinearBurkeRate in cantera_shared
10# std::default_delete<Cantera::MultiRate<Cantera::StickingRate<Cantera::BlowersMaselRate,Cantera::InterfaceData>,Cantera::InterfaceData> >::operator() in cantera_shared
11# Cantera::Factory<Cantera::ReactionRate,Cantera::AnyMap const & __ptr64,Cantera::UnitStack const & __ptr64>::create in cantera_shared
12# Cantera::newReactionRate in cantera_shared
13# Cantera::Reaction::Reaction in cantera_shared
14# std::make_unique<Cantera::Reaction,Cantera::AnyMap const & __ptr64,Cantera::Kinetics const & __ptr64,0> in cantera_shared
15# Cantera::addReactions in cantera_shared
16# Cantera::newKinetics in cantera_shared
17# Cantera::newSolution in cantera_shared
18# Cantera::newSolution in cantera_shared
19# PyInit_reactor in _cantera_cp312_win_amd64
*******************************************************************************
*******************************************************************************
InputFileError thrown by ReactionRateFactory::newReactionRate:
Error on line 214 of D:\a\cantera\cantera\test\data/linearBurke-test.yaml:
Unknown reaction rate type 'linear-burke'
| Line |
| 209 | - {P: 1.000e+03 atm, A: 4.28006e+15, b: -1.57172e+00, Ea: 9.80056e+02}
| 210 | - {P: 1.000e+04 atm, A: 6.79586e+12, b: -5.77830e-01, Ea: 4.56911e+02}
| 211 | - name: H2O
| 212 | efficiency: {A: 10, b: 0, Ea: 0}
| 213 |
> 214 > - equation: H + O2 (+M) <=> HO2 (+M)
^
| 215 | type: linear-burke
| 216 | colliders:
| 217 | - name: M
-------------------------------------------------------------------------------
0# Cantera::CanteraError::getMethod in cantera_shared
1# Cantera::CanteraError::CanteraError in cantera_shared
2# Cantera::InputFileError::InputFileError<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > in cantera_shared
3# Cantera::newReactionRate in cantera_shared
4# Cantera::Reaction::Reaction in cantera_shared
5# std::make_unique<Cantera::Reaction,Cantera::AnyMap const & __ptr64,Cantera::Kinetics const & __ptr64,0> in cantera_shared
6# Cantera::addReactions in cantera_shared
7# Cantera::newKinetics in cantera_shared
8# Cantera::newSolution in cantera_shared
9# Cantera::newSolution in cantera_shared
10# PyInit_reactor in _cantera_cp312_win_amd64
11# PyInit_reactor in _cantera_cp312_win_amd64
12# PyInit_reactor in _cantera_cp312_win_amd64
13# PyInit_reactor in _cantera_cp312_win_amd64
14# PyInit_reactor in _cantera_cp312_win_amd64
15# PyArg_CheckPositional in python312
16# PyObject_Call in python312
17# PyVectorcall_Call in python312
18# 0x00007FFCD0BCD025 in _cantera_cp312_win_amd64
19# PyInit_reactor in _cantera_cp312_win_amd64
*******************************************************************************
*******************************************************************************
InputFileError thrown by ReactionRateFactory::newReactionRate:
Error on line 225 of D:\a\cantera\cantera\test\data/linearBurke-test.yaml:
Unknown reaction rate type 'linear-burke'
| Line |
| 220 | high-P-rate-constant: {A: 4.7e+12, b: 0.44, Ea: 0.0}
| 221 | Troe: {A: 0
|
Run Python tests:
test_kinetics.py#L1403
TestReaction.test_linearburke_plog
cantera._utils.CanteraError:
*******************************************************************************
CanteraError thrown by addReactions:
*******************************************************************************
InputFileError thrown by AnyValue::as:
Key 'A' not found or contains no value
-------------------------------------------------------------------------------
0# Cantera::CanteraError::getMethod in cantera_shared
1# Cantera::CanteraError::CanteraError in cantera_shared
2# Cantera::InputFileError::InputFileError<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > in cantera_shared
3# surf_siteDensity in cantera_shared
4# _CxxFrameHandler4 in VCRUNTIME140_1
5# 0x00007FFCD2DA2572 in VCRUNTIME140_1
6# RtlCaptureContext in ntdll
7# Cantera::AnyValue::as<double> in cantera_shared
8# Cantera::LinearBurkeRate::setParameters in cantera_shared
9# Cantera::LinearBurkeRate::LinearBurkeRate in cantera_shared
10# std::default_delete<Cantera::MultiRate<Cantera::StickingRate<Cantera::BlowersMaselRate,Cantera::InterfaceData>,Cantera::InterfaceData> >::operator() in cantera_shared
11# Cantera::Factory<Cantera::ReactionRate,Cantera::AnyMap const & __ptr64,Cantera::UnitStack const & __ptr64>::create in cantera_shared
12# Cantera::newReactionRate in cantera_shared
13# Cantera::Reaction::Reaction in cantera_shared
14# std::make_unique<Cantera::Reaction,Cantera::AnyMap const & __ptr64,Cantera::Kinetics const & __ptr64,0> in cantera_shared
15# Cantera::addReactions in cantera_shared
16# Cantera::newKinetics in cantera_shared
17# Cantera::newSolution in cantera_shared
18# Cantera::newSolution in cantera_shared
19# PyInit_reactor in _cantera_cp312_win_amd64
*******************************************************************************
*******************************************************************************
InputFileError thrown by ReactionRateFactory::newReactionRate:
Error on line 214 of D:\a\cantera\cantera\test\data/linearBurke-test.yaml:
Unknown reaction rate type 'linear-burke'
| Line |
| 209 | - {P: 1.000e+03 atm, A: 4.28006e+15, b: -1.57172e+00, Ea: 9.80056e+02}
| 210 | - {P: 1.000e+04 atm, A: 6.79586e+12, b: -5.77830e-01, Ea: 4.56911e+02}
| 211 | - name: H2O
| 212 | efficiency: {A: 10, b: 0, Ea: 0}
| 213 |
> 214 > - equation: H + O2 (+M) <=> HO2 (+M)
^
| 215 | type: linear-burke
| 216 | colliders:
| 217 | - name: M
-------------------------------------------------------------------------------
0# Cantera::CanteraError::getMethod in cantera_shared
1# Cantera::CanteraError::CanteraError in cantera_shared
2# Cantera::InputFileError::InputFileError<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > in cantera_shared
3# Cantera::newReactionRate in cantera_shared
4# Cantera::Reaction::Reaction in cantera_shared
5# std::make_unique<Cantera::Reaction,Cantera::AnyMap const & __ptr64,Cantera::Kinetics const & __ptr64,0> in cantera_shared
6# Cantera::addReactions in cantera_shared
7# Cantera::newKinetics in cantera_shared
8# Cantera::newSolution in cantera_shared
9# Cantera::newSolution in cantera_shared
10# PyInit_reactor in _cantera_cp312_win_amd64
11# PyInit_reactor in _cantera_cp312_win_amd64
12# PyInit_reactor in _cantera_cp312_win_amd64
13# PyInit_reactor in _cantera_cp312_win_amd64
14# PyInit_reactor in _cantera_cp312_win_amd64
15# PyArg_CheckPositional in python312
16# PyObject_Call in python312
17# PyVectorcall_Call in python312
18# 0x00007FFCD0BCD025 in _cantera_cp312_win_amd64
19# PyInit_reactor in _cantera_cp312_win_amd64
*******************************************************************************
*******************************************************************************
InputFileError thrown by ReactionRateFactory::newReactionRate:
Error on line 225 of D:\a\cantera\cantera\test\data/linearBurke-test.yaml:
Unknown reaction rate type 'linear-burke'
| Line |
| 220 | high-P-rate-constant: {A: 4.7e+12, b: 0.44, Ea: 0.0}
| 221 | Troe: {A: 0.5, T
|
Run Python tests:
test_kinetics.py#L1425
TestReaction.test_linearburke_troe
cantera._utils.CanteraError:
*******************************************************************************
CanteraError thrown by addReactions:
*******************************************************************************
InputFileError thrown by AnyValue::as:
Key 'A' not found or contains no value
-------------------------------------------------------------------------------
0# Cantera::CanteraError::getMethod in cantera_shared
1# Cantera::CanteraError::CanteraError in cantera_shared
2# Cantera::InputFileError::InputFileError<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > in cantera_shared
3# surf_siteDensity in cantera_shared
4# _CxxFrameHandler4 in VCRUNTIME140_1
5# 0x00007FFCD2DA2572 in VCRUNTIME140_1
6# RtlCaptureContext in ntdll
7# Cantera::AnyValue::as<double> in cantera_shared
8# Cantera::LinearBurkeRate::setParameters in cantera_shared
9# Cantera::LinearBurkeRate::LinearBurkeRate in cantera_shared
10# std::default_delete<Cantera::MultiRate<Cantera::StickingRate<Cantera::BlowersMaselRate,Cantera::InterfaceData>,Cantera::InterfaceData> >::operator() in cantera_shared
11# Cantera::Factory<Cantera::ReactionRate,Cantera::AnyMap const & __ptr64,Cantera::UnitStack const & __ptr64>::create in cantera_shared
12# Cantera::newReactionRate in cantera_shared
13# Cantera::Reaction::Reaction in cantera_shared
14# std::make_unique<Cantera::Reaction,Cantera::AnyMap const & __ptr64,Cantera::Kinetics const & __ptr64,0> in cantera_shared
15# Cantera::addReactions in cantera_shared
16# Cantera::newKinetics in cantera_shared
17# Cantera::newSolution in cantera_shared
18# Cantera::newSolution in cantera_shared
19# PyInit_reactor in _cantera_cp312_win_amd64
*******************************************************************************
*******************************************************************************
InputFileError thrown by ReactionRateFactory::newReactionRate:
Error on line 214 of D:\a\cantera\cantera\test\data/linearBurke-test.yaml:
Unknown reaction rate type 'linear-burke'
| Line |
| 209 | - {P: 1.000e+03 atm, A: 4.28006e+15, b: -1.57172e+00, Ea: 9.80056e+02}
| 210 | - {P: 1.000e+04 atm, A: 6.79586e+12, b: -5.77830e-01, Ea: 4.56911e+02}
| 211 | - name: H2O
| 212 | efficiency: {A: 10, b: 0, Ea: 0}
| 213 |
> 214 > - equation: H + O2 (+M) <=> HO2 (+M)
^
| 215 | type: linear-burke
| 216 | colliders:
| 217 | - name: M
-------------------------------------------------------------------------------
0# Cantera::CanteraError::getMethod in cantera_shared
1# Cantera::CanteraError::CanteraError in cantera_shared
2# Cantera::InputFileError::InputFileError<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > in cantera_shared
3# Cantera::newReactionRate in cantera_shared
4# Cantera::Reaction::Reaction in cantera_shared
5# std::make_unique<Cantera::Reaction,Cantera::AnyMap const & __ptr64,Cantera::Kinetics const & __ptr64,0> in cantera_shared
6# Cantera::addReactions in cantera_shared
7# Cantera::newKinetics in cantera_shared
8# Cantera::newSolution in cantera_shared
9# Cantera::newSolution in cantera_shared
10# PyInit_reactor in _cantera_cp312_win_amd64
11# PyInit_reactor in _cantera_cp312_win_amd64
12# PyInit_reactor in _cantera_cp312_win_amd64
13# PyInit_reactor in _cantera_cp312_win_amd64
14# PyInit_reactor in _cantera_cp312_win_amd64
15# PyArg_CheckPositional in python312
16# PyObject_Call in python312
17# PyVectorcall_Call in python312
18# 0x00007FFCD0BCD025 in _cantera_cp312_win_amd64
19# PyInit_reactor in _cantera_cp312_win_amd64
*******************************************************************************
*******************************************************************************
InputFileError thrown by ReactionRateFactory::newReactionRate:
Error on line 225 of D:\a\cantera\cantera\test\data/linearBurke-test.yaml:
Unknown reaction rate type 'linear-burke'
| Line |
| 220 | high-P-rate-constant: {A: 4.7e+12, b: 0.44, Ea: 0.0}
| 221 | Troe: {A: 0.5, T
|
Run Python tests
Process completed with exit code 1.
|
Loading