OpenFOAM logo
Open Source CFD Toolkit

calcEk.H

Go to the documentation of this file.
00001 #ifndef calcEk_H
00002 #define calcEk_H
00003 
00004 #include "volFieldsFwd.H"
00005 
00006 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
00007 
00008 namespace Foam
00009 {
00010 
00011 class graph;
00012 class Kmesh;
00013 
00014 graph calcEk
00015 (
00016     const volVectorField& U,
00017     const Kmesh& K
00018 );
00019 
00020 
00021 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
00022 
00023 } // End namespace Foam
00024 
00025 #endif
For further information go to www.openfoam.org