OpenFOAM logo
Open Source CFD Toolkit

uniformFixedValueFvPatchField Class Template Reference

Inheritance diagram for uniformFixedValueFvPatchField:

Inheritance graph
[legend]
Collaboration diagram for uniformFixedValueFvPatchField:

Collaboration graph
[legend]
List of all members.

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


Public Member Functions

 TypeName ("uniformFixedValue")
 Runtime type information.
 uniformFixedValueFvPatchField (const fvPatch &, const Field< Type > &)
 Construct from patch and internal field.
 uniformFixedValueFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 uniformFixedValueFvPatchField (const uniformFixedValueFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &)
 Construct by mapping given uniformFixedValueFvPatchField.
virtual tmp< fvPatchField<
Type > > 
clone () const
 Construct and return a clone.
 uniformFixedValueFvPatchField (const uniformFixedValueFvPatchField< 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.
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 ,
const Field< Type > & 
 

Construct from patch and internal field.

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

Construct from patch, internal field and dictionary.

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

Construct by mapping given uniformFixedValueFvPatchField.

onto a new patch

uniformFixedValueFvPatchField const uniformFixedValueFvPatchField< Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.


Member Function Documentation

virtual void autoMap const fvPatchFieldMapper  )  [virtual]
 

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

Reimplemented from fvPatchField.

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

Construct and return a clone setting internal field reference.

Reimplemented from fixedValueFvPatchField.

Definition at line 119 of file uniformFixedValueFvPatchField.H.

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

Construct and return a clone.

Reimplemented from fixedValueFvPatchField.

Definition at line 103 of file uniformFixedValueFvPatchField.H.

TypeName "uniformFixedValue"   ) 
 

Runtime type information.

Type& uniformValue  )  [inline]
 

Return reference to the fluctuation scale to allow adjustment.

Definition at line 139 of file uniformFixedValueFvPatchField.H.

const Type& uniformValue  )  const [inline]
 

Return the fluctuation scale.

Definition at line 133 of file uniformFixedValueFvPatchField.H.

virtual void write Ostream  )  const [virtual]
 

Write.

Reimplemented from fixedValueFvPatchField.


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