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

coupledFvsPatchField< Type > Class Template Reference

Foam::coupledFvsPatchField. More...

#include <finiteVolume/coupledFvsPatchField.H>


Detailed Description

template<class Type>
class Foam::coupledFvsPatchField< Type >

Foam::coupledFvsPatchField.

Source files

Definition at line 51 of file coupledFvsPatchField.H.

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

List of all members.

Public Member Functions

 TypeName (coupledFvPatch::typeName_())
 Runtime type information.
 coupledFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
 Construct from patch and internal field.
 coupledFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const Field< Type > &)
 Construct from patch and internal field and patch field.
 coupledFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 coupledFvsPatchField (const coupledFvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &)
 Construct by mapping the given coupledFvsPatchField onto a new patch.
 coupledFvsPatchField (const coupledFvsPatchField< Type > &)
 Construct as copy.
virtual tmp< fvsPatchField
< Type > >  
clone () const =0
 Construct and return a clone.
 coupledFvsPatchField (const coupledFvsPatchField< Type > &, const DimensionedField< Type, surfaceMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvsPatchField
< Type > >  
clone (const DimensionedField< Type, surfaceMesh > &) const =0
 Construct and return a clone.
virtual bool  coupled () const
 Return true if this patch field is derived from.
virtual void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 37 of file coupledFvsPatchField.C.

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

Construct from patch and internal field and patch field.

Definition at line 48 of file coupledFvsPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 73 of file coupledFvsPatchField.C.

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

Construct by mapping the given coupledFvsPatchField onto a new patch.

Definition at line 60 of file coupledFvsPatchField.C.

coupledFvsPatchField ( const coupledFvsPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 85 of file coupledFvsPatchField.C.

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

Construct as copy setting internal field reference.

Definition at line 95 of file coupledFvsPatchField.C.


Member Function Documentation

TypeName ( coupledFvPatch::   typeName_()  )

Runtime type information.

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

Construct and return a clone.

Reimplemented from fvsPatchField< Type >.

Implemented in cyclicFvsPatchField< Type >, and processorFvsPatchField< Type >.

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

Construct and return a clone.

Reimplemented from fvsPatchField< Type >.

Implemented in cyclicFvsPatchField< Type >, and processorFvsPatchField< Type >.

virtual bool coupled (  ) const [inline, virtual]

Return true if this patch field is derived from.

coupledFvsPatchField<Type>.

Reimplemented from fvsPatchField< Type >.

Reimplemented in processorFvsPatchField< Type >.

Definition at line 125 of file coupledFvsPatchField.H.

void write ( Ostream &   os  ) const [virtual]

Write.

Reimplemented from fvsPatchField< Type >.

Definition at line 107 of file coupledFvsPatchField.C.

References fvsPatchField< Type >::write().


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