Go to the documentation of this file.
36 #ifndef extendedCentredFaceToCellStencil_H
37 #define extendedCentredFaceToCellStencil_H
46 class faceToCellStencil;
A class for managing temporary objects.
Note: transformations on coupled patches not supported. Problem is the positions of cells reachable t...
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)
const labelListList & stencil() const
static void collectData(const mapDistribute &map, const labelListList &stencil, const GeometricField< T, fvsPatchField, surfaceMesh > &fld, List< List< T >> &stencilFld)
const mapDistribute & map() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
baseclass for extended cell centred addressing. Contains per cell a list of neighbouring faces in glo...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
tmp< GeometricField< Type, fvPatchField, volMesh > > weightedSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &fld, const List< List< scalar >> &stencilWeights) const
Generic GeometricField class.
void collectData(const GeometricField< T, fvsPatchField, surfaceMesh > &fld, List< List< T >> &stencilFld) const