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

fixedValuePointPatchField< Type > Class Template Reference

A FixedValue boundary condition for pointField. More...

#include <OpenFOAM/fixedValuePointPatchField.H>


Detailed Description

template<class Type>
class Foam::fixedValuePointPatchField< Type >

A FixedValue boundary condition for pointField.

Source files

Definition at line 50 of file fixedValuePointPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("fixedValue")
 Runtime type information.
 fixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &)
 Construct from patch and internal field.
 fixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &, const bool valueRequired=true)
 Construct from patch, internal field and dictionary.
 fixedValuePointPatchField (const fixedValuePointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &)
 Construct by mapping given patchField<Type> onto a new patch.
virtual autoPtr
< pointPatchField< Type > >  
clone () const
 Construct and return a clone.
 fixedValuePointPatchField (const fixedValuePointPatchField< 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.
virtual void  operator= (const Field< Type > &)
virtual void  operator= (const Type &)
 Assignment of all entries to the given value.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 38 of file fixedValuePointPatchField.C.

fixedValuePointPatchField ( const pointPatch &   p,
const DimensionedField< Type, pointMesh > &   iF,
const dictionary &   dict,
const bool   valueRequired = true  
)

Construct from patch, internal field and dictionary.

Definition at line 49 of file fixedValuePointPatchField.C.

fixedValuePointPatchField ( const fixedValuePointPatchField< 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 62 of file fixedValuePointPatchField.C.

fixedValuePointPatchField ( const fixedValuePointPatchField< Type > &   ptf,
const DimensionedField< Type, pointMesh > &   iF  
)

Construct as copy setting internal field reference.

Definition at line 75 of file fixedValuePointPatchField.C.


Member Function Documentation

TypeName ( "fixedValue"    )

Runtime type information.

virtual void operator= ( const Field< Type > &    ) [inline, virtual]

Reimplemented from valuePointPatchField< Type >.

Definition at line 128 of file fixedValuePointPatchField.H.

virtual void operator= ( const Type &    ) [inline, virtual]

Assignment of all entries to the given value.

Reimplemented from valuePointPatchField< Type >.

Definition at line 131 of file fixedValuePointPatchField.H.


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