OpenFOAM logo
Open Source CFD Toolkit

MixedPointPatchField Class Template Reference

Inheritance diagram for MixedPointPatchField:

Inheritance graph
[legend]
Collaboration diagram for MixedPointPatchField:

Collaboration graph
[legend]
List of all members.

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


Public Member Functions

 TypeName ("mixed")
 Runtime type information.
 MixedPointPatchField (const PointPatch &, const Field< Type > &)
 Construct from patch and internal field.
 MixedPointPatchField (const PointPatch &, const Field< Type > &, const Field< Type > &, const Field< Type > &, const scalarField &)
 Construct from patch and internal field patch field.
 MixedPointPatchField (const PointPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 MixedPointPatchField (const MixedPointPatchField< 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
 Construct and return a clone.
 MixedPointPatchField (const MixedPointPatchField< PatchField, PointPatch, 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.
virtual Field< Type > & refValue ()
virtual const Field< Type > & refValue () const
virtual scalarFieldvalueFraction ()
virtual const scalarFieldvalueFraction () const
virtual void autoMap (const PointPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
virtual void rmap (const PointPatchField< PatchField, PointPatch, Type > &, const labelList &)
 Reverse map the given PointPatchField onto.
virtual void updateBoundaryField ()
 Update the patch field.
virtual void write (Ostream &) const
 Write.

Constructor & Destructor Documentation

MixedPointPatchField const PointPatch &  ,
const Field< Type > & 
 

Construct from patch and internal field.

MixedPointPatchField const PointPatch &  ,
const Field< Type > &  ,
const Field< Type > &  ,
const Field< Type > &  ,
const scalarField
 

Construct from patch and internal field patch field.

and value fraction

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

Construct from patch, internal field and dictionary.

MixedPointPatchField const MixedPointPatchField< PatchField, PointPatch, Type > &  ,
const PointPatch &  ,
const Field< Type > &  ,
const PointPatchFieldMapper
 

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

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

Construct as copy setting internal field reference.


Member Function Documentation

virtual void autoMap const PointPatchFieldMapper  )  [virtual]
 

Map (and resize as needed) from self given a mapping object.

Reimplemented from ValueStoredPointPatchField.

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

Construct and return a clone setting internal field reference.

Reimplemented from ValueStoredPointPatchField.

Definition at line 141 of file MixedPointPatchField.H.

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

Construct and return a clone.

Reimplemented from ValueStoredPointPatchField.

Definition at line 122 of file MixedPointPatchField.H.

virtual const Field<Type>& refValue  )  const [inline, virtual]
 

Definition at line 163 of file MixedPointPatchField.H.

References Foam::scalarField.

virtual Field<Type>& refValue  )  [inline, virtual]
 

Definition at line 158 of file MixedPointPatchField.H.

References Foam::scalarField.

virtual void rmap const PointPatchField< PatchField, PointPatch, Type > &  ,
const labelList
[virtual]
 

Reverse map the given PointPatchField onto.

this PointPatchField

Reimplemented from ValueStoredPointPatchField.

TypeName "mixed"   ) 
 

Runtime type information.

virtual void updateBoundaryField  )  [virtual]
 

Update the patch field.

Reimplemented from ValueStoredPointPatchField.

virtual const scalarField& valueFraction  )  const [inline, virtual]
 

Definition at line 173 of file MixedPointPatchField.H.

References Foam::labelList.

virtual scalarField& valueFraction  )  [inline, virtual]
 

Definition at line 168 of file MixedPointPatchField.H.

virtual void write Ostream  )  const [virtual]
 

Write.

Reimplemented from ValueStoredPointPatchField.


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