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

Function makeAbsolute

src/finiteVolume/cfdTools/general/MRF/MRFZoneList.C:319–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317
318
319void Foam::MRFZoneList::makeAbsolute(volVectorField& U) const
320{
321 forAll(*this, i)
322 {
323 operator[](i).makeAbsolute(U);
324 }
325}
326
327
328void Foam::MRFZoneList::makeAbsolute(surfaceScalarField& phi) const

Callers 1

MRFZoneList.CFile · 0.70

Calls 1

forAllFunction · 0.50

Tested by

no test coverage detected