MCPcopy 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
91void Foam::turbulenceModel::correct()
92{
93 if (mesh_.changing())
94 {
95 y_.correct();
96 }
97}
98
99
100// ************************************************************************* //

Callers 4

LaheyKEpsilon.CFile · 0.50
omegaFunction · 0.50
mixtureKEpsilon.CFile · 0.50
kOmegaSSTSato.CFile · 0.50

Calls 2

changingMethod · 0.80
correctMethod · 0.45

Tested by

no test coverage detected