OpenFOAM logo
Open Source CFD Toolkit

CoupledPointPatchField Class Template Reference

Inheritance diagram for CoupledPointPatchField:

Inheritance graph
[legend]
List of all members.

template<template< class > class PatchField, class PointPatch, class Type>
class Foam::CoupledPointPatchField< PatchField, PointPatch, Type >


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.

Constructor & Destructor Documentation

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.

CoupledPointPatchField const CoupledPointPatchField< PatchField, PointPatch, Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.


Member Function Documentation

virtual void addField Field< Type > &   )  const [pure virtual]
 

Add field to internal field.

Implemented in GlobalProcessorPointPatchField, and ProcessorPointPatchField.

virtual autoPtr<PatchField<Type> > clone const Field< Type > &  iF  )  const [pure virtual]
 

Construct and return a clone setting internal field reference.

Implemented in GlobalProcessorPointPatchField, and ProcessorPointPatchField.

virtual autoPtr<PatchField<Type> > clone  )  const [pure virtual]
 

Construct and return a clone.

Implemented in GlobalProcessorPointPatchField, and ProcessorPointPatchField.

virtual bool coupled  )  const [inline, virtual]
 

Return true if this patch field is derived from.

CoupledPointPatchField<PatchField, PointPatch, Type>.

Definition at line 107 of file CoupledPointPatchField.H.

virtual void evaluate  )  [pure virtual]
 

Evaluate the patch field.

Implemented in GlobalProcessorPointPatchField, and ProcessorPointPatchField.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org