Home
last modified time | relevance | path

Searched refs:compatibleWithMultiPhase (Results 1 – 4 of 4) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/thermo/
H A DWaterSSTP.h198 virtual bool compatibleWithMultiPhase() const { in compatibleWithMultiPhase() function
H A DPureFluidPhase.h200 virtual bool compatibleWithMultiPhase() const { in compatibleWithMultiPhase() function
H A DThermoPhase.h1471 virtual bool compatibleWithMultiPhase() const { in compatibleWithMultiPhase() function
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/equil/
H A DMultiPhase.cpp58 if (!p->compatibleWithMultiPhase()) { in addPhase()