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

calcEk.H

Go to the documentation of this file.
00001 #ifndef calcEk_H
00002 #define calcEk_H
00003 
00004 #include <finiteVolume/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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines