Go to the documentation of this file.
57 mesh.time().timeName(),
70 for (label facei = 0; facei <
mesh.nInternalFaces(); facei++)
80 sf[facei] += stField[i]*stWeight[i];
90 sf[facei] += stField[i]*stWeight[i];
110 if (
phi.boundaryField()[patchi][i] > 0)
118 pSfCorr[i] += stField[j]*stWeight[j];
128 pSfCorr[i] += stField[j]*stWeight[j];
const labelListList & ownStencil() const
Defines the attributes of an object for which implicit objectRegistry management is supported,...
static void collectData(const mapDistribute &map, const labelListList &stencil, const GeometricField< T, fvPatchField, volMesh > &fld, List< List< T >> &stencilFld)
A class for managing temporary objects.
static constexpr const zero Zero
virtual label start() const
const mapDistribute & ownMap() const
gmvFile<< "tracers "<< particles.size()<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().x()<< ' ';}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().y()<< ' ';}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().z()<< ' ';}gmvFile<< nl;for(const word &name :lagrangianScalarNames){ IOField< scalar > fld(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
const mapDistribute & neiMap() const
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
Mesh data needed to do the Finite Volume discretisation.
const fvPatch & patch() const
Boundary & boundaryFieldRef(const bool updateAccessTime=true)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const labelListList & neiStencil() const
Generic GeometricField class.
virtual bool coupled() const