OpenFOAM logo
Open Source CFD Toolkit

ValueStoredPointPatchField Class Template Reference

Inheritance diagram for ValueStoredPointPatchField:

Inheritance graph
[legend]
Collaboration diagram for ValueStoredPointPatchField:

Collaboration graph
[legend]
List of all members.

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


Public Member Functions

 TypeName ("valueStored")
 Runtime type information.
 ValueStoredPointPatchField (const PointPatch &, const Field< Type > &)
 Construct from patch and internal field.
 ValueStoredPointPatchField (const PointPatch &, const Field< Type > &, const Field< Type > &)
 Construct from patch and internal field and patch field.
 ValueStoredPointPatchField (const PointPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 ValueStoredPointPatchField (const ValueStoredPointPatchField< 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.
 ValueStoredPointPatchField (const ValueStoredPointPatchField< 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.
label size () const
 Return size.
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 bool storesFieldData () const
 Does it store field data.
virtual void initEvaluate (const bool=false)
 Insert boundary value into the internal field.
virtual void evaluate ()
virtual void updateBoundaryField ()
 Update boundary value.
virtual void write (Ostream &) const
 Write.
virtual void operator= (const ValueStoredPointPatchField< PatchField, PointPatch, Type > &)
 Assignment operators.
virtual void operator= (const Field< Type > &)
virtual void operator= (const Type &)
 Assignment of all entries to the given value.
virtual void operator== (const ValueStoredPointPatchField< PatchField, PointPatch, Type > &)
virtual void operator== (const Field< Type > &)
virtual void operator== (const Type &)

Constructor & Destructor Documentation

ValueStoredPointPatchField const PointPatch &  ,
const Field< Type > & 
 

Construct from patch and internal field.

ValueStoredPointPatchField const PointPatch &  ,
const Field< Type > &  ,
const Field< Type > & 
 

Construct from patch and internal field and patch field.

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

Construct from patch, internal field and dictionary.

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

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

ValueStoredPointPatchField const ValueStoredPointPatchField< 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 in MixedPointPatchField.

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

Construct and return a clone setting internal field reference.

Reimplemented in BasicSymmetryPointPatchField, FixedValuePointPatchField, MixedPointPatchField, SlipPointPatchField, and SymmetryPointPatchField.

Definition at line 127 of file ValueStoredPointPatchField.H.

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

Construct and return a clone.

Reimplemented from Field.

Reimplemented in BasicSymmetryPointPatchField, FixedValuePointPatchField, MixedPointPatchField, SlipPointPatchField, and SymmetryPointPatchField.

Definition at line 108 of file ValueStoredPointPatchField.H.

virtual void evaluate  )  [virtual]
 

Reimplemented in FixedValuePointPatchField.

virtual void initEvaluate const   bool = false  )  [inline, virtual]
 

Insert boundary value into the internal field.

Reimplemented in FixedValuePointPatchField.

Definition at line 178 of file ValueStoredPointPatchField.H.

virtual void operator= const Type &   )  [virtual]
 

Assignment of all entries to the given value.

Reimplemented from Field.

Reimplemented in FixedValuePointPatchField.

virtual void operator= const Field< Type > &   )  [virtual]
 

Reimplemented from Field.

Reimplemented in FixedValuePointPatchField.

virtual void operator= const ValueStoredPointPatchField< PatchField, PointPatch, Type > &   )  [virtual]
 

Assignment operators.

virtual void operator== const Type &   )  [virtual]
 

Reimplemented in FixedValuePointPatchField.

virtual void operator== const Field< Type > &   )  [virtual]
 

Reimplemented in FixedValuePointPatchField.

virtual void operator== const ValueStoredPointPatchField< PatchField, PointPatch, Type > &   )  [virtual]
 

Reimplemented in FixedValuePointPatchField.

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

Reverse map the given PointPatchField onto.

this PointPatchField

Reimplemented in MixedPointPatchField.

label size  )  const [inline]
 

Return size.

Reimplemented from UList< Type >.

Definition at line 145 of file ValueStoredPointPatchField.H.

References Foam::labelList.

virtual bool storesFieldData  )  const [inline, virtual]
 

Does it store field data.

Definition at line 172 of file ValueStoredPointPatchField.H.

TypeName "valueStored"   ) 
 

Runtime type information.

virtual void updateBoundaryField  )  [inline, virtual]
 

Update boundary value.

Reimplemented in BasicSymmetryPointPatchField, and MixedPointPatchField.

Definition at line 184 of file ValueStoredPointPatchField.H.

virtual void write Ostream  )  const [virtual]
 

Write.

Reimplemented in BasicSymmetryPointPatchField, and MixedPointPatchField.


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