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

inletOutletFvPatchField< Type > Class Template Reference

Foam::inletOutletFvPatchField. More...

#include <finiteVolume/inletOutletFvPatchField.H>


Detailed Description

template<class Type>
class Foam::inletOutletFvPatchField< Type >

Foam::inletOutletFvPatchField.

Source files

Definition at line 50 of file inletOutletFvPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("inletOutlet")
 Runtime type information.
 inletOutletFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 inletOutletFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 inletOutletFvPatchField (const inletOutletFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given inletOutletFvPatchField onto a new patch.
 inletOutletFvPatchField (const inletOutletFvPatchField< Type > &)
 Construct as copy.
virtual tmp< fvPatchField< Type > >  clone () const
 Construct and return a clone.
 inletOutletFvPatchField (const inletOutletFvPatchField< 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 void  updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void  write (Ostream &) const
 Write.
virtual void  operator= (const fvPatchField< Type > &pvf)

Protected Attributes

word  phiName_

Constructor & Destructor Documentation

inletOutletFvPatchField ( const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF  
)

Construct from patch and internal field.

Definition at line 37 of file inletOutletFvPatchField.C.

inletOutletFvPatchField ( const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF,
const dictionary &   dict  
)

Construct from patch, internal field and dictionary.

Definition at line 67 of file inletOutletFvPatchField.C.

References fvPatchField< Type >::operator=(), and fvPatch::size().

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

Construct by mapping given inletOutletFvPatchField onto a new patch.

Definition at line 53 of file inletOutletFvPatchField.C.

inletOutletFvPatchField ( const inletOutletFvPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 97 of file inletOutletFvPatchField.C.

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

Construct as copy setting internal field reference.

Definition at line 108 of file inletOutletFvPatchField.C.


Member Function Documentation

TypeName ( "inletOutlet"    )

Runtime type information.

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

Construct and return a clone.

Reimplemented from mixedFvPatchField< Type >.

Reimplemented in freestreamFvPatchField< Type >, and timeVaryingUniformInletOutletFvPatchField< Type >.

Definition at line 101 of file inletOutletFvPatchField.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 mixedFvPatchField< Type >.

Reimplemented in freestreamFvPatchField< Type >, and timeVaryingUniformInletOutletFvPatchField< Type >.

Definition at line 118 of file inletOutletFvPatchField.H.

void updateCoeffs (  ) [virtual]

Update the coefficients associated with the patch field.

Reimplemented from fvPatchField< Type >.

Reimplemented in timeVaryingUniformInletOutletFvPatchField< Type >.

Definition at line 121 of file inletOutletFvPatchField.C.

References Foam::pos(), and fvPatchField< Type >::updateCoeffs().

void write ( Ostream &   os  ) const [virtual]
void operator= ( const fvPatchField< Type > &   pvf  ) [virtual]

Reimplemented from mixedFvPatchField< Type >.

Definition at line 158 of file inletOutletFvPatchField.C.


Member Data Documentation

word phiName_ [protected]

Definition at line 59 of file inletOutletFvPatchField.H.


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