33 #ifndef upwindFECCellToFaceStencilObject_H
34 #define upwindFECCellToFaceStencilObject_H
55 upwindFECCellToFaceStencilObject
76 const scalar minOpposedness
92 if (extendedCellToFaceStencil::debug)
94 Info<<
"Generated off-centred stencil " <<
type()
102 TypeName(
"upwindFECCellToFaceStencil");
Templated abstract base-class for demand-driven mesh objects used to automate their allocation to the...
const fvMesh & mesh() const
virtual const word & type() const
Runtime type information.
All cells connected via edge to face.
static void writeStencilStats(Ostream &os, const labelListList &stencil, const distributionMap &map)
Write some statistics about stencil.
Creates upwind stencil by shifting a centred stencil to upwind and downwind faces and optionally remo...
const labelListList & ownStencil() const
Return reference to the stencil.
const distributionMap & ownMap() const
Return reference to the parallel distribution map.
Mesh data needed to do the Finite Volume discretisation.
virtual ~upwindFECCellToFaceStencilObject()
Destructor.
upwindFECCellToFaceStencilObject(const fvMesh &mesh, const bool pureUpwind, const scalar minOpposedness)
Construct from uncompacted face stencil.
virtual bool movePoints()
Update for mesh motion.
TypeName("upwindFECCellToFaceStencil")
Ostream & endl(Ostream &os)
Add newline and flush stream.