![]() |
|
Public Member Functions | |
TypeName ("zeroGradient") | |
Runtime type information. | |
zeroGradientFvPatchField (const fvPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
zeroGradientFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
zeroGradientFvPatchField (const zeroGradientFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | |
Construct by mapping the given zeroGradientFvPatchField<Type>. | |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone. | |
zeroGradientFvPatchField (const zeroGradientFvPatchField< Type > &, const Field< Type > &) | |
Construct as copy setting internal field reference. | |
virtual tmp< fvPatchField< Type > > | clone (const Field< Type > &iF) const |
Construct and return a clone setting internal field reference. | |
virtual tmp< Field< Type > > | snGrad () const |
Return gradient at boundary. | |
virtual void | evaluate () |
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. |
|
Construct from patch and internal field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping the given zeroGradientFvPatchField<Type>. onto a new patch |
|
Construct as copy setting internal field reference.
|
|
Construct and return a clone setting internal field reference.
Reimplemented from fvPatchField. Definition at line 114 of file zeroGradientFvPatchField.H. References Foam::size(). |
Here is the call graph for this function:
|
Construct and return a clone.
Reimplemented from fvPatchField. Definition at line 98 of file zeroGradientFvPatchField.H. |
|
Evaluate the patch field.
Reimplemented from fvPatchField. |
|
Return the matrix source coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from fvPatchField. |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from fvPatchField. |
|
Return gradient at boundary.
Reimplemented from fvPatchField. Definition at line 128 of file zeroGradientFvPatchField.H. |
|
Runtime type information.
|
|
Return the matrix source coefficients corresponding to the. evaluation of the value of this patchField with given weights |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the value of this patchField with given weights |