Go to the documentation of this file.
39 #ifndef extendedFaceToCellStencil_H
40 #define extendedFaceToCellStencil_H
A class for managing temporary objects.
Note: transformations on coupled patches not supported. Problem is the positions of cells reachable t...
Mesh consisting of general polyhedral cells.
extendedFaceToCellStencil(const polyMesh &)
Class containing processor-to-processor mapping information.
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))
static tmp< GeometricField< Type, fvPatchField, volMesh > > weightedSum(const mapDistribute &map, const labelListList &stencil, const GeometricField< Type, fvsPatchField, surfaceMesh > &fld, const List< List< scalar >> &stencilWeights)
static void collectData(const mapDistribute &map, const labelListList &stencil, const GeometricField< T, fvsPatchField, surfaceMesh > &fld, List< List< T >> &stencilFld)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Generic GeometricField class.