![]() |
|
Public Member Functions | |
TypeName (cyclicFvPatch::typeName_()) | |
Runtime type information. | |
cyclicFvPatchField (const fvPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
cyclicFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
cyclicFvPatchField (const cyclicFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | |
Construct by mapping given cyclicFvPatchField onto a new patch. | |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone. | |
cyclicFvPatchField (const cyclicFvPatchField< 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. | |
tmp< Field< Type > > | patchNeighbourField () const |
Return neighbour coupled given internal cell data. | |
virtual tmp< labelField > | nbrColour (const labelField &) const |
Return neighbour colouring. | |
virtual void | updateInterfaceMatrix (const scalarField &psiInternal, scalarField &result, const lduMatrix &, const scalarField &coeffs, const direction cmpt) const |
Update result field based on interface functionality. | |
virtual bool | doTransform () const |
Cyclic coupled interface functions Does the patch field perform the transfromation. | |
virtual const tensorField & | forwardT () const |
Return face transformation tensor. | |
virtual const tensorField & | reverseT () const |
Return neighbour-cell transformation tensor. | |
virtual int | rank () const |
Return rank of component for transform. |
|
Construct from patch and internal field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping given cyclicFvPatchField onto a new patch.
|
|
Construct as copy setting internal field reference.
|
|
Construct and return a clone setting internal field reference.
Implements coupledFvPatchField. Definition at line 129 of file cyclicFvPatchField.H. References Foam::direction, Foam::labelField, and Foam::scalarField. |
|
Construct and return a clone.
Implements coupledFvPatchField. Definition at line 113 of file cyclicFvPatchField.H. |
|
Cyclic coupled interface functions Does the patch field perform the transfromation.
Implements cyclicLduCoupledInterface. Definition at line 162 of file cyclicFvPatchField.H. |
|
Return face transformation tensor.
Implements cyclicLduCoupledInterface. Definition at line 168 of file cyclicFvPatchField.H. |
|
Return neighbour colouring.
Implements coupledFvPatchField. |
|
Return neighbour coupled given internal cell data.
Implements coupledFvPatchField. |
|
Return rank of component for transform.
Implements cyclicLduCoupledInterface. Definition at line 180 of file cyclicFvPatchField.H. |
|
Return neighbour-cell transformation tensor.
Implements cyclicLduCoupledInterface. Definition at line 174 of file cyclicFvPatchField.H. |
|
Runtime type information.
|
|
Update result field based on interface functionality.
|