OpenFOAM logo
Open Source CFD Toolkit

fixedGradientFvPatchField Class Template Reference

Inheritance diagram for fixedGradientFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for fixedGradientFvPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::fixedGradientFvPatchField< Type >


Public Member Functions

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

Constructor & Destructor Documentation

fixedGradientFvPatchField const fvPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

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

Construct from patch, internal field and dictionary.

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

Construct by mapping the given fixedGradientFvPatchField.

onto a new patch

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

Definition at line 118 of file fixedGradientFvPatchField.H.

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

Construct and return a clone.

Reimplemented from fvPatchField.

Definition at line 102 of file fixedGradientFvPatchField.H.

virtual void evaluate  )  [virtual]
 

Evaluate the patch field.

Reimplemented from fvPatchField.

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

Definition at line 137 of file fixedGradientFvPatchField.H.

References Foam::labelList.

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

Return gradient at boundary.

Definition at line 132 of file fixedGradientFvPatchField.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 rmap const fvPatchField< Type > &  ,
const labelList
[virtual]
 

Reverse map the given fvPatchField onto this fvPatchField.

Reimplemented from fvPatchField.

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

Return gradient at boundary.

Reimplemented from fvPatchField.

Definition at line 162 of file fixedGradientFvPatchField.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 fvPatchField.


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