![]() |
|
Public Member Functions | |
TypeName (emptyFvPatch::typeName_()) | |
Runtime type information. | |
emptyFvPatchField (const fvPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
emptyFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
emptyFvPatchField (const emptyFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | |
Construct by mapping given emptyFvPatchField onto a new patch. | |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone. | |
emptyFvPatchField (const emptyFvPatchField< 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 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. | |
void | updateCoeffs () |
Update the coefficients associated with 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. | |
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. |
|
Construct from patch and internal field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping given emptyFvPatchField 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. Definition at line 127 of file emptyFvPatchField.H. References Foam::labelList. |
|
Construct and return a clone setting internal field reference.
Reimplemented from fvPatchField. Definition at line 112 of file emptyFvPatchField.H. |
|
Construct and return a clone.
Reimplemented from fvPatchField. Definition at line 96 of file emptyFvPatchField.H. |
|
Return the matrix source coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from fvPatchField. Definition at line 188 of file emptyFvPatchField.H. |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from fvPatchField. Definition at line 179 of file emptyFvPatchField.H. |
|
Reverse map the given fvPatchField onto this fvPatchField.
Reimplemented from fvPatchField. Definition at line 134 of file emptyFvPatchField.H. |
|
Runtime type information.
|
|
Update the coefficients associated with the patch field. This only checks to see the case is actually 1D or 2D for which this boundary condition is valid Reimplemented from fvPatchField. |
|
Return the matrix source coefficients corresponding to the. evaluation of the value of this patchField with given weights Definition at line 168 of file emptyFvPatchField.H. |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the value of this patchField with given weights Definition at line 156 of file emptyFvPatchField.H. |