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

uniformFixedValuePointPatchField< Type > Class Template Reference

Foam::uniformFixedValuePointPatchField. More...

#include <OpenFOAM/uniformFixedValuePointPatchField.H>


Detailed Description

template<class Type>
class Foam::uniformFixedValuePointPatchField< Type >

Foam::uniformFixedValuePointPatchField.

Source files

Definition at line 50 of file uniformFixedValuePointPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("uniformFixedValue")
 Runtime type information.
 uniformFixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &)
 Construct from patch and internal field.
 uniformFixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 uniformFixedValuePointPatchField (const uniformFixedValuePointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &)
 Construct by mapping given patchField<Type> onto a new patch.
 uniformFixedValuePointPatchField (const uniformFixedValuePointPatchField< Type > &)
 Construct as copy.
virtual autoPtr
< pointPatchField< Type > >  
clone () const
 Construct and return a clone.
 uniformFixedValuePointPatchField (const uniformFixedValuePointPatchField< Type > &, const DimensionedField< Type, pointMesh > &)
 Construct as copy setting internal field reference.
virtual autoPtr
< pointPatchField< Type > >  
clone (const DimensionedField< Type, pointMesh > &iF) const
 Construct and return a clone setting internal field reference.
const Type &  uniformValue () const
 Return the fluctuation scale.
Type &  uniformValue ()
 Return reference to the fluctuation scale to allow adjustment.
virtual void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

uniformFixedValuePointPatchField ( const pointPatch &   p,
const DimensionedField< Type, pointMesh > &   iF  
)

Construct from patch and internal field.

Definition at line 38 of file uniformFixedValuePointPatchField.C.

uniformFixedValuePointPatchField ( const pointPatch &   p,
const DimensionedField< Type, pointMesh > &   iF,
const dictionary &   dict  
)

Construct from patch, internal field and dictionary.

Definition at line 51 of file uniformFixedValuePointPatchField.C.

References Field< Type >::operator=().

uniformFixedValuePointPatchField ( const uniformFixedValuePointPatchField< Type > &   ptf,
const pointPatch &   p,
const DimensionedField< Type, pointMesh > &   iF,
const pointPatchFieldMapper &   mapper  
)

Construct by mapping given patchField<Type> onto a new patch.

Definition at line 67 of file uniformFixedValuePointPatchField.C.

Construct as copy.

Definition at line 82 of file uniformFixedValuePointPatchField.C.

Construct as copy setting internal field reference.

Definition at line 94 of file uniformFixedValuePointPatchField.C.


Member Function Documentation

TypeName ( "uniformFixedValue"    )

Runtime type information.

virtual autoPtr<pointPatchField<Type> > clone (  ) const [inline, virtual]

Construct and return a clone.

Reimplemented from fixedValuePointPatchField< Type >.

Definition at line 98 of file uniformFixedValuePointPatchField.H.

virtual autoPtr<pointPatchField<Type> > clone ( const DimensionedField< Type, pointMesh > &   iF  ) const [inline, virtual]

Construct and return a clone setting internal field reference.

Reimplemented from fixedValuePointPatchField< Type >.

Definition at line 119 of file uniformFixedValuePointPatchField.H.

const Type& uniformValue (  ) const [inline]

Return the fluctuation scale.

Definition at line 139 of file uniformFixedValuePointPatchField.H.

Type& uniformValue (  ) [inline]

Return reference to the fluctuation scale to allow adjustment.

Definition at line 145 of file uniformFixedValuePointPatchField.H.

void write ( Ostream &   os  ) const [virtual]

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