Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ makeRelative
Function
makeRelative
src/finiteVolume/cfdTools/general/MRF/MRFZoneList.C:204–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
203
204
void Foam::MRFZoneList::makeRelative(volVectorField& U) const
205
{
206
forAll(*this, i)
207
{
208
operator[](i).makeRelative(U);
209
}
210
}
211
212
213
void Foam::MRFZoneList::makeRelative(surfaceScalarField& phi) const
Callers
1
MRFZoneList.C
File · 0.70
Calls
1
forAll
Function · 0.50
Tested by
no test coverage detected