OpenFOAM logo
Open Source CFD Toolkit

fixedValueFaPatchField Class Template Reference

Inheritance diagram for fixedValueFaPatchField:

Inheritance graph
[legend]
Collaboration diagram for fixedValueFaPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::fixedValueFaPatchField< Type >


Public Member Functions

 TypeName ("fixedValue")
 Runtime type information.
 fixedValueFaPatchField (const faPatch &, const Field< Type > &)
 Construct from patch and internal field.
 fixedValueFaPatchField (const faPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 fixedValueFaPatchField (const fixedValueFaPatchField< Type > &, const faPatch &, const Field< Type > &, const faPatchFieldMapper &)
 Construct by mapping the given fixedValueFaPatchField<Type>.
virtual tmp< faPatchField<
Type > > 
clone () const
 Construct and return a clone.
 fixedValueFaPatchField (const fixedValueFaPatchField< Type > &, const Field< Type > &)
 Construct as copy setting internal field reference.
virtual tmp< faPatchField<
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 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 faPatchField< Type > &)
virtual void operator+= (const faPatchField< Type > &)
virtual void operator-= (const faPatchField< Type > &)
virtual void operator *= (const faPatchField< scalar > &)
virtual void operator/= (const faPatchField< 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

fixedValueFaPatchField const faPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

fixedValueFaPatchField const faPatch ,
const Field< Type > &  ,
const dictionary
 

Construct from patch, internal field and dictionary.

fixedValueFaPatchField const fixedValueFaPatchField< Type > &  ,
const faPatch ,
const Field< Type > &  ,
const faPatchFieldMapper
 

Construct by mapping the given fixedValueFaPatchField<Type>.

onto a new patch

fixedValueFaPatchField const fixedValueFaPatchField< Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.


Member Function Documentation

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

Construct and return a clone setting internal field reference.

Reimplemented from faPatchField.

Definition at line 114 of file fixedValueFaPatchField.H.

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

Construct and return a clone.

Reimplemented from faPatchField.

Definition at line 98 of file fixedValueFaPatchField.H.

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 faPatchField.

Definition at line 132 of file fixedValueFaPatchField.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 faPatchField.

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

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from faPatchField.

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

Reimplemented from faPatchField.

Definition at line 194 of file fixedValueFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 188 of file fixedValueFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 182 of file fixedValueFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 192 of file fixedValueFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 185 of file fixedValueFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 180 of file fixedValueFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 193 of file fixedValueFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 186 of file fixedValueFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 181 of file fixedValueFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 195 of file fixedValueFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 189 of file fixedValueFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 183 of file fixedValueFaPatchField.H.

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

Assignment of all entries to the given value.

Reimplemented from faPatchField.

Definition at line 191 of file fixedValueFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 179 of file fixedValueFaPatchField.H.

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

Assignment from UList operator. Takes linear time.

Reimplemented from faPatchField.

Definition at line 177 of file fixedValueFaPatchField.H.

TypeName "fixedValue"   ) 
 

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 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 faPatchField.


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