![]() |
|
Public Member Functions | |
TypeName ("calculated") | |
Runtime type information. | |
calculatedFvPatchField (const fvPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
calculatedFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
calculatedFvPatchField (const calculatedFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch. | |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone. | |
calculatedFvPatchField (const calculatedFvPatchField< 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 bool | fixesValue () const |
Return true if this patch field fixes a value. | |
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. | |
tmp< Field< Type > > | gradientInternalCoeffs () const |
Return the matrix diagonal coefficients corresponding to the. | |
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 given patchField<Type> onto a new patch.
|
|
Construct as copy setting internal field reference.
|
|
Construct and return a clone setting internal field reference.
Reimplemented from fvPatchField. Reimplemented in defaultFvPatchField. Definition at line 111 of file calculatedFvPatchField.H. |
|
Construct and return a clone.
Reimplemented from fvPatchField. Reimplemented in defaultFvPatchField. Definition at line 95 of file calculatedFvPatchField.H. |
|
Return true if this patch field fixes a value. Needed to check if a level has to be specified while solving Poissons equations. Reimplemented from fvPatchField. Definition at line 129 of file calculatedFvPatchField.H. |
|
Return the matrix source coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from fvPatchField. Reimplemented in defaultFvPatchField. |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from fvPatchField. Reimplemented in defaultFvPatchField. |
|
Runtime type information.
|
|
Return the matrix source coefficients corresponding to the. evaluation of the value of this patchField with given weights Reimplemented in defaultFvPatchField. |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the value of this patchField with given weights Reimplemented in defaultFvPatchField. |
|
Write.
Reimplemented from fvPatchField. Reimplemented in defaultFvPatchField. |