Loading...
Searching...
No Matches
exponentialDiffusivity Class Reference

Mesh motion diffusivity maipulator which returns the exp(-alpha/D) of the given diffusivity D. More...

#include <exponentialDiffusivity.H>

Inheritance diagram for exponentialDiffusivity:
Collaboration diagram for exponentialDiffusivity:

Public Member Functions

 TypeName ("exponential")
 Runtime type information.
 exponentialDiffusivity (const fvMesh &mesh, Istream &mdData)
 Construct for the given fvMesh and data Istream.
virtual ~exponentialDiffusivity ()
 Destructor.
virtual tmp< surfaceScalarFieldoperator() () const
 Return diffusivity field.
virtual void correct ()
 Correct the motion diffusivity.
Public Member Functions inherited from motionDiffusivity
 TypeName ("motionDiffusivity")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, motionDiffusivity, Istream,(const fvMesh &mesh, Istream &mdData),(mesh, mdData))
 motionDiffusivity (const fvMesh &mesh)
 Construct for the given fvMesh.
virtual ~motionDiffusivity ()
 Destructor.
const fvMeshmesh () const
 Return reference to the mesh.

Additional Inherited Members

Static Public Member Functions inherited from motionDiffusivity
static autoPtr< motionDiffusivityNew (const fvMesh &mesh, Istream &mdData)
 Select null constructed.

Detailed Description

Mesh motion diffusivity maipulator which returns the exp(-alpha/D) of the given diffusivity D.

Source files

Definition at line 47 of file exponentialDiffusivity.H.

Constructor & Destructor Documentation

◆ exponentialDiffusivity()

exponentialDiffusivity ( const fvMesh & mesh,
Istream & mdData )

Construct for the given fvMesh and data Istream.

Definition at line 42 of file exponentialDiffusivity.C.

References motionDiffusivity::mesh(), motionDiffusivity::motionDiffusivity(), and motionDiffusivity::New().

Here is the call graph for this function:

◆ ~exponentialDiffusivity()

~exponentialDiffusivity ( )
virtual

Destructor.

Definition at line 56 of file exponentialDiffusivity.C.

Member Function Documentation

◆ TypeName()

TypeName ( "exponential" )

Runtime type information.

References motionDiffusivity::mesh().

Here is the call graph for this function:

◆ operator()()

Foam::tmp< Foam::surfaceScalarField > operator() ( ) const
virtual

Return diffusivity field.

Implements motionDiffusivity.

Definition at line 63 of file exponentialDiffusivity.C.

References Foam::exp().

Here is the call graph for this function:

◆ correct()

void correct ( )
virtual

Correct the motion diffusivity.

Implements motionDiffusivity.

Definition at line 69 of file exponentialDiffusivity.C.


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