FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

calculatedFvPatchField< Type > Class Template Reference

Foam::calculatedFvPatchField. More...

#include <finiteVolume/calculatedFvPatchField.H>


Detailed Description

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

Foam::calculatedFvPatchField.

Source files

Definition at line 50 of file calculatedFvPatchField.H.

Inheritance diagram for calculatedFvPatchField< Type >:
Collaboration diagram for calculatedFvPatchField< Type >:

List of all members.

Public Member Functions

 TypeName ("calculated")
 Runtime type information.
 calculatedFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 calculatedFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &, const bool valueRequired=false)
 Construct from patch, internal field and dictionary.
 calculatedFvPatchField (const calculatedFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given patchField<Type> onto a new patch.
 calculatedFvPatchField (const calculatedFvPatchField< Type > &)
 Construct as copy.
virtual tmp< fvPatchField< Type > >  clone () const
 Construct and return a clone.
 calculatedFvPatchField (const calculatedFvPatchField< Type > &, const DimensionedField< Type, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField< Type > >  clone (const DimensionedField< Type, volMesh > &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 &   p,
const DimensionedField< Type, volMesh > &   iF  
)

Construct from patch and internal field.

Definition at line 44 of file calculatedFvPatchField.C.

calculatedFvPatchField ( const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF,
const dictionary &   dict,
const bool   valueRequired = false  
)

Construct from patch, internal field and dictionary.

Definition at line 68 of file calculatedFvPatchField.C.

calculatedFvPatchField ( const calculatedFvPatchField< Type > &   ptf,
const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF,
const fvPatchFieldMapper &   mapper  
)

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

Definition at line 55 of file calculatedFvPatchField.C.

calculatedFvPatchField ( const calculatedFvPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 81 of file calculatedFvPatchField.C.

calculatedFvPatchField ( const calculatedFvPatchField< Type > &   ptf,
const DimensionedField< Type, volMesh > &   iF  
)

Construct as copy setting internal field reference.

Definition at line 91 of file calculatedFvPatchField.C.


Member Function Documentation

TypeName ( "calculated"    )

Runtime type information.

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

Construct and return a clone.

Reimplemented from fvPatchField< Type >.

Reimplemented in genericFvPatchField< Type >.

Definition at line 95 of file calculatedFvPatchField.H.

virtual tmp<fvPatchField<Type> > clone ( const DimensionedField< Type, volMesh > &   iF  ) const [inline, virtual]

Construct and return a clone setting internal field reference.

Reimplemented from fvPatchField< Type >.

Reimplemented in genericFvPatchField< Type >.

Definition at line 112 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< Type >.

Definition at line 130 of file calculatedFvPatchField.H.

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 from fvPatchField< Type >.

Reimplemented in genericFvPatchField< Type >.

Definition at line 136 of file calculatedFvPatchField.C.

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

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 from fvPatchField< Type >.

Reimplemented in genericFvPatchField< Type >.

Definition at line 159 of file calculatedFvPatchField.C.

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

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

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField< Type >.

Reimplemented in genericFvPatchField< Type >.

Definition at line 180 of file calculatedFvPatchField.C.

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

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

Return the matrix source coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField< Type >.

Reimplemented in genericFvPatchField< Type >.

Definition at line 200 of file calculatedFvPatchField.C.

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

void write ( Ostream &   os  ) const [virtual]

Write.

Reimplemented from fvPatchField< Type >.

Reimplemented in genericFvPatchField< Type >.

Definition at line 222 of file calculatedFvPatchField.C.

References fvPatchField< Type >::write().


The documentation for this class was generated from the following files: