43 const fvMesh& mesh_ = this->mesh();
62 const cell& pFaceCell =
cells[pFaceCells[pFacei]];
66 label facei = pFaceCell[fi];
71 w[facei] =
pos0(faceFlux_[facei]);
89 if (tScheme_().corrected())
92 tScheme_().correction(vf);
97 const fvMesh& mesh_ = this->mesh();
113 forAll(pFaceCells, pFacei)
115 const cell& pFaceCell =
cells[pFaceCells[pFacei]];
119 label facei = pFaceCell[fi];
#define forAll(list, i)
Loop across all elements in list.
Generic GeometricField class.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
A cell is defined as a list of faces with extra functionality.
Base class for direction-mixed boundary conditions.
Mesh data needed to do the Finite Volume discretisation.
const fvBoundaryMesh & boundary() const
Return reference to boundary mesh.
This boundary condition provides a base class for 'mixed' type boundary conditions,...
Outlet-stabilised interpolation scheme which applies upwind interpolation to the faces of the cells a...
tmp< surfaceScalarField > weights(const VolField< Type > &vf) const
Return the interpolation weighting factors.
virtual tmp< SurfaceField< Type > > correction(const VolField< Type > &vf) const
Return the explicit correction to the face-interpolate.
bool isInternalFace(const label faceIndex) const
Return true if given face label is internal to the mesh.
const cellList & cells() const
A class for managing temporary objects.
T & ref() const
Return non-const reference or generate a fatal error.
This boundary condition applies a zero-gradient condition from the patch internal field onto the patc...
dimensionedScalar pos0(const dimensionedScalar &ds)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool isA(const Type &t)
Check if a dynamic_cast to typeid is possible.
makeSurfaceInterpolationScheme(cellCoBlended)