Public Member Functions | Private Member Functions | Private Attributes
inversePointDistanceDiffusivity Class Reference

Inverse distance to the given patches motion diffusivity. More...

Inheritance diagram for inversePointDistanceDiffusivity:
Inheritance graph
[legend]
Collaboration diagram for inversePointDistanceDiffusivity:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("inversePointDistance")
 Runtime type information. More...
 
 inversePointDistanceDiffusivity (const fvMesh &mesh, Istream &mdData)
 Construct for the given fvMesh and data Istream. More...
 
virtual ~inversePointDistanceDiffusivity ()
 Destructor. More...
 
virtual void correct ()
 Correct the motion diffusivity. More...
 
- Public Member Functions inherited from uniformDiffusivity
 TypeName ("uniform")
 Runtime type information. More...
 
 uniformDiffusivity (const fvMesh &mesh, Istream &mdData)
 Construct for the given fvMesh and data Istream. More...
 
virtual ~uniformDiffusivity ()
 Destructor. More...
 
virtual tmp< surfaceScalarFieldoperator() () const
 Return diffusivity field. More...
 
- Public Member Functions inherited from motionDiffusivity
 TypeName ("motionDiffusivity")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, motionDiffusivity, Istream,(const fvMesh &mesh, Istream &mdData),(mesh, mdData))
 
 motionDiffusivity (const fvMesh &mesh)
 Construct for the given fvMesh. More...
 
virtual ~motionDiffusivity ()
 Destructor. More...
 
const fvMeshmesh () const
 Return reference to the mesh. More...
 

Private Member Functions

 inversePointDistanceDiffusivity (const inversePointDistanceDiffusivity &)
 Disallow default bitwise copy construct. More...
 
void operator= (const inversePointDistanceDiffusivity &)
 Disallow default bitwise assignment. More...
 

Private Attributes

wordReList patchNames_
 Patches selected to base the distance on. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from motionDiffusivity
static autoPtr< motionDiffusivityNew (const fvMesh &mesh, Istream &mdData)
 Select null constructed. More...
 
- Protected Attributes inherited from uniformDiffusivity
surfaceScalarField faceDiffusivity_
 

Detailed Description

Inverse distance to the given patches motion diffusivity.

Source files

Definition at line 48 of file inversePointDistanceDiffusivity.H.

Constructor & Destructor Documentation

◆ inversePointDistanceDiffusivity() [1/2]

Disallow default bitwise copy construct.

◆ inversePointDistanceDiffusivity() [2/2]

inversePointDistanceDiffusivity ( const fvMesh mesh,
Istream mdData 
)

Construct for the given fvMesh and data Istream.

Definition at line 50 of file inversePointDistanceDiffusivity.C.

References correct().

Here is the call graph for this function:

◆ ~inversePointDistanceDiffusivity()

Destructor.

Definition at line 64 of file inversePointDistanceDiffusivity.C.

Member Function Documentation

◆ operator=()

void operator= ( const inversePointDistanceDiffusivity )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "inversePointDistance"  )

Runtime type information.

◆ correct()

void correct ( )
virtual

Field Documentation

◆ patchNames_

wordReList patchNames_
private

Patches selected to base the distance on.

Definition at line 55 of file inversePointDistanceDiffusivity.H.


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