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

processorFvsPatchField< Type > Class Template Reference

Foam::processorFvsPatchField. More...

#include <finiteVolume/processorFvsPatchField.H>


Detailed Description

template<class Type>
class Foam::processorFvsPatchField< Type >

Foam::processorFvsPatchField.

Source files

Definition at line 51 of file processorFvsPatchField.H.

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

List of all members.

Public Member Functions

 TypeName (processorFvPatch::typeName_())
 Runtime type information.
 processorFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
 Construct from patch and internal field.
 processorFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const Field< Type > &)
 Construct from patch and internal field and patch field.
 processorFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 processorFvsPatchField (const processorFvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given processorFvsPatchField onto a new patch.
 processorFvsPatchField (const processorFvsPatchField< Type > &)
 Construct as copy.
virtual tmp< fvsPatchField
< Type > >  
clone () const
 Construct and return a clone.
 processorFvsPatchField (const processorFvsPatchField< 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.
 ~processorFvsPatchField ()
virtual bool  coupled () const
 Return true if running parallel.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 37 of file processorFvsPatchField.C.

processorFvsPatchField ( const fvPatch &   p,
const DimensionedField< Type, surfaceMesh > &   iF,
const Field< Type > &   f  
)

Construct from patch and internal field and patch field.

Definition at line 49 of file processorFvsPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 95 of file processorFvsPatchField.C.

References Foam::exit(), Foam::FatalIOError, and FatalIOErrorIn.

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

Construct by mapping given processorFvsPatchField onto a new patch.

Definition at line 63 of file processorFvsPatchField.C.

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

processorFvsPatchField ( const processorFvsPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 124 of file processorFvsPatchField.C.

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

Construct as copy setting internal field reference.

Definition at line 135 of file processorFvsPatchField.C.

Definition at line 148 of file processorFvsPatchField.C.


Member Function Documentation

TypeName ( processorFvPatch::   typeName_()  )

Runtime type information.

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

Construct and return a clone.

Implements coupledFvsPatchField< Type >.

Definition at line 105 of file processorFvsPatchField.H.

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

Construct and return a clone setting internal field reference.

Implements coupledFvsPatchField< Type >.

Definition at line 122 of file processorFvsPatchField.H.

virtual bool coupled (  ) const [inline, virtual]

Return true if running parallel.

Reimplemented from coupledFvsPatchField< Type >.

Definition at line 143 of file processorFvsPatchField.H.

References Pstream::parRun().


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