Go to the documentation of this file.
29 #include "surfaceInterpolate.H"
46 template<
class Type,
class GType>
60 deltaCoeffs.dimensions()*gammaMagSf.dimensions()*vf.dimensions()
93 template<
class Type,
class GType>
109 "gammaSnGradCorr("+vf.name()+
')',
116 SfGammaCorr.dimensions()
117 *vf.dimensions()*
mesh.deltaCoeffs().dimensions()
120 tgammaSnGradCorr.
ref().oriented() = SfGammaCorr.oriented();
122 for (
direction cmpt = 0; cmpt < pTraits<Type>::nComponents; cmpt++)
124 tgammaSnGradCorr.
ref().replace
131 return tgammaSnGradCorr;
137 template<
class Type,
class GType>
151 tLaplacian.
ref().rename(
"laplacian(" + vf.name() +
')');
157 template<
class Type,
class GType>
179 this->tsnGradScheme_().deltaCoeffs(vf),
185 = gammaSnGradCorr(SfGammaCorr, vf);
187 if (this->tsnGradScheme_().corrected())
189 tfaceFluxCorrection.
ref() +=
190 SfGammaSn*this->tsnGradScheme_().correction(vf);
195 if (
mesh.fluxRequired(vf.name()))
204 template<
class Type,
class GType>
226 SfGammaSn*this->tsnGradScheme_().
snGrad(vf)
227 + gammaSnGradCorr(SfGammaCorr, vf)
231 tLaplacian.
ref().rename
233 "laplacian(" +
gamma.name() +
',' + vf.name() +
')'
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
Defines the attributes of an object for which implicit objectRegistry management is supported,...
tmp< GeometricField< cmptType, PatchField, GeoMesh > > component(const direction) const
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
static tmp< GeometricField< typename innerProduct< vector, Type >::type, fvsPatchField, surfaceMesh > > dotInterpolate(const surfaceVectorField &Sf, const GeometricField< Type, fvPatchField, volMesh > &tvf)
A class for managing temporary objects.
const Internal::FieldType & primitiveField() const
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcLaplacian(const GeometricField< Type, fvPatchField, volMesh > &)
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
void replace(const direction d, const DimensionedField< cmptType, GeoMesh > &df)
Calculate the divergence of the given field.
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
const FieldField< Field, Type > & boundaryCoeffs() const
A special matrix type and solver, designed for finite volume solutions of scalar equations.
virtual bool coupled() const
Basic second-order laplacian using face-gradients and Gauss' theorem.
virtual tmp< Field< Type > > gradientInternalCoeffs() const
tmp< fvMatrix< Type > > fvmLaplacian(const GeometricField< GType, fvsPatchField, surfaceMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
static tmp< fvMatrix< Type > > fvmLaplacianUncorrected(const surfaceScalarField &gammaMagSf, const surfaceScalarField &deltaCoeffs, const GeometricField< Type, fvPatchField, volMesh > &)
Mesh data needed to do the Finite Volume discretisation.
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
static scalar Sn(const scalar a, const scalar x)
Internal & ref(const bool updateAccessTime=true)
Calculate the gradient of the given field.
faceFluxFieldPtrType & faceFluxCorrectionPtr()
const FieldField< Field, Type > & internalCoeffs() const
Generic GeometricField class.
const Boundary & boundaryField() const