OpenFOAM logo
Open Source CFD Toolkit

zeroGradientFvPatchField Class Template Reference

Inheritance diagram for zeroGradientFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for zeroGradientFvPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::zeroGradientFvPatchField< Type >


Public Member Functions

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

Constructor & Destructor Documentation

zeroGradientFvPatchField const fvPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

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

Construct from patch, internal field and dictionary.

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

Construct by mapping the given zeroGradientFvPatchField<Type>.

onto a new patch

zeroGradientFvPatchField const zeroGradientFvPatchField< Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.


Member Function Documentation

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 114 of file zeroGradientFvPatchField.H.

References Foam::size().

Here is the call graph for this function:

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

Construct and return a clone.

Reimplemented from fvPatchField.

Definition at line 98 of file zeroGradientFvPatchField.H.

virtual void evaluate  )  [virtual]
 

Evaluate the patch field.

Reimplemented from fvPatchField.

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 tmp<Field<Type> > snGrad  )  const [inline, virtual]
 

Return gradient at boundary.

Reimplemented from fvPatchField.

Definition at line 128 of file zeroGradientFvPatchField.H.

TypeName "zeroGradient"   ) 
 

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


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