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

fixedNormalSlipFvPatchField< Type > Class Template Reference

Foam::fixedNormalSlipFvPatchField. More...

#include <finiteVolume/fixedNormalSlipFvPatchField.H>


Detailed Description

template<class Type>
class Foam::fixedNormalSlipFvPatchField< Type >

Foam::fixedNormalSlipFvPatchField.

Source files

Definition at line 50 of file fixedNormalSlipFvPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("fixedNormalSlip")
 Runtime type information.
 fixedNormalSlipFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 fixedNormalSlipFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 fixedNormalSlipFvPatchField (const fixedNormalSlipFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given fixedNormalSlipFvPatchField.
 fixedNormalSlipFvPatchField (const fixedNormalSlipFvPatchField< Type > &)
 Construct as copy.
virtual tmp< fvPatchField< Type > >  clone () const
 Construct and return a clone.
 fixedNormalSlipFvPatchField (const fixedNormalSlipFvPatchField< 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  autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
virtual void  rmap (const fvPatchField< Type > &, const labelList &)
 Reverse map the given fvPatchField onto this fvPatchField.
virtual Field< Type > &  fixedValue ()
virtual const Field< Type > &  fixedValue () const
virtual tmp< Field< Type > >  snGrad () const
 Return gradient at boundary.
virtual void  evaluate (const Pstream::commsTypes commsType=Pstream::blocking)
 Evaluate the patch field.
virtual tmp< Field< Type > >  snGradTransformDiag () const
 Return face-gradient transform diagonal.
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

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

Construct from patch and internal field.

Definition at line 38 of file fixedNormalSlipFvPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 64 of file fixedNormalSlipFvPatchField.C.

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

Construct by mapping given fixedNormalSlipFvPatchField.

onto a new patch

Definition at line 50 of file fixedNormalSlipFvPatchField.C.

Construct as copy.

Definition at line 79 of file fixedNormalSlipFvPatchField.C.

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

Construct as copy setting internal field reference.

Definition at line 90 of file fixedNormalSlipFvPatchField.C.


Member Function Documentation

TypeName ( "fixedNormalSlip"    )

Runtime type information.

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

Construct and return a clone.

Implements transformFvPatchField< Type >.

Definition at line 100 of file fixedNormalSlipFvPatchField.H.

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

Construct and return a clone setting internal field reference.

Implements transformFvPatchField< Type >.

Definition at line 117 of file fixedNormalSlipFvPatchField.H.

void autoMap ( const fvPatchFieldMapper &   m  ) [virtual]

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

Reimplemented from fvPatchField< Type >.

Definition at line 104 of file fixedNormalSlipFvPatchField.C.

References fvPatchField< Type >::autoMap().

void rmap ( const fvPatchField< Type > &   ptf,
const labelList &   addr  
) [virtual]
virtual Field<Type>& fixedValue (  ) [inline, virtual]

Definition at line 148 of file fixedNormalSlipFvPatchField.H.

virtual const Field<Type>& fixedValue (  ) const [inline, virtual]

Definition at line 153 of file fixedNormalSlipFvPatchField.H.

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

Return gradient at boundary.

Implements transformFvPatchField< Type >.

Definition at line 130 of file fixedNormalSlipFvPatchField.C.

References Foam::I, Foam::sqr(), and Foam::transform().

void evaluate ( const Pstream::commsTypes   commsType = Pstream::blocking  ) [virtual]

Evaluate the patch field.

Reimplemented from fvPatchField< Type >.

Definition at line 143 of file fixedNormalSlipFvPatchField.C.

References fvPatchField< Type >::evaluate(), Foam::I, Foam::sqr(), and Foam::transform().

tmp< Field< Type > > snGradTransformDiag (  ) const [virtual]
void write ( Ostream &   os  ) const [virtual]

Write.

Reimplemented from fvPatchField< Type >.

Definition at line 177 of file fixedNormalSlipFvPatchField.C.

References fvPatchField< Type >::write().

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

Assignment from UList operator. Takes linear time.

Reimplemented from fvPatchField< Type >.

Definition at line 180 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from transformFvPatchField< Type >.

Definition at line 182 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 183 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 184 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 185 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 186 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 188 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 189 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 191 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 192 of file fixedNormalSlipFvPatchField.H.

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

Assignment of all entries to the given value.

Reimplemented from fvPatchField< Type >.

Definition at line 194 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 195 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 196 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 197 of file fixedNormalSlipFvPatchField.H.

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

Reimplemented from fvPatchField< Type >.

Definition at line 198 of file fixedNormalSlipFvPatchField.H.


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