Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
319
void Foam::MRFZoneList::makeAbsolute(volVectorField& U) const
320
{
321
forAll(*this, i)
322
{
323
operator[](i).makeAbsolute(U);
324
}
325
}
326
327
328
void Foam::MRFZoneList::makeAbsolute(surfaceScalarField& phi) const
Callers
1
MRFZoneList.C
File · 0.70
Calls
1
forAll
Function · 0.50
Tested by
no test coverage detected