FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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< surfaceScalarField >  operator() () const
 Return diffusivity field.
virtual void  correct ()
 Correct the motion diffusivity.

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: