OpenFOAM logo
Open Source CFD Toolkit

ValueStoredTetPointPatchField Class Template Reference

Inheritance diagram for ValueStoredTetPointPatchField:

Inheritance graph
[legend]
Collaboration diagram for ValueStoredTetPointPatchField:

Collaboration graph
[legend]
List of all members.

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


Public Member Functions

 TypeName ("valueStored")
 Runtime type information.
 ValueStoredTetPointPatchField (const PointPatch &, const Field< Type > &)
 Construct from patch and internal field.
 ValueStoredTetPointPatchField (const PointPatch &, const Field< Type > &, const Field< Type > &)
 Construct from patch and internal field and patch field.
 ValueStoredTetPointPatchField (const PointPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 ValueStoredTetPointPatchField (const ValueStoredTetPointPatchField< PatchField, PointPatch, Type > &, const PointPatch &, const Field< Type > &, const TetPointPatchFieldMapper &)
 Construct by mapping given patchField<Type> onto a new patch.
virtual autoPtr< PatchField<
Type > > 
clone () const
 Construct and return a clone.
 ValueStoredTetPointPatchField (const ValueStoredTetPointPatchField< 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 TetPointPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
virtual void rmap (const TetPointPatchField< PatchField, PointPatch, Type > &, const labelList &)
 Reverse map the given TetPointPatchField 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 setBoundaryCondition (Map< constraint< Type > > &) const
 Set boundary condition to matrix.
virtual void write (Ostream &) const
 Write.
virtual void operator= (const ValueStoredTetPointPatchField< 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 ValueStoredTetPointPatchField< PatchField, PointPatch, Type > &)
virtual void operator== (const Field< Type > &)
virtual void operator== (const Type &)

Constructor & Destructor Documentation

ValueStoredTetPointPatchField const PointPatch &  ,
const Field< Type > & 
 

Construct from patch and internal field.

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

Construct from patch and internal field and patch field.

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

Construct from patch, internal field and dictionary.

ValueStoredTetPointPatchField const ValueStoredTetPointPatchField< PatchField, PointPatch, Type > &  ,
const PointPatch &  ,
const Field< Type > &  ,
const TetPointPatchFieldMapper
 

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

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

Construct as copy setting internal field reference.


Member Function Documentation

virtual void autoMap const TetPointPatchFieldMapper  )  [virtual]
 

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

Reimplemented in MixedTetPointPatchField.

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

Construct and return a clone setting internal field reference.

Reimplemented in BasicSymmetryTetPointPatchField, FixedValueTetPointPatchField, MixedTetPointPatchField, SlipTetPointPatchField, and SymmetryTetPointPatchField.

Definition at line 127 of file ValueStoredTetPointPatchField.H.

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

Construct and return a clone.

Reimplemented from Field.

Reimplemented in BasicSymmetryTetPointPatchField, FixedValueTetPointPatchField, MixedTetPointPatchField, SlipTetPointPatchField, and SymmetryTetPointPatchField.

Definition at line 108 of file ValueStoredTetPointPatchField.H.

virtual void evaluate  )  [virtual]
 

Reimplemented in FixedValueTetPointPatchField.

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

Insert boundary value into the internal field.

Reimplemented in FixedValueTetPointPatchField.

Definition at line 178 of file ValueStoredTetPointPatchField.H.

virtual void operator= const Type &   )  [virtual]
 

Assignment of all entries to the given value.

Reimplemented from Field.

Reimplemented in FixedValueTetPointPatchField.

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

Reimplemented from Field.

Reimplemented in FixedValueTetPointPatchField.

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

Assignment operators.

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

Reimplemented in FixedValueTetPointPatchField.

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

Reimplemented in FixedValueTetPointPatchField.

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

Reimplemented in FixedValueTetPointPatchField.

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

Reverse map the given TetPointPatchField onto.

this TetPointPatchField

Reimplemented in MixedTetPointPatchField.

virtual void setBoundaryCondition Map< constraint< Type > > &   )  const [inline, virtual]
 

Set boundary condition to matrix.

Reimplemented in BasicSymmetryTetPointPatchField, FixedValueTetPointPatchField, and MixedTetPointPatchField.

Definition at line 189 of file ValueStoredTetPointPatchField.H.

label size  )  const [inline]
 

Return size.

Reimplemented from UList< Type >.

Definition at line 145 of file ValueStoredTetPointPatchField.H.

References Foam::labelList.

virtual bool storesFieldData  )  const [inline, virtual]
 

Does it store field data.

Definition at line 172 of file ValueStoredTetPointPatchField.H.

TypeName "valueStored"   ) 
 

Runtime type information.

virtual void updateBoundaryField  )  [inline, virtual]
 

Update boundary value.

Reimplemented in BasicSymmetryTetPointPatchField, and MixedTetPointPatchField.

Definition at line 184 of file ValueStoredTetPointPatchField.H.

virtual void write Ostream  )  const [virtual]
 

Write.

Reimplemented in BasicSymmetryTetPointPatchField, and MixedTetPointPatchField.


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