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

timeVaryingUniformFixedValuePointPatchField< Type > Class Template Reference

A time-varying form of a uniform fixed value boundary condition. More...

#include <OpenFOAM/timeVaryingUniformFixedValuePointPatchField.H>


Detailed Description

template<class Type>
class Foam::timeVaryingUniformFixedValuePointPatchField< Type >

A time-varying form of a uniform fixed value boundary condition.

See also:
Foam::timeVaryingUniformFixedValueFvField
Source files

Definition at line 54 of file timeVaryingUniformFixedValuePointPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("timeVaryingUniformFixedValue")
 Runtime type information.
 timeVaryingUniformFixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &)
 Construct from patch and internal field.
 timeVaryingUniformFixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 timeVaryingUniformFixedValuePointPatchField (const timeVaryingUniformFixedValuePointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &)
 Construct by mapping given patch field onto a new patch.
 timeVaryingUniformFixedValuePointPatchField (const timeVaryingUniformFixedValuePointPatchField< Type > &)
 Construct as copy.
virtual autoPtr
< pointPatchField< Type > >  
clone () const
 Construct and return a clone.
 timeVaryingUniformFixedValuePointPatchField (const timeVaryingUniformFixedValuePointPatchField< 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 interpolationTable< Type > &  timeSeries () const
 Return the time series used.
virtual void  updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

Construct from patch and internal field.

Definition at line 36 of file timeVaryingUniformFixedValuePointPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 65 of file timeVaryingUniformFixedValuePointPatchField.C.

Construct by mapping given patch field onto a new patch.

Definition at line 49 of file timeVaryingUniformFixedValuePointPatchField.C.

Construct as copy setting internal field reference.

Definition at line 95 of file timeVaryingUniformFixedValuePointPatchField.C.


Member Function Documentation

TypeName ( "timeVaryingUniformFixedValue"    )

Runtime type information.

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

Construct and return a clone.

Reimplemented from fixedValuePointPatchField< Type >.

Definition at line 103 of file timeVaryingUniformFixedValuePointPatchField.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 120 of file timeVaryingUniformFixedValuePointPatchField.H.

const interpolationTable<Type>& timeSeries (  ) const [inline]

Return the time series used.

Definition at line 136 of file timeVaryingUniformFixedValuePointPatchField.H.

void updateCoeffs (  ) [virtual]

Update the coefficients associated with the patch field.

Reimplemented from valuePointPatchField< Type >.

Definition at line 108 of file timeVaryingUniformFixedValuePointPatchField.C.

References Foam::operator==().

void write ( Ostream &   os  ) const [virtual]

Write.

Reimplemented from valuePointPatchField< Type >.

Definition at line 121 of file timeVaryingUniformFixedValuePointPatchField.C.


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