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

maxhxhyhzDelta Class Reference

maxhxhyhzDelta takes the maximum of the three dimensions per cell: max(hx, hy, hz). Valid for structures hexahedral cells only. More...

#include <LESdeltas/maxhxhyhzDelta.H>


Detailed Description

maxhxhyhzDelta takes the maximum of the three dimensions per cell: max(hx, hy, hz). Valid for structures hexahedral cells only.

Source files

Definition at line 51 of file maxhxhyhzDelta.H.

Inheritance diagram for maxhxhyhzDelta:
Collaboration diagram for maxhxhyhzDelta:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

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

Construct from name, mesh and IOdictionary.

Definition at line 107 of file maxhxhyhzDelta.C.

virtual ~maxhxhyhzDelta (  ) [inline, virtual]

Destructor.

Definition at line 88 of file maxhxhyhzDelta.H.


Member Function Documentation

TypeName ( "maxhxhyhzDelta"    )

Runtime type information.

void read ( const dictionary &   dd  ) [virtual]

Read the LESdelta dictionary.

Implements LESdelta.

Definition at line 122 of file maxhxhyhzDelta.C.

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

void correct (  ) [virtual]

Implements LESdelta.

Definition at line 129 of file maxhxhyhzDelta.C.

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


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