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

Method invalidateCache

src/thermo/Phase.cpp:908–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906}
907
908void Phase::invalidateCache() {
909 m_stateNum++;
910 m_cache.clear();
911}
912
913void Phase::setMolecularWeight(const int k, const double mw)
914{

Callers 3

check_ratesMethod · 0.45
applySensitivityMethod · 0.45
resetSensitivityMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected