FreeFOAM The Cross-Platform CFD Toolkit
exponentialDiffusivity Class Reference

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

#include <fvMotionSolvers/exponentialDiffusivity.H>


Detailed Description

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

Source files

Definition at line 50 of file exponentialDiffusivity.H.

+ Inheritance diagram for exponentialDiffusivity:
+ Collaboration diagram for exponentialDiffusivity:

List of all members.

Public Member Functions

 TypeName ("exponential")
 Runtime type information.
 exponentialDiffusivity (const fvMotionSolver &mSolver, Istream &mdData)
 Construct for the given fvMotionSolver and data Istream.
virtual ~exponentialDiffusivity ()
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 fvMotionSolver &mSolver, Istream &mdData),(mSolver, mdData))
 motionDiffusivity (const fvMotionSolver &mSolver)
 Construct for the given fvMotionSolver.
virtual ~motionDiffusivity ()
const fvMotionSolvermSolver () const
 Return reference to the motion solver.

Additional Inherited Members

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

Constructor & Destructor Documentation

exponentialDiffusivity ( const fvMotionSolver mSolver,
Istream mdData 
)

Construct for the given fvMotionSolver and data Istream.

Definition at line 48 of file exponentialDiffusivity.C.

~exponentialDiffusivity ( )
virtual

Definition at line 61 of file exponentialDiffusivity.C.


Member Function Documentation

TypeName ( "exponential"  )

Runtime type information.

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

Return diffusivity field.

Implements motionDiffusivity.

Definition at line 68 of file exponentialDiffusivity.C.

References Foam::exp().

void correct ( )
virtual

Correct the motion diffusivity.

Implements motionDiffusivity.

Definition at line 74 of file exponentialDiffusivity.C.


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