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... | |
| inverseFaceDistanceDiffusivity (const inverseFaceDistanceDiffusivity &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~inverseFaceDistanceDiffusivity () |
| Destructor. More... | |
| void | operator= (const inverseFaceDistanceDiffusivity &)=delete |
| Disallow default bitwise assignment. 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... | |
| virtual void | correct () |
| Correct the motion diffusivity. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from motionDiffusivity | |
| static autoPtr< motionDiffusivity > | New (const fvMesh &mesh, Istream &mdData) |
| Select null constructed. More... | |
Inverse distance to the given patches motion diffusivity.
Definition at line 49 of file inverseFaceDistanceDiffusivity.H.
| inverseFaceDistanceDiffusivity | ( | const fvMesh & | mesh, |
| Istream & | mdData | ||
| ) |
Construct for the given fvMesh and data Istream.
Definition at line 48 of file inverseFaceDistanceDiffusivity.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 61 of file inverseFaceDistanceDiffusivity.C.
| TypeName | ( | "inverseFaceDistance" | ) |
Runtime type information.
|
delete |
Disallow default bitwise assignment.
|
virtual |
Return diffusivity field.
Implements motionDiffusivity.
Definition at line 68 of file inverseFaceDistanceDiffusivity.C.
References fvMesh::boundary(), Foam::saturationModels::C, Foam::fvPatchDistWave::calculate(), Foam::dimless, forAll, forAllConstIter, Foam::mag(), mesh, Foam::name(), GeometricField< Type, GeoMesh, PrimitiveField >::New(), patchi, and y.
