Foam::zeroGradientFvPatchField. More...
#include <finiteVolume/zeroGradientFvPatchField.H>
Foam::zeroGradientFvPatchField.
Definition at line 50 of file zeroGradientFvPatchField.H.
Public Member Functions | |
TypeName ("zeroGradient") | |
Runtime type information.
| |
zeroGradientFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
zeroGradientFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
zeroGradientFvPatchField (const zeroGradientFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping the given zeroGradientFvPatchField<Type>
| |
zeroGradientFvPatchField (const zeroGradientFvPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone.
| |
zeroGradientFvPatchField (const zeroGradientFvPatchField< Type > &, const DimensionedField< Type, volMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual tmp< fvPatchField< Type > > | clone (const DimensionedField< Type, volMesh > &iF) const |
Construct and return a clone setting internal field reference.
| |
virtual tmp< Field< Type > > | snGrad () const |
Return gradient at boundary.
| |
virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::blocking) |
Evaluate the patch field.
| |
virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< scalarField > &) const |
Return the matrix diagonal coefficients corresponding to the.
| |
virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< scalarField > &) const |
Return the matrix source coefficients corresponding to the.
| |
virtual tmp< Field< Type > > | gradientInternalCoeffs () const |
Return the matrix diagonal coefficients corresponding to the.
| |
virtual tmp< Field< Type > > | gradientBoundaryCoeffs () const |
Return the matrix source coefficients corresponding to the.
|
zeroGradientFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 38 of file zeroGradientFvPatchField.C.
zeroGradientFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 62 of file zeroGradientFvPatchField.C.
References fvPatchField< Type >::operator=().
zeroGradientFvPatchField | ( | const zeroGradientFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping the given zeroGradientFvPatchField<Type>
onto a new patch
Definition at line 49 of file zeroGradientFvPatchField.C.
zeroGradientFvPatchField | ( | const zeroGradientFvPatchField< Type > & | ) |
Construct as copy.
zeroGradientFvPatchField | ( | const zeroGradientFvPatchField< Type > & | , |
const DimensionedField< Type, volMesh > & | |||
) |
Construct as copy setting internal field reference.
TypeName | ( | "zeroGradient" | ) |
Runtime type information.
virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from fvPatchField< Type >.
Reimplemented in fixedInternalValueFvPatchField< Type >, epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, omegaWallFunctionFvPatchScalarField, epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, omegaWallFunctionFvPatchScalarField, and fixedInternalValueFvPatchField< scalar >.
Definition at line 95 of file zeroGradientFvPatchField.H.
virtual tmp<fvPatchField<Type> > clone | ( | const DimensionedField< Type, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Reimplemented from fvPatchField< Type >.
Reimplemented in fixedInternalValueFvPatchField< Type >, epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, omegaWallFunctionFvPatchScalarField, epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, omegaWallFunctionFvPatchScalarField, and fixedInternalValueFvPatchField< scalar >.
Definition at line 112 of file zeroGradientFvPatchField.H.
Return gradient at boundary.
Reimplemented from fvPatchField< Type >.
Definition at line 128 of file zeroGradientFvPatchField.H.
void evaluate | ( | const Pstream::commsTypes | commsType = Pstream::blocking
) |
[virtual]
|
Evaluate the patch field.
Reimplemented from fvPatchField< Type >.
Reimplemented in epsilonWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, epsilonWallFunctionFvPatchScalarField, and kqRWallFunctionFvPatchField< Type >.
Definition at line 98 of file zeroGradientFvPatchField.C.
References fvPatchField< Type >::evaluate(), and fvPatchField< Type >::operator==().
tmp< Field< Type > > valueInternalCoeffs | ( | const tmp< scalarField > & | ) | const [virtual]
|
Return the matrix diagonal coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Reimplemented from fvPatchField< Type >.
Definition at line 112 of file zeroGradientFvPatchField.C.
tmp< Field< Type > > valueBoundaryCoeffs | ( | const tmp< scalarField > & | ) | const [virtual]
|
Return the matrix source coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Reimplemented from fvPatchField< Type >.
Definition at line 125 of file zeroGradientFvPatchField.C.
Return the matrix diagonal coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented from fvPatchField< Type >.
Definition at line 137 of file zeroGradientFvPatchField.C.
Return the matrix source coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented from fvPatchField< Type >.
Definition at line 147 of file zeroGradientFvPatchField.C.