OpenFOAM logo
Open Source CFD Toolkit

directionMixedFvPatchField Class Template Reference

Inheritance diagram for directionMixedFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for directionMixedFvPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::directionMixedFvPatchField< Type >


Public Member Functions

 TypeName ("directionMixed")
 Runtime type information.
 directionMixedFvPatchField (const fvPatch &, const Field< Type > &)
 Construct from patch and internal field.
 directionMixedFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 directionMixedFvPatchField (const directionMixedFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &)
 Construct by mapping given directionMixedFvPatchField onto.
virtual tmp< fvPatchField<
Type > > 
clone () const
 Construct and return a clone.
 directionMixedFvPatchField (const directionMixedFvPatchField< Type > &, const Field< Type > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField<
Type > > 
clone (const Field< Type > &iF) const
 Construct and return a clone setting internal field reference.
virtual bool fixesValue () const
 Return true if this patch field fixes a value.
virtual void autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
virtual void rmap (const fvPatchField< Type > &, const labelList &)
 Reverse map the given fvPatchField onto this fvPatchField.
virtual Field< Type > & refValue ()
virtual const Field< Type > & refValue () const
virtual Field< Type > & refGrad ()
virtual const Field< Type > & refGrad () const
virtual scalarFieldvalueFraction ()
virtual const scalarFieldvalueFraction () const
virtual tmp< Field< Type > > snGrad () const
 Return gradient at boundary.
virtual void evaluate ()
 Evaluate the patch field.
virtual tmp< Field< Type > > snGradTransformDiag () const
 Return face-gradient transform diagonal.
virtual void write (Ostream &) const
 Write.
virtual void operator= (const fvPatchField< Type > &)
virtual void operator+= (const fvPatchField< Type > &)
virtual void operator-= (const fvPatchField< Type > &)
virtual void operator *= (const fvPatchField< Type > &)
virtual void operator/= (const fvPatchField< Type > &)
virtual void operator= (const Field< Type > &)
virtual void operator+= (const Field< Type > &)
virtual void operator-= (const Field< Type > &)
virtual void operator *= (const Field< scalar > &)
virtual void operator/= (const Field< scalar > &)
virtual void operator= (const Type &)
 Assignment of all entries to the given value.
virtual void operator+= (const Type &)
virtual void operator-= (const Type &)
virtual void operator *= (const scalar)
virtual void operator/= (const scalar)

Constructor & Destructor Documentation

directionMixedFvPatchField const fvPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

directionMixedFvPatchField const fvPatch ,
const Field< Type > &  ,
const dictionary
 

Construct from patch, internal field and dictionary.

directionMixedFvPatchField const directionMixedFvPatchField< Type > &  ,
const fvPatch ,
const Field< Type > &  ,
const fvPatchFieldMapper
 

Construct by mapping given directionMixedFvPatchField onto.

a new patch

directionMixedFvPatchField const directionMixedFvPatchField< Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.


Member Function Documentation

virtual void autoMap const fvPatchFieldMapper  )  [virtual]
 

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

Reimplemented from fvPatchField.

virtual tmp<fvPatchField<Type> > clone const Field< Type > &  iF  )  const [inline, virtual]
 

Construct and return a clone setting internal field reference.

Implements transformFvPatchField.

Definition at line 125 of file directionMixedFvPatchField.H.

virtual tmp<fvPatchField<Type> > clone  )  const [inline, virtual]
 

Construct and return a clone.

Implements transformFvPatchField.

Definition at line 109 of file directionMixedFvPatchField.H.

virtual void evaluate  )  [virtual]
 

Evaluate the patch field.

Reimplemented from fvPatchField.

virtual bool fixesValue  )  const [inline, virtual]
 

Return true if this patch field fixes a value.

Needed to check if a level has to be specified while solving Poissons equations.

Reimplemented from fvPatchField.

Definition at line 143 of file directionMixedFvPatchField.H.

References Foam::labelList.

virtual void operator *= const   scalar  )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 231 of file directionMixedFvPatchField.H.

virtual void operator *= const Field< scalar > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 225 of file directionMixedFvPatchField.H.

virtual void operator *= const fvPatchField< Type > &   )  [inline, virtual]
 

Definition at line 219 of file directionMixedFvPatchField.H.

virtual void operator+= const Type &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 229 of file directionMixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 223 of file directionMixedFvPatchField.H.

virtual void operator+= const fvPatchField< Type > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 217 of file directionMixedFvPatchField.H.

virtual void operator-= const Type &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 230 of file directionMixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 224 of file directionMixedFvPatchField.H.

virtual void operator-= const fvPatchField< Type > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 218 of file directionMixedFvPatchField.H.

virtual void operator/= const   scalar  )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 232 of file directionMixedFvPatchField.H.

virtual void operator/= const Field< scalar > &   )  [inline, virtual]
 

Reimplemented from fvPatchField.

Definition at line 226 of file directionMixedFvPatchField.H.

virtual void operator/= const fvPatchField< Type > &   )  [inline, virtual]
 

Definition at line 220 of file directionMixedFvPatchField.H.

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

Assignment of all entries to the given value.

Reimplemented from fvPatchField.

Definition at line 228 of file directionMixedFvPatchField.H.

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

Reimplemented from Field.

Definition at line 222 of file directionMixedFvPatchField.H.

virtual void operator= const fvPatchField< Type > &   )  [inline, virtual]
 

Reimplemented from transformFvPatchField.

Definition at line 216 of file directionMixedFvPatchField.H.

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

Definition at line 182 of file directionMixedFvPatchField.H.

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

Definition at line 177 of file directionMixedFvPatchField.H.

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

Definition at line 172 of file directionMixedFvPatchField.H.

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

Definition at line 167 of file directionMixedFvPatchField.H.

virtual void rmap const fvPatchField< Type > &  ,
const labelList
[virtual]
 

Reverse map the given fvPatchField onto this fvPatchField.

Reimplemented from fvPatchField.

virtual tmp<Field<Type> > snGrad  )  const [virtual]
 

Return gradient at boundary.

Implements transformFvPatchField.

virtual tmp<Field<Type> > snGradTransformDiag  )  const [virtual]
 

Return face-gradient transform diagonal.

Implements transformFvPatchField.

TypeName "directionMixed"   ) 
 

Runtime type information.

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

Definition at line 192 of file directionMixedFvPatchField.H.

virtual scalarField& valueFraction  )  [inline, virtual]
 

Definition at line 187 of file directionMixedFvPatchField.H.

virtual void write Ostream  )  const [virtual]
 

Write.

Reimplemented from fvPatchField.


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