![]() |
|
Public Member Functions | |
TypeName (coupledFvPatch::typeName_()) | |
Runtime type information. | |
coupledFvPatchField (const fvPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
coupledFvPatchField (const fvPatch &, const Field< Type > &, const Field< Type > &) | |
Construct from patch and internal field and patch field. | |
coupledFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
coupledFvPatchField (const coupledFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | |
Construct by mapping the given coupledFvPatchField onto a new patch. | |
virtual tmp< fvPatchField< Type > > | clone () const =0 |
Construct and return a clone. | |
coupledFvPatchField (const coupledFvPatchField< Type > &, const Field< Type > &) | |
Construct as copy setting internal field reference. | |
virtual tmp< fvPatchField< Type > > | clone (const Field< Type > &) const =0 |
Construct and return a clone. | |
virtual bool | coupled () const |
Return true if this patch field is derived from. | |
virtual tmp< Field< Type > > | patchNeighbourField () const =0 |
Return neighbour field given internal field. | |
virtual tmp< Field< Type > > | snGrad () const |
Return patch-normal gradient. | |
virtual void | initEvaluate (const bool bufferdTransfer) |
Initialise the evaluation of the patch field. | |
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 tmp< labelField > | nbrColour (const labelField &) const =0 |
Return neighbour colouring. | |
virtual void | updateInterfaceMatrix (const scalarField &psiInternal, scalarField &result, const lduMatrix &, const scalarField &coeffs, const direction) const =0 |
Update result field based on interface functionality. | |
virtual void | write (Ostream &) const |
Write. |
|
Construct from patch and internal field.
|
|
Construct from patch and internal field and patch field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping the given coupledFvPatchField onto a new patch.
|
|
Construct as copy setting internal field reference.
|
|
Construct and return a clone.
Reimplemented from fvPatchField. Implemented in cyclicFvPatchField, and processorFvPatchField. |
|
Construct and return a clone.
Reimplemented from fvPatchField. Implemented in cyclicFvPatchField, and processorFvPatchField. |
|
Return true if this patch field is derived from. coupledFvPatchField<Type>. Reimplemented from lduCoupledInterface. Reimplemented in processorFvPatchField. Definition at line 125 of file coupledFvPatchField.H. References Foam::direction, Foam::labelField, and Foam::scalarField. |
|
Evaluate the patch field.
Reimplemented from fvPatchField. Reimplemented in processorFvPatchField. |
|
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. |
|
Initialise the evaluation of the patch field.
Reimplemented in processorFvPatchField. |
|
Return neighbour colouring.
Reimplemented from fvPatchField. Implemented in cyclicFvPatchField, and processorFvPatchField. |
|
Return neighbour field given internal field.
Reimplemented from fvPatchField. Implemented in cyclicFvPatchField, and processorFvPatchField. |
|
Return patch-normal gradient.
Reimplemented from fvPatchField. |
|
Runtime type information.
|
|
Update result field based on interface functionality.
Reimplemented from lduCoupledInterface. Implemented in processorFvPatchField. |
|
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. |