OpenFOAM logo
Open Source CFD Toolkit

basicSymmetryFvPatchField Class Template Reference

Inheritance diagram for basicSymmetryFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for basicSymmetryFvPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::basicSymmetryFvPatchField< Type >


Public Member Functions

 TypeName (symmetryFvPatch::typeName_())
 Runtime type information.
 basicSymmetryFvPatchField (const fvPatch &, const Field< Type > &)
 Construct from patch and internal field.
 basicSymmetryFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 basicSymmetryFvPatchField (const basicSymmetryFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &)
 Construct by mapping given basicSymmetryFvPatchField onto a new patch.
virtual tmp< fvPatchField<
Type > > 
clone () const
 Construct and return a clone.
 basicSymmetryFvPatchField (const basicSymmetryFvPatchField< 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 > > snGradTransformDiag () const
 Return face-gradient transform diagonal.
template<>
tmp< scalarFieldsnGrad () const
 Return gradient at boundary.
template<>
void evaluate ()
 Evaluate the patch field, sets Updated to false.

Constructor & Destructor Documentation

basicSymmetryFvPatchField const fvPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

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

Construct from patch, internal field and dictionary.

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

Construct by mapping given basicSymmetryFvPatchField onto a new patch.

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

Implements transformFvPatchField.

Reimplemented in slipFvPatchField, and symmetryFvPatchField.

Definition at line 112 of file basicSymmetryFvPatchField.H.

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

Construct and return a clone.

Implements transformFvPatchField.

Reimplemented in slipFvPatchField, and symmetryFvPatchField.

Definition at line 96 of file basicSymmetryFvPatchField.H.

void evaluate  )  [virtual]
 

Evaluate the patch field, sets Updated to false.

Reimplemented from fvPatchField.

virtual void evaluate  )  [virtual]
 

Evaluate the patch field.

Reimplemented from fvPatchField.

tmp< scalarField > snGrad  )  const [virtual]
 

Return gradient at boundary.

Implements transformFvPatchField.

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

Return gradient at boundary.

Implements transformFvPatchField.

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

Return face-gradient transform diagonal.

Implements transformFvPatchField.

TypeName symmetryFvPatch::  typeName_()  ) 
 

Runtime type information.

Reimplemented in symmetryFvPatchField.


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