Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ correct
Function
correct
src/TurbulenceModels/turbulenceModels/turbulenceModel.C:91–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
91
void Foam::turbulenceModel::correct()
92
{
93
if (mesh_.changing())
94
{
95
y_.correct();
96
}
97
}
98
99
100
// ************************************************************************* //
Callers
4
LaheyKEpsilon.C
File · 0.50
omega
Function · 0.50
mixtureKEpsilon.C
File · 0.50
kOmegaSSTSato.C
File · 0.50
Calls
2
changing
Method · 0.80
correct
Method · 0.45
Tested by
no test coverage detected