A Coupled boundary condition for pointField. More...
#include <OpenFOAM/coupledPointPatchField.H>
A Coupled boundary condition for pointField.
Definition at line 51 of file coupledPointPatchField.H.
Public Member Functions | |
TypeName (coupledPointPatch::typeName_()) | |
Runtime type information.
| |
coupledPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
Construct from patch and internal field.
| |
coupledPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &dict) | |
Construct from patch, internal field and dictionary.
| |
coupledPointPatchField (const coupledPointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch.
| |
virtual autoPtr < pointPatchField< Type > > | clone () const =0 |
Construct and return a clone.
| |
coupledPointPatchField (const coupledPointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual autoPtr < pointPatchField< Type > > | clone (const DimensionedField< Type, pointMesh > &iF) const =0 |
Construct and return a clone setting internal field reference.
| |
virtual bool | coupled () const |
Return true if this patch field is derived from.
| |
virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::blocking)=0 |
Evaluate the patch field.
| |
virtual void | initSwapAdd (Field< Type > &) const |
Initialise swap of patch point values.
| |
virtual void | swapAdd (Field< Type > &) const =0 |
Complete swap of patch point values and add to local values.
|
coupledPointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file coupledPointPatchField.C.
coupledPointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 48 of file coupledPointPatchField.C.
coupledPointPatchField | ( | const coupledPointPatchField< Type > & | ptf, |
const pointPatch & | p, | ||
const DimensionedField< Type, pointMesh > & | iF, | ||
const pointPatchFieldMapper & | |||
) |
Construct by mapping given patchField<Type> onto a new patch.
Definition at line 60 of file coupledPointPatchField.C.
coupledPointPatchField | ( | const coupledPointPatchField< Type > & | ptf, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 73 of file coupledPointPatchField.C.
TypeName | ( | coupledPointPatch:: | typeName_() ) |
Runtime type information.
virtual autoPtr<pointPatchField<Type> > clone | ( | ) | const [pure virtual]
|
Construct and return a clone.
Implements pointPatchField< Type >.
Implemented in cyclicPointPatchField< Type >, processorPointPatchField< Type >, and globalPointPatchField< Type >.
virtual autoPtr<pointPatchField<Type> > clone | ( | const DimensionedField< Type, pointMesh > & | iF ) | const [pure virtual]
|
Construct and return a clone setting internal field reference.
Implements pointPatchField< Type >.
Implemented in cyclicPointPatchField< Type >, processorPointPatchField< Type >, and globalPointPatchField< Type >.
virtual bool coupled | ( | ) | const [inline, virtual]
|
Return true if this patch field is derived from.
coupledFvPatchField<Type>.
Reimplemented from pointPatchField< Type >.
Reimplemented in processorPointPatchField< Type >.
Definition at line 111 of file coupledPointPatchField.H.
virtual void evaluate | ( | const Pstream::commsTypes | commsType = Pstream::blocking
) |
[pure virtual]
|
Evaluate the patch field.
Reimplemented from pointPatchField< Type >.
Implemented in cyclicPointPatchField< Type >, processorPointPatchField< Type >, and globalPointPatchField< Type >.
virtual void initSwapAdd | ( | Field< Type > & | ) | const [inline, virtual]
|
Initialise swap of patch point values.
Reimplemented in processorPointPatchField< Type >.
Definition at line 123 of file coupledPointPatchField.H.
virtual void swapAdd | ( | Field< Type > & | ) | const [pure virtual]
|
Complete swap of patch point values and add to local values.
Implemented in cyclicPointPatchField< Type >, processorPointPatchField< Type >, and globalPointPatchField< Type >.