Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
908
void Phase::invalidateCache() {
909
m_stateNum++;
910
m_cache.clear();
911
}
912
913
void Phase::setMolecularWeight(const int k, const double mw)
914
{
Callers
3
check_rates
Method · 0.45
applySensitivity
Method · 0.45
resetSensitivity
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected