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

uniformFixedValueFvPatchField< Type > Class Template Reference

Foam::uniformFixedValueFvPatchField. More...

#include <finiteVolume/uniformFixedValueFvPatchField.H>


Detailed Description

template<class Type>
class Foam::uniformFixedValueFvPatchField< Type >

Foam::uniformFixedValueFvPatchField.

Source files

Definition at line 51 of file uniformFixedValueFvPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("uniformFixedValue")
 Runtime type information.
 uniformFixedValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 uniformFixedValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 uniformFixedValueFvPatchField (const uniformFixedValueFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given uniformFixedValueFvPatchField.
 uniformFixedValueFvPatchField (const uniformFixedValueFvPatchField< Type > &)
 Construct as copy.
virtual tmp< fvPatchField< Type > >  clone () const
 Construct and return a clone.
 uniformFixedValueFvPatchField (const uniformFixedValueFvPatchField< 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 Type &  uniformValue () const
 Return the fluctuation scale.
Type &  uniformValue ()
 Return reference to the fluctuation scale to allow adjustment.
virtual void  autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
virtual void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 37 of file uniformFixedValueFvPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 65 of file uniformFixedValueFvPatchField.C.

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

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

Construct by mapping given uniformFixedValueFvPatchField.

onto a new patch

Definition at line 49 of file uniformFixedValueFvPatchField.C.

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

Construct as copy.

Definition at line 80 of file uniformFixedValueFvPatchField.C.

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

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

Construct as copy setting internal field reference.

Definition at line 93 of file uniformFixedValueFvPatchField.C.

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


Member Function Documentation

TypeName ( "uniformFixedValue"    )

Runtime type information.

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

Construct and return a clone.

Reimplemented from fixedValueFvPatchField< Type >.

Definition at line 100 of file uniformFixedValueFvPatchField.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 117 of file uniformFixedValueFvPatchField.H.

const Type& uniformValue (  ) const [inline]

Return the fluctuation scale.

Definition at line 133 of file uniformFixedValueFvPatchField.H.

Type& uniformValue (  ) [inline]

Return reference to the fluctuation scale to allow adjustment.

Definition at line 139 of file uniformFixedValueFvPatchField.H.

void autoMap ( const fvPatchFieldMapper &   m  ) [virtual]

Map (and resize as needed) from self given a mapping object.

Reimplemented from fvPatchField< Type >.

Definition at line 109 of file uniformFixedValueFvPatchField.C.

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

void write ( Ostream &   os  ) const [virtual]

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