![]() |
|
Public Member Functions | |
CoupledPointPatchField (const PointPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
CoupledPointPatchField (const CoupledPointPatchField< PatchField, PointPatch, Type > &, const PointPatch &, const Field< Type > &, const PointPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch. | |
virtual autoPtr< PatchField< Type > > | clone () const =0 |
Construct and return a clone. | |
CoupledPointPatchField (const CoupledPointPatchField< PatchField, PointPatch, Type > &, const Field< Type > &) | |
Construct as copy setting internal field reference. | |
virtual autoPtr< PatchField< Type > > | clone (const Field< Type > &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 ()=0 |
Evaluate the patch field. | |
virtual void | addField (Field< Type > &) const =0 |
Add field to internal field. |
|
Construct from patch and internal field.
|
|
Construct by mapping given patchField<Type> onto a new patch.
|
|
Construct as copy setting internal field reference.
|
|
Add field to internal field.
Implemented in GlobalProcessorPointPatchField, and ProcessorPointPatchField. |
|
Construct and return a clone setting internal field reference.
Implemented in GlobalProcessorPointPatchField, and ProcessorPointPatchField. |
|
Construct and return a clone.
Implemented in GlobalProcessorPointPatchField, and ProcessorPointPatchField. |
|
Return true if this patch field is derived from. CoupledPointPatchField<PatchField, PointPatch, Type>. Definition at line 107 of file CoupledPointPatchField.H. |
|
Evaluate the patch field.
Implemented in GlobalProcessorPointPatchField, and ProcessorPointPatchField. |