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

MotionDirectional finite volume mesh motion diffusivity. More...

Inheritance diagram for motionDirectionalDiffusivity:
Inheritance graph
[legend]
Collaboration diagram for motionDirectionalDiffusivity:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("motionDirectional")
 Runtime type information. More...
 
 motionDirectionalDiffusivity (const fvMesh &mesh, Istream &mdData)
 Construct for the given fvMesh and data Istream. More...
 
virtual ~motionDirectionalDiffusivity ()
 Destructor. More...
 
virtual void correct ()
 Correct the motion diffusivity. More...
 
- Public Member Functions inherited from uniformDiffusivity
 TypeName ("uniform")
 Runtime type information. More...
 
 uniformDiffusivity (const fvMesh &mesh, Istream &mdData)
 Construct for the given fvMesh and data Istream. More...
 
virtual ~uniformDiffusivity ()
 Destructor. More...
 
virtual tmp< surfaceScalarFieldoperator() () const
 Return diffusivity field. 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

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

Private Attributes

vector diffusivityVector_
 

Additional Inherited Members

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

Detailed Description

MotionDirectional finite volume mesh motion diffusivity.

Source files

Definition at line 48 of file motionDirectionalDiffusivity.H.

Constructor & Destructor Documentation

◆ motionDirectionalDiffusivity() [1/2]

Disallow default bitwise copy construct.

◆ motionDirectionalDiffusivity() [2/2]

motionDirectionalDiffusivity ( const fvMesh mesh,
Istream mdData 
)

Construct for the given fvMesh and data Istream.

Definition at line 50 of file motionDirectionalDiffusivity.C.

◆ ~motionDirectionalDiffusivity()

Destructor.

Definition at line 62 of file motionDirectionalDiffusivity.C.

Member Function Documentation

◆ operator=()

void operator= ( const motionDirectionalDiffusivity )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "motionDirectional"  )

Runtime type information.

◆ correct()

void correct ( )
virtual

Correct the motion diffusivity.

Reimplemented from uniformDiffusivity.

Definition at line 68 of file motionDirectionalDiffusivity.C.

References Foam::cmptMultiply(), correct(), Foam::dimVelocity, Foam::fvc::interpolate(), objectRegistry::lookupObject(), Foam::mag(), mesh, n, Vector< scalar >::one, Foam::solve(), and timeName.

Here is the call graph for this function:

Field Documentation

◆ diffusivityVector_

vector diffusivityVector_
private

Definition at line 54 of file motionDirectionalDiffusivity.H.


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