OpenFOAM logo
Open Source CFD Toolkit

ProcessorPointPatchField Class Template Reference

Inheritance diagram for ProcessorPointPatchField:

Inheritance graph
[legend]
Collaboration diagram for ProcessorPointPatchField:

Collaboration graph
[legend]
List of all members.

template<template< class > class PatchField, class PointPatch, class ProcessorPointPatch, class Type>
class Foam::ProcessorPointPatchField< PatchField, PointPatch, ProcessorPointPatch, Type >


Public Member Functions

 TypeName (ProcessorPointPatch::typeName_())
 Runtime type information.
 ProcessorPointPatchField (const PointPatch &, const Field< Type > &)
 Construct from patch and internal field.
 ProcessorPointPatchField (const PointPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 ProcessorPointPatchField (const ProcessorPointPatchField< PatchField, PointPatch, ProcessorPointPatch, Type > &, const PointPatch &, const Field< Type > &, const PointPatchFieldMapper &)
 Construct by mapping given patchField<Type> onto a new patch.
virtual autoPtr< PatchField<
Type > > 
clone () const
 Construct and return a clone.
 ProcessorPointPatchField (const ProcessorPointPatchField< PatchField, PointPatch, ProcessorPointPatch, Type > &, const Field< Type > &)
 Construct as copy setting internal field reference.
virtual autoPtr< PatchField<
Type > > 
clone (const Field< Type > &iF) const
 Construct and return a clone setting internal field reference.
 ~ProcessorPointPatchField ()
virtual void evaluate ()
 Evaluate the patch field.
virtual void initAddField () const
 Init add field to internal field.
virtual void addField (Field< Type > &) const
 Add field to internal field.

Constructor & Destructor Documentation

ProcessorPointPatchField const PointPatch &  ,
const Field< Type > & 
 

Construct from patch and internal field.

ProcessorPointPatchField const PointPatch &  ,
const Field< Type > &  ,
const dictionary
 

Construct from patch, internal field and dictionary.

ProcessorPointPatchField const ProcessorPointPatchField< PatchField, PointPatch, ProcessorPointPatch, Type > &  ,
const PointPatch &  ,
const Field< Type > &  ,
const PointPatchFieldMapper
 

Construct by mapping given patchField<Type> onto a new patch.

ProcessorPointPatchField const ProcessorPointPatchField< PatchField, PointPatch, ProcessorPointPatch, Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.

~ProcessorPointPatchField  ) 
 


Member Function Documentation

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

Add field to internal field.

Implements CoupledPointPatchField.

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

Construct and return a clone setting internal field reference.

Implements CoupledPointPatchField.

Definition at line 154 of file ProcessorPointPatchField.H.

virtual autoPtr<PatchField<Type> > clone  )  const [inline, virtual]
 

Construct and return a clone.

Implements CoupledPointPatchField.

Definition at line 133 of file ProcessorPointPatchField.H.

virtual void evaluate  )  [inline, virtual]
 

Evaluate the patch field.

Implements CoupledPointPatchField.

Definition at line 178 of file ProcessorPointPatchField.H.

virtual void initAddField  )  const [virtual]
 

Init add field to internal field.

TypeName ProcessorPointPatch::  typeName_()  ) 
 

Runtime type information.


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