FreeFOAM The Cross-Platform CFD Toolkit
inversePointDistanceDiffusivity Class Reference

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

#include <fvMotionSolvers/inversePointDistanceDiffusivity.H>


Detailed Description

+ Inheritance diagram for inversePointDistanceDiffusivity:
+ Collaboration diagram for inversePointDistanceDiffusivity:

List of all members.

Public Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from uniformDiffusivity
surfaceScalarField faceDiffusivity_

Constructor & Destructor Documentation

inversePointDistanceDiffusivity ( const fvMotionSolver mSolver,
Istream mdData 
)

Construct for the given fvMotionSolver and data Istream.

Definition at line 50 of file inversePointDistanceDiffusivity.C.

References correct().

Definition at line 64 of file inversePointDistanceDiffusivity.C.


Member Function Documentation

TypeName ( "inversePointDistance"  )

Runtime type information.


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