![]() |
|
Public Member Functions | |
TypeName ("fixedGradient") | |
Runtime type information. | |
fixedGradientFvPatchField (const fvPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
fixedGradientFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
fixedGradientFvPatchField (const fixedGradientFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | |
Construct by mapping the given fixedGradientFvPatchField. | |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone. | |
fixedGradientFvPatchField (const fixedGradientFvPatchField< 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 Field< Type > & | gradient () |
Return gradient at boundary. | |
virtual const Field< Type > & | gradient () const |
virtual void | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. | |
virtual void | rmap (const fvPatchField< Type > &, const labelList &) |
Reverse map the given fvPatchField onto this fvPatchField. | |
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. | |
virtual void | write (Ostream &) const |
Write. |
|
Construct from patch and internal field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping the given fixedGradientFvPatchField. onto a new patch |
|
Construct as copy setting internal field reference.
|
|
Map (and resize as needed) from self given a mapping object.
Reimplemented from fvPatchField. |
|
Construct and return a clone setting internal field reference.
Reimplemented from fvPatchField. Definition at line 118 of file fixedGradientFvPatchField.H. |
|
Construct and return a clone.
Reimplemented from fvPatchField. Definition at line 102 of file fixedGradientFvPatchField.H. |
|
Evaluate the patch field.
Reimplemented from fvPatchField. |
|
Definition at line 137 of file fixedGradientFvPatchField.H. References Foam::labelList. |
|
Return gradient at boundary.
Definition at line 132 of file fixedGradientFvPatchField.H. |
|
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. |
|
Reverse map the given fvPatchField onto this fvPatchField.
Reimplemented from fvPatchField. |
|
Return gradient at boundary.
Reimplemented from fvPatchField. Definition at line 162 of file fixedGradientFvPatchField.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 |
|
Write.
Reimplemented from fvPatchField. |