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

cubeRootVolDelta Class Reference

Simple cube-root of cell volume delta used in LES models. More...

#include <LESdeltas/cubeRootVolDelta.H>


Detailed Description

Simple cube-root of cell volume delta used in LES models.

Source files

Definition at line 49 of file cubeRootVolDelta.H.

Inheritance diagram for cubeRootVolDelta:
Collaboration diagram for cubeRootVolDelta:

List of all members.

Public Member Functions

 TypeName ("cubeRootVol")
 Runtime type information.
 cubeRootVolDelta (const word &name, const fvMesh &mesh, const dictionary &)
 Construct from name, mesh and IOdictionary.
virtual  ~cubeRootVolDelta ()
 Destructor.
virtual void  read (const dictionary &)
 Read the LESdelta dictionary.
virtual void  correct ()

Constructor & Destructor Documentation

cubeRootVolDelta ( const word &   name,
const fvMesh &   mesh,
const dictionary &   dd  
)

Construct from name, mesh and IOdictionary.

Definition at line 82 of file cubeRootVolDelta.C.

virtual ~cubeRootVolDelta (  ) [inline, virtual]

Destructor.

Definition at line 86 of file cubeRootVolDelta.H.


Member Function Documentation

TypeName ( "cubeRootVol"    )

Runtime type information.

void read ( const dictionary &   dd  ) [virtual]

Read the LESdelta dictionary.

Implements LESdelta.

Definition at line 97 of file cubeRootVolDelta.C.

References dictionary::lookup(), dictionary::subDict(), and Foam::type().

void correct (  ) [virtual]

Implements LESdelta.

Definition at line 104 of file cubeRootVolDelta.C.

References polyMesh::changing(), and LESdelta::mesh_.


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