OpenFOAM logo
Open Source CFD Toolkit

fixedGradientFaPatchField Class Template Reference

Inheritance diagram for fixedGradientFaPatchField:

Inheritance graph
[legend]
Collaboration diagram for fixedGradientFaPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::fixedGradientFaPatchField< Type >


Public Member Functions

 TypeName ("fixedGradient")
 Runtime type information.
 fixedGradientFaPatchField (const faPatch &, const Field< Type > &)
 Construct from patch and internal field.
 fixedGradientFaPatchField (const faPatch &, const Field< Type > &, Istream &)
 Construct from patch, internal field and Istream.
 fixedGradientFaPatchField (const faPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 fixedGradientFaPatchField (const fixedGradientFaPatchField< Type > &, const faPatch &, const Field< Type > &, const faPatchFieldMapper &)
 Construct by mapping the given fixedGradientFaPatchField<Type>.
virtual tmp< faPatchField<
Type > > 
clone () const
 Construct and return a clone.
 fixedGradientFaPatchField (const fixedGradientFaPatchField< 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 Field< Type > & gradient ()
 Return gradient at boundary.
virtual const Field< Type > & gradient () const
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 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

fixedGradientFaPatchField const faPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

fixedGradientFaPatchField const faPatch ,
const Field< Type > &  ,
Istream
 

Construct from patch, internal field and Istream.

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

Construct from patch, internal field and dictionary.

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

Construct by mapping the given fixedGradientFaPatchField<Type>.

onto a new patch

fixedGradientFaPatchField const fixedGradientFaPatchField< 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 125 of file fixedGradientFaPatchField.H.

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

Construct and return a clone.

Reimplemented from faPatchField.

Definition at line 109 of file fixedGradientFaPatchField.H.

virtual void evaluate  )  [virtual]
 

Evaluate the patch field.

Reimplemented from faPatchField.

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

Definition at line 144 of file fixedGradientFaPatchField.H.

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

Return gradient at boundary.

Definition at line 139 of file fixedGradientFaPatchField.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 218 of file fixedGradientFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 212 of file fixedGradientFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 206 of file fixedGradientFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 216 of file fixedGradientFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 209 of file fixedGradientFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 204 of file fixedGradientFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 217 of file fixedGradientFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 210 of file fixedGradientFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 205 of file fixedGradientFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 219 of file fixedGradientFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 213 of file fixedGradientFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 207 of file fixedGradientFaPatchField.H.

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

Assignment of all entries to the given value.

Reimplemented from faPatchField.

Definition at line 215 of file fixedGradientFaPatchField.H.

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

Reimplemented from faPatchField.

Definition at line 203 of file fixedGradientFaPatchField.H.

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

Assignment from UList operator. Takes linear time.

Reimplemented from faPatchField.

Definition at line 201 of file fixedGradientFaPatchField.H.

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

Return gradient at boundary.

Reimplemented from faPatchField.

Definition at line 155 of file fixedGradientFaPatchField.H.

TypeName "fixedGradient"   ) 
 

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