Public Member Functions | Private Member Functions | Private Attributes
exponentialDiffusivity Class Reference

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

Inheritance diagram for exponentialDiffusivity:
Inheritance graph
[legend]
Collaboration diagram for exponentialDiffusivity:
Collaboration graph
[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...
 

Private Member Functions

 exponentialDiffusivity (const exponentialDiffusivity &)
 Disallow default bitwise copy construct. More...
 
void operator= (const exponentialDiffusivity &)
 Disallow default bitwise assignment. More...
 

Private Attributes

scalar alpha_
 
autoPtr< motionDiffusivitybasicDiffusivityPtr_
 

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 49 of file exponentialDiffusivity.H.

Constructor & Destructor Documentation

◆ exponentialDiffusivity() [1/2]

Disallow default bitwise copy construct.

◆ exponentialDiffusivity() [2/2]

exponentialDiffusivity ( const fvMesh mesh,
Istream mdData 
)

Construct for the given fvMesh and data Istream.

Definition at line 48 of file exponentialDiffusivity.C.

◆ ~exponentialDiffusivity()

~exponentialDiffusivity ( )
virtual

Destructor.

Definition at line 61 of file exponentialDiffusivity.C.

Member Function Documentation

◆ operator=()

void operator= ( const exponentialDiffusivity )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "exponential"  )

Runtime type information.

◆ operator()()

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

Return diffusivity field.

Implements motionDiffusivity.

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

Field Documentation

◆ alpha_

scalar alpha_
private

Definition at line 55 of file exponentialDiffusivity.H.

◆ basicDiffusivityPtr_

autoPtr<motionDiffusivity> basicDiffusivityPtr_
private

Definition at line 56 of file exponentialDiffusivity.H.


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