Home
last modified time | relevance | path

Searched refs:use_legacy_rate_constants (Results 1 – 11 of 11) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/base/
H A Dglobal.cpp84 void use_legacy_rate_constants(bool legacy) in use_legacy_rate_constants() function
86 app()->use_legacy_rate_constants(legacy); in use_legacy_rate_constants()
H A Dapplication.h387 void use_legacy_rate_constants(bool legacy=true) {
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/test/general/
H A Dstring_processing.cpp121 Cantera::use_legacy_rate_constants(false); in main()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/base/
H A Dglobal.h225 void use_legacy_rate_constants(bool legacy=true);
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/test/kinetics/
H A Dpdep.cpp228 Cantera::use_legacy_rate_constants(false); in main()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/test/
H A Dutilities.py54 cantera.use_legacy_rate_constants(False)
H A Dtest_kinetics.py60 ct.use_legacy_rate_constants(True) # set to False for test suite
67 ct.use_legacy_rate_constants(False)
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/
H A Dkinetics.pyx395 To switch to new behavior, run 'cantera.use_legacy_rate_constants(False)'.
415 To switch to new behavior, run 'cantera.use_legacy_rate_constants(False)'.
H A Dutils.pyx80 def use_legacy_rate_constants(pybool legacy): function
H A D_cantera.pxd136 cdef void Cxx_use_legacy_rate_constants "Cantera::use_legacy_rate_constants" (cbool)
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/clib/
H A Dct.cpp1500 use_legacy_rate_constants(legacy != 0); in ct_use_legacy_rate_constants()