Go to the documentation of this file.
44 collectData(ownMap(), ownStencil(),
fld, ownFld);
46 collectData(neiMap(), neiStencil(),
fld, neiFld);
55 mesh.time().timeName(),
73 for (
label faceI = 0; faceI <
mesh.nInternalFaces(); faceI++)
83 sf[faceI] += stField[i]*stWeight[i];
93 sf[faceI] += stField[i]*stWeight[i];
101 GeometricBoundaryField& bSfCorr =
sf.boundaryField();
121 pSfCorr[i] += stField[j]*stWeight[j];
131 pSfCorr[i] += stField[j]*stWeight[j];
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > weightedSum(const surfaceScalarField &phi, const GeometricField< Type, fvPatchField, volMesh > &fld, const List< List< scalar > > &ownWeights, const List< List< scalar > > &neiWeights) const
Sum vol field contributions to create face values.
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< ' ';}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< ' ';}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< ' ';}gmvFile<< nl;forAll(lagrangianScalarNames, i){ const word &name=lagrangianScalarNames[i];IOField< scalar > fld(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
Mesh data needed to do the Finite Volume discretisation.
volScalarField sf(fieldObject, mesh)
const fvPatch & patch() const
Return patch.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Traits class for primitives.
label start() const
Return start label of this patch in the polyMesh face list.
Generic GeometricField class.
virtual bool coupled() const
Return true if this patch field is coupled.