OpenFOAM logo
Open Source CFD Toolkit

calculatedFaPatchField Class Template Reference

Inheritance diagram for calculatedFaPatchField:

Inheritance graph
[legend]
Collaboration diagram for calculatedFaPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::calculatedFaPatchField< Type >


Public Member Functions

 TypeName ("calculated")
 Runtime type information.
 calculatedFaPatchField (const faPatch &, const Field< Type > &)
 Construct from patch and internal field.
 calculatedFaPatchField (const faPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 calculatedFaPatchField (const calculatedFaPatchField< Type > &, const faPatch &, const Field< Type > &, const faPatchFieldMapper &)
 Construct by mapping given patchField<Type> onto a new patch.
virtual tmp< faPatchField<
Type > > 
clone () const
 Construct and return a clone.
 calculatedFaPatchField (const calculatedFaPatchField< 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 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

calculatedFaPatchField const faPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

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

Construct from patch, internal field and dictionary.

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

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

calculatedFaPatchField const calculatedFaPatchField< 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 111 of file calculatedFaPatchField.H.

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

Construct and return a clone.

Reimplemented from faPatchField.

Definition at line 95 of file calculatedFaPatchField.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 faPatchField.

Definition at line 129 of file calculatedFaPatchField.H.

References FatalErrorIn.

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

Return the matrix source coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from faPatchField.

Definition at line 198 of file calculatedFaPatchField.H.

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

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from faPatchField.

Definition at line 181 of file calculatedFaPatchField.H.

References Foam::abort(), Foam::FatalError, and FatalErrorIn.

Here is the call graph for this function:

TypeName "calculated"   ) 
 

Runtime type information.

virtual tmp<Field<Type> > valueBoundaryCoeffs const tmp< scalarField > &   )  const [inline, virtual]
 

Return the matrix source coefficients corresponding to the.

evaluation of the value of this patchField with given weights

Definition at line 162 of file calculatedFaPatchField.H.

virtual tmp<Field<Type> > valueInternalCoeffs const tmp< scalarField > &   )  const [inline, virtual]
 

Return the matrix diagonal coefficients corresponding to the.

evaluation of the value of this patchField with given weights

Definition at line 142 of file calculatedFaPatchField.H.

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