Inverse distance to the given patches motion diffusivity. More...
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... | |
![]() | |
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< surfaceScalarField > | operator() () const |
Return diffusivity field. More... | |
![]() | |
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 fvMesh & | mesh () 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 autoPtr< motionDiffusivity > | New (const fvMesh &mesh, Istream &mdData) |
Select null constructed. More... | |
![]() | |
surfaceScalarField | faceDiffusivity_ |
Inverse distance to the given patches motion diffusivity.
Definition at line 48 of file inversePointDistanceDiffusivity.H.
|
private |
Disallow default bitwise copy construct.
inversePointDistanceDiffusivity | ( | const fvMesh & | mesh, |
Istream & | mdData | ||
) |
Construct for the given fvMesh and data Istream.
Definition at line 50 of file inversePointDistanceDiffusivity.C.
References correct().
|
virtual |
Destructor.
Definition at line 64 of file inversePointDistanceDiffusivity.C.
|
private |
Disallow default bitwise assignment.
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(), f(), fvPatch::faceCells(), polyMesh::faces(), forAll, forAllConstIter(), HashTable::found(), HashSet< Key, Hash >::insert(), mesh, PrimitivePatch< Face, FaceList, PointField, PointType >::meshPoints(), primitiveMesh::nInternalFaces(), nPoints, fvsPatchField::patch(), polyBoundaryMesh::patchSet(), points, List::setSize(), List::size(), HashTable::size(), Foam::sqrt(), and fvPatch::start().
|
private |
Patches selected to base the distance on.
Definition at line 55 of file inversePointDistanceDiffusivity.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.