OpenFOAM logo
Open Source CFD Toolkit

mixedFvPatchField Class Template Reference

Inheritance diagram for mixedFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for mixedFvPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::mixedFvPatchField< Type >


Public Member Functions

 TypeName ("mixed")
 Runtime type information.
 mixedFvPatchField (const fvPatch &, const Field< Type > &)
 Construct from patch and internal field.
 mixedFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 mixedFvPatchField (const mixedFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &)
 Construct by mapping the given mixedFvPatchField onto a new patch.
virtual tmp< fvPatchField<
Type > > 
clone () const
 Construct and return a clone.
 mixedFvPatchField (const mixedFvPatchField< 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 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 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 tmp< Field< Type > > snGrad () const
 Return gradient at boundary.
virtual void evaluate ()
 Evaluate the patch field.
virtual tmp< Field< Type > > valueInternalCoeffs (const tmp< scalarField > &) const
 Return the matrix diagonal coefficients corresponding to the.
virtual tmp< Field< Type > > valueBoundaryCoeffs (const tmp< scalarField > &) const
 Return the matrix source coefficients corresponding to the.
virtual tmp< Field< Type > > gradientInternalCoeffs () const
 Return the matrix diagonal coefficients corresponding to the.
virtual tmp< Field< Type > > gradientBoundaryCoeffs () const
 Return the matrix source coefficients corresponding to the.
virtual void write (Ostream &) const
 Write.
virtual void operator= (const UList< Type > &)
 Assignment from UList operator. Takes linear time.
virtual void operator= (const fvPatchField< Type > &)
virtual void operator+= (const fvPatchField< Type > &)
virtual void operator-= (const fvPatchField< Type > &)
virtual void operator *= (const fvPatchField< scalar > &)
virtual void operator/= (const fvPatchField< scalar > &)
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

mixedFvPatchField const fvPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

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

Construct from patch, internal field and dictionary.

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

Construct by mapping the given mixedFvPatchField onto a new patch.

mixedFvPatchField const mixedFvPatchField< 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.

Reimplemented from fvPatchField.

Reimplemented in freestreamFvPatchField, inletOutletFvPatchField, and outletInletFvPatchField.

Definition at line 119 of file mixedFvPatchField.H.

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

Construct and return a clone.

Reimplemented from fvPatchField.

Reimplemented in freestreamFvPatchField, inletOutletFvPatchField, and outletInletFvPatchField.

Definition at line 106 of file mixedFvPatchField.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 137 of file mixedFvPatchField.H.

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

Return the matrix source coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField.

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

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField.

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

Reimplemented from fvPatchField.

Definition at line 254 of file mixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 248 of file mixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 242 of file mixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 252 of file mixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 245 of file mixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 240 of file mixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 253 of file mixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 246 of file mixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 241 of file mixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 255 of file mixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 249 of file mixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 243 of file mixedFvPatchField.H.

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

Assignment of all entries to the given value.

Reimplemented from fvPatchField.

Definition at line 251 of file mixedFvPatchField.H.

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

Reimplemented from fvPatchField.

Definition at line 239 of file mixedFvPatchField.H.

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

Assignment from UList operator. Takes linear time.

Reimplemented from fvPatchField.

Definition at line 237 of file mixedFvPatchField.H.

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

Definition at line 160 of file mixedFvPatchField.H.

References Foam::scalarField.

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

Definition at line 155 of file mixedFvPatchField.H.

References Foam::scalarField.

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

Definition at line 150 of file mixedFvPatchField.H.

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

Definition at line 145 of file mixedFvPatchField.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.

Reimplemented from fvPatchField.

TypeName "mixed"   ) 
 

Runtime type information.

virtual tmp<Field<Type> > valueBoundaryCoeffs const tmp< scalarField > &   )  const [virtual]
 

Return the matrix source coefficients corresponding to the.

evaluation of the value of this patchField with given weights

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

Definition at line 170 of file mixedFvPatchField.H.

References Foam::labelList.

virtual scalarField& valueFraction  )  [inline, virtual]
 

Definition at line 165 of file mixedFvPatchField.H.

virtual tmp<Field<Type> > valueInternalCoeffs const tmp< scalarField > &   )  const [virtual]
 

Return the matrix diagonal coefficients corresponding to the.

evaluation of the value of this patchField with given weights

virtual void write Ostream  )  const [virtual]
 

Write.

Reimplemented from fvPatchField.

Reimplemented in freestreamFvPatchField, inletOutletFvPatchField, and outletInletFvPatchField.


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