MCPcopy 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
204void Foam::MRFZoneList::makeRelative(volVectorField& U) const
205{
206 forAll(*this, i)
207 {
208 operator[](i).makeRelative(U);
209 }
210}
211
212
213void Foam::MRFZoneList::makeRelative(surfaceScalarField& phi) const

Callers 1

MRFZoneList.CFile · 0.70

Calls 1

forAllFunction · 0.50

Tested by

no test coverage detected