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


Public Member Functions | |
| TypeName ("inverseFaceDistance") | |
| Runtime type information. More... | |
| inverseFaceDistanceDiffusivity (const fvMesh &mesh, Istream &mdData) | |
| Construct for the given fvMesh and data Istream. More... | |
| virtual | ~inverseFaceDistanceDiffusivity () |
| 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< surfaceScalarField > | operator() () 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 fvMesh & | mesh () const |
| Return reference to the mesh. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from motionDiffusivity | |
| static autoPtr< motionDiffusivity > | New (const fvMesh &mesh, Istream &mdData) |
| Select null constructed. More... | |
Protected Attributes inherited from uniformDiffusivity | |
| surfaceScalarField | faceDiffusivity_ |
Inverse distance to the given patches motion diffusivity.
Definition at line 48 of file inverseFaceDistanceDiffusivity.H.
| inverseFaceDistanceDiffusivity | ( | const fvMesh & | mesh, |
| Istream & | mdData | ||
| ) |
Construct for the given fvMesh and data Istream.
Definition at line 50 of file inverseFaceDistanceDiffusivity.C.
References correct.
|
virtual |
Destructor.
Definition at line 64 of file inverseFaceDistanceDiffusivity.C.
| TypeName | ( | "inverseFaceDistance" | ) |
Runtime type information.
|
virtual |
Correct the motion diffusivity.
Reimplemented from uniformDiffusivity.
Definition at line 70 of file inverseFaceDistanceDiffusivity.C.
References MeshWave< Type, TrackingData >::allCellInfo(), MeshWave< Type, TrackingData >::allFaceInfo(), polyMesh::boundaryMesh(), fvPatch::faceCells(), polyPatch::faceCentres(), polyBoundaryMesh::findPatchID(), forAll, forAllConstIter(), mesh, primitiveMesh::nInternalFaces(), fvsPatchField< Type >::patch(), patchi, List< T >::setSize(), UPtrList< T >::size(), Foam::sqrt(), fvPatch::start(), and polyPatch::start().

1.8.13