OpenFOAM logo
Open Source CFD Toolkit

inletOutletFvPatchField Class Template Reference

Inheritance diagram for inletOutletFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for inletOutletFvPatchField:

Collaboration graph
[legend]
List of all members.

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


Public Member Functions

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

Protected Attributes

word phiName_

Constructor & Destructor Documentation

inletOutletFvPatchField const fvPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

inletOutletFvPatchField const fvPatch ,
const Field< Type > &  ,
const dictionary
 

Construct from patch, internal field and dictionary.

inletOutletFvPatchField const inletOutletFvPatchField< Type > &  ,
const fvPatch ,
const Field< Type > &  ,
const fvPatchFieldMapper
 

Construct by mapping given inletOutletFvPatchField onto a new patch.

inletOutletFvPatchField const inletOutletFvPatchField< Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.


Member Function Documentation

virtual tmp<fvPatchField<Type> > clone const Field< Type > &  iF  )  const [inline, virtual]
 

Construct and return a clone setting internal field reference.

Reimplemented from mixedFvPatchField.

Reimplemented in freestreamFvPatchField.

Definition at line 118 of file inletOutletFvPatchField.H.

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

Construct and return a clone.

Reimplemented from mixedFvPatchField.

Reimplemented in freestreamFvPatchField.

Definition at line 102 of file inletOutletFvPatchField.H.

TypeName "inletOutlet"   ) 
 

Runtime type information.

virtual void updateCoeffs  )  [virtual]
 

Update the coefficients associated with the patch field.

Reimplemented from fvPatchField.

virtual void write Ostream  )  const [virtual]
 

Write.

Reimplemented from mixedFvPatchField.

Reimplemented in freestreamFvPatchField.


Member Data Documentation

word phiName_ [protected]
 

Definition at line 66 of file inletOutletFvPatchField.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org