50 "linearUpwindV::correction(" + vf.
name() +
')',
51 mesh.time().timeName(),
67 const auto& own =
mesh.owner();
68 const auto& nei =
mesh.neighbour();
81 > tgradVf = gradScheme_().grad(vf, gradSchemeName_);
88 >& gradVf = tgradVf();
94 if (faceFlux[facei] > 0.0)
97 (1.0 - w[facei])*(vf[nei[facei]] - vf[own[facei]]);
100 (Cf[facei] -
C[own[facei]]) & gradVf[own[facei]];
105 w[facei]*(vf[own[facei]] - vf[nei[facei]]);
108 (Cf[facei] -
C[nei[facei]]) & gradVf[nei[facei]];
111 scalar sfCorrs =
magSqr(sfCorr[facei]);
112 scalar maxCorrs = sfCorr[facei] & maxCorr;
118 sfCorr[facei] =
Zero;
120 else if (sfCorrs > maxCorrs)
122 sfCorr[facei] *= maxCorrs/(sfCorrs + VSMALL);
138 mesh.boundary()[patchi].faceCells();
147 gradVf.boundaryField()[patchi].patchNeighbourField()
160 label own = pOwner[facei];
164 if (pFaceFlux[facei] > 0)
166 pSfCorr[facei] = (pCf[facei] -
C[own]) & gradVf[own];
168 maxCorr = (1.0 - pW[facei])*(pVfNei[facei] - vf[own]);
173 (pCf[facei] - pd[facei] -
C[own]) & pGradVfNei[facei];
175 maxCorr = pW[facei]*(vf[own] - pVfNei[facei]);
178 scalar pSfCorrs =
magSqr(pSfCorr[facei]);
179 scalar maxCorrs = pSfCorr[facei] & maxCorr;
185 pSfCorr[facei] =
Zero;
187 else if (pSfCorrs > maxCorrs)
189 pSfCorr[facei] *= maxCorrs/(pSfCorrs + VSMALL);
Graphite solid properties.
const dimensionSet & dimensions() const noexcept
Return dimensions.
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
Generic GeometricField class.
Boundary & boundaryFieldRef(const bool updateAccessTime=true)
Return a reference to the boundary field.
const Boundary & boundaryField() const noexcept
Return const-reference to the boundary field.
@ NO_REGISTER
Do not request registration (bool: false).
@ NO_READ
Nothing to be read.
@ NO_WRITE
Ignore writing from objectRegistry::writeObject().
Defines the attributes of an object for which implicit objectRegistry management is supported,...
const word & name() const noexcept
Return the object name.
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual bool coupled() const
True if the patch field is coupled.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
const surfaceScalarField & faceFlux_
linearUpwindV interpolation scheme class derived from upwind and returns upwind weighting factors but...
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the explicit correction to the face-interpolate.
typeOfRank< typenamepTraits< arg1 >::cmptType, direction(pTraits< arg1 >::rank)+direction(pTraits< arg2 >::rank)>::type type
const fvMesh & mesh() const
Return mesh reference.
A class for managing temporary objects.
T & ref() const
Return non-const reference to the contents of a non-null managed pointer.
Mesh data needed to do the Finite Volume discretisation.
#define makelimitedSurfaceInterpolationTypeScheme(SS, Type)
GeometricField< vector, fvsPatchField, surfaceMesh > surfaceVectorField
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Field< vector > vectorField
Specialisation of Field<T> for vector.
static constexpr const zero Zero
Global zero (0).
UList< label > labelUList
A UList of labels.
dimensioned< typename typeOfMag< Type >::type > magSqr(const dimensioned< Type > &dt)
#define forAll(list, i)
Loop across all elements in list.