Inverse distance to the given patches motion diffusivity. More...
#include <fvMotionSolvers/inversePointDistanceDiffusivity.H>
Inverse distance to the given patches motion diffusivity.
Definition at line 49 of file inversePointDistanceDiffusivity.H.
Inheritance diagram for inversePointDistanceDiffusivity:
Collaboration diagram for inversePointDistanceDiffusivity: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< surfaceScalarField > | operator() () 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 fvMotionSolver & | mSolver () const |
| Return reference to the motion solver. | |
Additional Inherited Members | |
Protected Attributes inherited from uniformDiffusivity | |
| surfaceScalarField | faceDiffusivity_ |
| inversePointDistanceDiffusivity | ( | const fvMotionSolver & | mSolver, |
| Istream & | mdData | ||
| ) |
Construct for the given fvMotionSolver and data Istream.
Definition at line 50 of file inversePointDistanceDiffusivity.C.
References correct().
|
virtual |
Definition at line 64 of file inversePointDistanceDiffusivity.C.
| TypeName | ( | "inversePointDistance" | ) |
Runtime type information.
|
virtual |
Correct the motion diffusivity.
Reimplemented from uniformDiffusivity.
Definition at line 70 of file inversePointDistanceDiffusivity.C.
References polyMesh::boundaryMesh(), primitiveMesh::cells(), dist, f(), fvPatch::faceCells(), polyMesh::faces(), polyBoundaryMesh::findPatchID(), forAll, forAllConstIter, polyMesh::globalData(), mesh, fvMotionSolver::mesh(), PrimitivePatch< Face, FaceList, PointField, PointType >::meshPoints(), primitiveMesh::nEdges(), primitiveMesh::nInternalFaces(), primitiveMesh::nPoints(), globalMeshData::nTotalPoints(), fvPatch::patch(), fvsPatchField< Type >::patch(), polyMesh::points(), List< T >::setSize(), List< T >::size(), PtrList< T >::size(), Foam::sqrt(), and polyPatch::start().