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

fixedInternalValueFvPatchField< Type > Class Template Reference

Boundary condition providing mechanism to set boundary (cell) values directly into a matrix, i.e. to set a constraint condition. Default behaviour is to act as a zero gradient condition. More...

#include <finiteVolume/fixedInternalValueFvPatchField.H>


Detailed Description

template<class Type>
class Foam::fixedInternalValueFvPatchField< Type >

Boundary condition providing mechanism to set boundary (cell) values directly into a matrix, i.e. to set a constraint condition. Default behaviour is to act as a zero gradient condition.

Source files

Definition at line 52 of file fixedInternalValueFvPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("fixedInternalValue")
 Runtime type information.
 fixedInternalValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 fixedInternalValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 fixedInternalValueFvPatchField (const fixedInternalValueFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping the given fixedInternalValueFvPatchField<Type>
 fixedInternalValueFvPatchField (const fixedInternalValueFvPatchField< Type > &)
 Construct as copy.
virtual tmp< fvPatchField< Type > >  clone () const
 Construct and return a clone.
 fixedInternalValueFvPatchField (const fixedInternalValueFvPatchField< 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.
virtual void  manipulateMatrix (fvMatrix< Type > &matrix)
 Manipulate a matrix.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 34 of file fixedInternalValueFvPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 58 of file fixedInternalValueFvPatchField.C.

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

Construct by mapping the given fixedInternalValueFvPatchField<Type>

onto a new patch

Definition at line 45 of file fixedInternalValueFvPatchField.C.

Construct as copy.

Construct as copy setting internal field reference.


Member Function Documentation

TypeName ( "fixedInternalValue"    )

Runtime type information.

virtual tmp<fvPatchField<Type> > clone (  ) const [inline, virtual]
virtual tmp<fvPatchField<Type> > clone ( const DimensionedField< Type, volMesh > &   iF  ) const [inline, virtual]

Construct and return a clone setting internal field reference.

Reimplemented from zeroGradientFvPatchField< Type >.

Reimplemented in epsilonWallFunctionFvPatchScalarField, omegaWallFunctionFvPatchScalarField, epsilonWallFunctionFvPatchScalarField, and omegaWallFunctionFvPatchScalarField.

Definition at line 114 of file fixedInternalValueFvPatchField.H.

void manipulateMatrix ( fvMatrix< Type > &   matrix  ) [virtual]

Manipulate a matrix.

Reimplemented from fvPatchField< Type >.

Definition at line 93 of file fixedInternalValueFvPatchField.C.

References fvMatrix< Type >::setValues().


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