OpenFOAM logo
Open Source CFD Toolkit

calculatedFvPatchField Class Template Reference

Inheritance diagram for calculatedFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for calculatedFvPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::calculatedFvPatchField< Type >


Public Member Functions

 TypeName ("calculated")
 Runtime type information.
 calculatedFvPatchField (const fvPatch &, const Field< Type > &)
 Construct from patch and internal field.
 calculatedFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 calculatedFvPatchField (const calculatedFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &)
 Construct by mapping given patchField<Type> onto a new patch.
virtual tmp< fvPatchField<
Type > > 
clone () const
 Construct and return a clone.
 calculatedFvPatchField (const calculatedFvPatchField< 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 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.
tmp< Field< Type > > gradientInternalCoeffs () const
 Return the matrix diagonal coefficients corresponding to the.
tmp< Field< Type > > gradientBoundaryCoeffs () const
 Return the matrix source coefficients corresponding to the.
virtual void write (Ostream &) const
 Write.

Constructor & Destructor Documentation

calculatedFvPatchField const fvPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

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

Construct from patch, internal field and dictionary.

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

Construct by mapping given patchField<Type> onto a new patch.

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

Reimplemented in defaultFvPatchField.

Definition at line 111 of file calculatedFvPatchField.H.

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

Construct and return a clone.

Reimplemented from fvPatchField.

Reimplemented in defaultFvPatchField.

Definition at line 95 of file calculatedFvPatchField.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 fvPatchField.

Definition at line 129 of file calculatedFvPatchField.H.

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

Return the matrix source coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField.

Reimplemented in defaultFvPatchField.

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

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField.

Reimplemented in defaultFvPatchField.

TypeName "calculated"   ) 
 

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

Reimplemented in defaultFvPatchField.

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

Reimplemented in defaultFvPatchField.

virtual void write Ostream  )  const [virtual]
 

Write.

Reimplemented from fvPatchField.

Reimplemented in defaultFvPatchField.


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