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

calculatedFvsPatchField< Type > Class Template Reference

Foam::calculatedFvsPatchField. More...

#include <finiteVolume/calculatedFvsPatchField.H>


Detailed Description

template<class Type>
class Foam::calculatedFvsPatchField< Type >

Foam::calculatedFvsPatchField.

Source files

Definition at line 50 of file calculatedFvsPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("calculated")
 Runtime type information.
 calculatedFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
 Construct from patch and internal field.
 calculatedFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 calculatedFvsPatchField (const calculatedFvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given patchField<Type> onto a new patch.
 calculatedFvsPatchField (const calculatedFvsPatchField< Type > &)
 Construct as copy.
virtual tmp< fvsPatchField
< Type > >  
clone () const
 Construct and return a clone.
 calculatedFvsPatchField (const calculatedFvsPatchField< Type > &, const DimensionedField< Type, surfaceMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvsPatchField
< Type > >  
clone (const DimensionedField< Type, surfaceMesh > &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 void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

calculatedFvsPatchField ( const fvPatch &   p,
const DimensionedField< Type, surfaceMesh > &   iF  
)

Construct from patch and internal field.

Definition at line 44 of file calculatedFvsPatchField.C.

calculatedFvsPatchField ( const fvPatch &   p,
const DimensionedField< Type, surfaceMesh > &   iF,
const dictionary &   dict  
)

Construct from patch, internal field and dictionary.

Definition at line 68 of file calculatedFvsPatchField.C.

calculatedFvsPatchField ( const calculatedFvsPatchField< Type > &   ptf,
const fvPatch &   p,
const DimensionedField< Type, surfaceMesh > &   iF,
const fvPatchFieldMapper &   mapper  
)

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

Definition at line 55 of file calculatedFvsPatchField.C.

calculatedFvsPatchField ( const calculatedFvsPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 80 of file calculatedFvsPatchField.C.

calculatedFvsPatchField ( const calculatedFvsPatchField< Type > &   ptf,
const DimensionedField< Type, surfaceMesh > &   iF  
)

Construct as copy setting internal field reference.

Definition at line 90 of file calculatedFvsPatchField.C.


Member Function Documentation

TypeName ( "calculated"    )

Runtime type information.

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

Construct and return a clone.

Reimplemented from fvsPatchField< Type >.

Definition at line 94 of file calculatedFvsPatchField.H.

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

Construct and return a clone setting internal field reference.

Reimplemented from fvsPatchField< Type >.

Definition at line 111 of file calculatedFvsPatchField.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 fvsPatchField< Type >.

Definition at line 129 of file calculatedFvsPatchField.H.

void write ( Ostream &   os  ) const [virtual]

Write.

Reimplemented from fvsPatchField< Type >.

Definition at line 135 of file calculatedFvsPatchField.C.

References fvsPatchField< Type >::write().


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