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

fixedValueFvPatchField< Type > Class Template Reference

Foam::fixedValueFvPatchField. More...

#include <finiteVolume/fixedValueFvPatchField.H>


Detailed Description

template<class Type>
class Foam::fixedValueFvPatchField< Type >

Foam::fixedValueFvPatchField.

Source files

Definition at line 50 of file fixedValueFvPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("fixedValue")
 Runtime type information.
 fixedValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 fixedValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 fixedValueFvPatchField (const fixedValueFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping the given fixedValueFvPatchField<Type>
 fixedValueFvPatchField (const fixedValueFvPatchField< Type > &)
 Construct as copy.
virtual tmp< fvPatchField< Type > >  clone () const
 Construct and return a clone.
 fixedValueFvPatchField (const fixedValueFvPatchField< 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 bool  fixesValue () const
 Return true if this patch field fixes a value.
virtual tmp< Field< Type > >  valueInternalCoeffs (const tmp< scalarField > &) const
 Return the matrix diagonal coefficients corresponding to the.
virtual tmp< Field< Type > >  valueBoundaryCoeffs (const tmp< scalarField > &) const
 Return the matrix source coefficients corresponding to the.
virtual tmp< Field< Type > >  gradientInternalCoeffs () const
 Return the matrix diagonal coefficients corresponding to the.
virtual tmp< Field< Type > >  gradientBoundaryCoeffs () const
 Return the matrix source coefficients corresponding to the.
virtual void  write (Ostream &) const
 Write.
virtual void  operator= (const UList< Type > &)
 Assignment from UList operator. Takes linear time.
virtual void  operator= (const fvPatchField< Type > &)
virtual void  operator+= (const fvPatchField< Type > &)
virtual void  operator-= (const fvPatchField< Type > &)
virtual void  operator*= (const fvPatchField< scalar > &)
virtual void  operator/= (const fvPatchField< scalar > &)
virtual void  operator+= (const Field< Type > &)
virtual void  operator-= (const Field< Type > &)
virtual void  operator*= (const Field< scalar > &)
virtual void  operator/= (const Field< scalar > &)
virtual void  operator= (const Type &)
 Assignment of all entries to the given value.
virtual void  operator+= (const Type &)
virtual void  operator-= (const Type &)
virtual void  operator*= (const scalar)
virtual void  operator/= (const scalar)

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 37 of file fixedValueFvPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 48 of file fixedValueFvPatchField.C.

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

Construct by mapping the given fixedValueFvPatchField<Type>

onto a new patch

Definition at line 60 of file fixedValueFvPatchField.C.

fixedValueFvPatchField ( const fixedValueFvPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 73 of file fixedValueFvPatchField.C.

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

Construct as copy setting internal field reference.

Definition at line 83 of file fixedValueFvPatchField.C.


Member Function Documentation

TypeName ( "fixedValue"    )

Runtime type information.

virtual bool fixesValue (  ) const [inline, virtual]

Return true if this patch field fixes a value.

Needed to check if a level has to be specified while solving Poissons equations.

Reimplemented from fvPatchField< Type >.

Definition at line 130 of file fixedValueFvPatchField.H.

tmp< Field< Type > > valueInternalCoeffs ( const tmp< scalarField > &    ) const [virtual]

Return the matrix diagonal coefficients corresponding to the.

evaluation of the value of this patchField with given weights

Reimplemented from fvPatchField< Type >.

Definition at line 96 of file fixedValueFvPatchField.C.

tmp< Field< Type > > valueBoundaryCoeffs ( const tmp< scalarField > &    ) const [virtual]

Return the matrix source coefficients corresponding to the.

evaluation of the value of this patchField with given weights

Reimplemented from fvPatchField< Type >.

Definition at line 109 of file fixedValueFvPatchField.C.

tmp< Field< Type > > gradientInternalCoeffs (  ) const [virtual]

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField< Type >.

Definition at line 118 of file fixedValueFvPatchField.C.

tmp< Field< Type > > gradientBoundaryCoeffs (  ) const [virtual]

Return the matrix source coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField< Type >.

Definition at line 125 of file fixedValueFvPatchField.C.

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

Assignment from UList operator. Takes linear time.

Reimplemented from fvPatchField< Type >.

Definition at line 167 of file fixedValueFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 169 of file fixedValueFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 170 of file fixedValueFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 171 of file fixedValueFvPatchField.H.

virtual void operator*= ( const fvPatchField< scalar > &    ) [inline, virtual]

Reimplemented from fvPatchField< Type >.

Definition at line 172 of file fixedValueFvPatchField.H.

virtual void operator/= ( const fvPatchField< scalar > &    ) [inline, virtual]

Reimplemented from fvPatchField< Type >.

Definition at line 173 of file fixedValueFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 175 of file fixedValueFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 176 of file fixedValueFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 178 of file fixedValueFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 179 of file fixedValueFvPatchField.H.

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

Assignment of all entries to the given value.

Reimplemented from fvPatchField< Type >.

Definition at line 181 of file fixedValueFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 182 of file fixedValueFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 183 of file fixedValueFvPatchField.H.

virtual void operator*= ( const   scalar  ) [inline, virtual]

Reimplemented from fvPatchField< Type >.

Definition at line 184 of file fixedValueFvPatchField.H.

virtual void operator/= ( const   scalar  ) [inline, virtual]

Reimplemented from fvPatchField< Type >.

Definition at line 185 of file fixedValueFvPatchField.H.


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