Go to the documentation of this file.
30 #include "primitiveMesh.H"
69 wordList cTypes(polyPatchConstructorTablePtr_->size());
75 polyPatchConstructorTable::iterator cstrIter =
76 polyPatchConstructorTablePtr_->begin();
77 cstrIter != polyPatchConstructorTablePtr_->end();
81 if (constraintType(cstrIter.key()))
83 cTypes[i++] = cstrIter.key();
95 return polyPatch_.faceCells();
110 const labelUList& faceCells = this->faceCells();
117 cc[faceI] = gcc[faceCells[faceI]];
146 return nHat*(nHat & (Cf() - Cn()));
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
const bMesh & mesh() const
const vectorField & Sf() const
Return face area vectors.
volScalarField w(IOobject("w", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::NO_WRITE), mesh, dimensionedScalar("w", dimensionSet(0, 0, 0, 0, 0, 0, 0), 0.0))
A class for handling words, derived from string.
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
virtual ~fvPatch()
Destructor.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
virtual tmp< vectorField > delta() const
Return cell-centre to face-centre vector.
virtual void movePoints()
Correct patches after moving points.
fvPatch(const fvPatch &)
Disallow construct as copy.
Field< vector > vectorField
Specialisation of Field<T> for vector.
tmp< vectorField > nf() const
Return face normals.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
A patch is a list of labels that address the faces in the global face list.
virtual void initMovePoints()
Initialise the patches for moving points.
static bool constraintType(const word &pt)
Return true if the given type is a constraint type.
const vectorField & Cf() const
Return face centres.
Macros for easy insertion into run-time selection tables.
void setSize(const label)
Reset size of List.
const scalarField & weights() const
Return patch weighting factors.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const scalarField & deltaCoeffs() const
Return the face - cell distance coeffient.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
virtual const labelUList & faceCells() const
Return faceCells.
Addressing for all faces on surface of mesh. Can either be read from polyMesh or from triSurface....
const scalarField & magSf() const
Return face area magnitudes.
defineTypeNameAndDebug(combustionModel, 0)
virtual void makeWeights(scalarField &) const
Make patch weighting factors.
static wordList constraintTypes()
Return a list of all the constraint patch types.
tmp< vectorField > Cn() const
Return neighbour cell centres.