inversePointDistanceDiffusivity Class Reference

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

Inheritance diagram for inversePointDistanceDiffusivity:
Collaboration diagram for inversePointDistanceDiffusivity:

Public Member Functions

 TypeName ("inversePointDistance")
 Runtime type information. More...
 
 inversePointDistanceDiffusivity (const fvMesh &mesh, Istream &mdData)
 Construct for the given fvMesh and data Istream. More...
 
 inversePointDistanceDiffusivity (const inversePointDistanceDiffusivity &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~inversePointDistanceDiffusivity ()
 Destructor. More...
 
void operator= (const inversePointDistanceDiffusivity &)=delete
 Disallow default bitwise assignment. 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...
 
virtual void correct ()
 Correct the motion diffusivity. More...
 

Additional Inherited Members

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

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]

inversePointDistanceDiffusivity ( const fvMesh mesh,
Istream mdData 
)

Construct for the given fvMesh and data Istream.

Definition at line 50 of file inversePointDistanceDiffusivity.C.

◆ inversePointDistanceDiffusivity() [2/2]

Disallow default bitwise copy construction.

◆ ~inversePointDistanceDiffusivity()

Destructor.

Definition at line 63 of file inversePointDistanceDiffusivity.C.

Member Function Documentation

◆ TypeName()

TypeName ( "inversePointDistance"  )

Runtime type information.

◆ operator=()

void operator= ( const inversePointDistanceDiffusivity )
delete

Disallow default bitwise assignment.

◆ operator()()


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