exponentialDiffusivity Class Reference

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

Inheritance diagram for exponentialDiffusivity:
[legend]
Collaboration diagram for exponentialDiffusivity:
[legend]

Public Member Functions

 TypeName ("exponential")
 Runtime type information. More...
 
 exponentialDiffusivity (const fvMesh &mesh, Istream &mdData)
 Construct for the given fvMesh and data Istream. More...
 
virtual ~exponentialDiffusivity ()
 Destructor. More...
 
virtual tmp< surfaceScalarFieldoperator() () const
 Return diffusivity field. More...
 
virtual void correct ()
 Correct the motion diffusivity. 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 fvMeshmesh () const
 Return reference to the mesh. More...
 

Additional Inherited Members

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

Detailed Description

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

Source files

Definition at line 51 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 50 of file exponentialDiffusivity.C.

◆ ~exponentialDiffusivity()

~exponentialDiffusivity ( )
virtual

Destructor.

Definition at line 63 of file exponentialDiffusivity.C.

Member Function Documentation

◆ TypeName()

TypeName ( "exponential"  )

Runtime type information.

◆ operator()()

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

Return diffusivity field.

Implements motionDiffusivity.

Definition at line 70 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 76 of file exponentialDiffusivity.C.


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