MCPcopy Create free account
hub / github.com/Cantera/cantera / removeSpeciesLock

Method removeSpeciesLock

src/thermo/Phase.cpp:847–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845}
846
847void Phase::removeSpeciesLock()
848{
849 if (!m_nSpeciesLocks) {
850 throw CanteraError("Phase::removeSpeciesLock",
851 "ThermoPhase '{}' has no current species locks.", m_name);
852 }
853 m_nSpeciesLocks--;
854}
855
856vector<string> Phase::findIsomers(const Composition& compMap) const
857{

Callers 6

~MultiPhaseMethod · 0.80
~Domain1DMethod · 0.80
setSolutionMethod · 0.80
~ReactorBaseMethod · 0.80
setSolutionMethod · 0.80
~SolutionArrayMethod · 0.80

Calls 1

CanteraErrorClass · 0.85

Tested by

no test coverage detected