MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / read

Function read

src/functionObjects/field/yPlus/yPlus.C:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
159
160bool Foam::functionObjects::yPlus::read(const dictionary& dict)
161{
162 fvMeshFunctionObject::read(dict);
163 writeLocalObjects::read(dict);
164
165 return true;
166}
167
168
169bool Foam::functionObjects::yPlus::execute()

Callers 6

yPlus.CFile · 0.70
components.CFile · 0.50
magSqr.CFile · 0.50
grad.CFile · 0.50
XiReactionRate.CFile · 0.50
mag.CFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected