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

outletInletFvPatchField< Type > Class Template Reference

Foam::outletInletFvPatchField. More...

#include <finiteVolume/outletInletFvPatchField.H>


Detailed Description

template<class Type>
class Foam::outletInletFvPatchField< Type >

Foam::outletInletFvPatchField.

Source files

Definition at line 50 of file outletInletFvPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("outletInlet")
 Runtime type information.
 outletInletFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 outletInletFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 outletInletFvPatchField (const outletInletFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given outletInletFvPatchField onto a new patch.
 outletInletFvPatchField (const outletInletFvPatchField< Type > &)
 Construct as copy.
virtual tmp< fvPatchField< Type > >  clone () const
 Construct and return a clone.
 outletInletFvPatchField (const outletInletFvPatchField< 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.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 37 of file outletInletFvPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 65 of file outletInletFvPatchField.C.

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

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

Construct by mapping given outletInletFvPatchField onto a new patch.

Definition at line 52 of file outletInletFvPatchField.C.

outletInletFvPatchField ( const outletInletFvPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 94 of file outletInletFvPatchField.C.

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

Construct as copy setting internal field reference.

Definition at line 104 of file outletInletFvPatchField.C.


Member Function Documentation

TypeName ( "outletInlet"    )

Runtime type information.

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

Construct and return a clone.

Reimplemented from mixedFvPatchField< Type >.

Definition at line 94 of file outletInletFvPatchField.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 >.

Definition at line 111 of file outletInletFvPatchField.H.

void updateCoeffs (  ) [virtual]

Update the coefficients associated with the patch field.

Reimplemented from fvPatchField< Type >.

Definition at line 116 of file outletInletFvPatchField.C.

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

void write ( Ostream &   os  ) const [virtual]

Write.

Reimplemented from mixedFvPatchField< Type >.

Definition at line 137 of file outletInletFvPatchField.C.

References fvPatchField< Type >::write().


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