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

outletMappedUniformInletFvPatchField< Type > Class Template Reference

Averages the field over the "outlet" patch specified by name "outletPatchName" and applies this as the uniform value of the field over this patch. More...

#include <finiteVolume/outletMappedUniformInletFvPatchField.H>


Detailed Description

template<class Type>
class Foam::outletMappedUniformInletFvPatchField< Type >

Averages the field over the "outlet" patch specified by name "outletPatchName" and applies this as the uniform value of the field over this patch.

Source files

Definition at line 52 of file outletMappedUniformInletFvPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("outletMappedUniformInlet")
 Runtime type information.
 outletMappedUniformInletFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 outletMappedUniformInletFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 outletMappedUniformInletFvPatchField (const outletMappedUniformInletFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given outletMappedUniformInletFvPatchField.
 outletMappedUniformInletFvPatchField (const outletMappedUniformInletFvPatchField< Type > &)
 Construct as copy.
virtual tmp< fvPatchField< Type > >  clone () const
 Construct and return a clone.
 outletMappedUniformInletFvPatchField (const outletMappedUniformInletFvPatchField< 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.
const word &  outletPatchName () const
 Name of the outlet patch to be mapped.
virtual void  updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 40 of file outletMappedUniformInletFvPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 70 of file outletMappedUniformInletFvPatchField.C.

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

Construct by mapping given outletMappedUniformInletFvPatchField.

onto a new patch

Definition at line 54 of file outletMappedUniformInletFvPatchField.C.

Construct as copy.

Definition at line 85 of file outletMappedUniformInletFvPatchField.C.

Construct as copy setting internal field reference.

Definition at line 99 of file outletMappedUniformInletFvPatchField.C.


Member Function Documentation

TypeName ( "outletMappedUniformInlet"    )

Runtime type information.

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

Construct and return a clone.

Reimplemented from fixedValueFvPatchField< Type >.

Definition at line 105 of file outletMappedUniformInletFvPatchField.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 fixedValueFvPatchField< Type >.

Definition at line 122 of file outletMappedUniformInletFvPatchField.H.

const word& outletPatchName (  ) const [inline]

Name of the outlet patch to be mapped.

Definition at line 138 of file outletMappedUniformInletFvPatchField.H.

void write ( Ostream &   os  ) const [virtual]

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