Home
last modified time | relevance | path

Searched refs:setPhaseExistence (Results 1 – 3 of 3) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/test_problems/stoichSolidKinetics/
H A DstoichSolidKinetics.cpp125 iKin.setPhaseExistence(ip_cao, false); in testProblem()
131 iKin.setPhaseExistence(ip_caco3, false); in testProblem()
136 iKin.setPhaseExistence(ip_cao, true); in testProblem()
141 iKin.setPhaseExistence(ip_gas, false); in testProblem()
146 iKin.setPhaseExistence(ip_gas, true); in testProblem()
147 iKin.setPhaseExistence(ip_cao, true); in testProblem()
148 iKin.setPhaseExistence(ip_caco3, true); in testProblem()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/kinetics/
H A DInterfaceKinetics.h338 void setPhaseExistence(const size_t iphase, const int exists);
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/kinetics/
H A DInterfaceKinetics.cpp888 void InterfaceKinetics::setPhaseExistence(const size_t iphase, const int exists) in setPhaseExistence() function in Cantera::InterfaceKinetics