Go to the documentation of this file.
34 template<
class Type,
class PhiLimiter>
50 mesh.time().timeName(),
72 phi.db().objectRegistry::template lookupObject<volScalarField>
80 <<
"dimensions of faceFlux are not correct"
109 if (bLimiter[patchI].coupled())
118 phi.boundaryField()[patchI].patchInternalField()
122 phi.boundaryField()[patchI].patchNeighbourField()
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
const dimensionSet dimVelocity
const dimensionSet dimDensity
void limiter(scalarField &allLambda, const RdeltaTType &rDeltaT, const RhoType &rho, const volScalarField &psi, const surfaceScalarField &phiBD, const surfaceScalarField &phiCorr, const SpType &Sp, const SuType &Su, const scalar psiMax, const scalar psiMin)
tmp< surfaceScalarField > interpolate(const RhoType &rho)
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
const dimensionSet dimArea(sqr(dimLength))
Pre-declare SubField and related Field type.
InternalField & internalField()
Return internal field.
virtual tmp< surfaceScalarField > limiter(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the interpolation weighting factors.
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Calculate the gradient of the given field.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
A face is a list of labels corresponding to mesh vertices.
Generic GeometricField class.