FreeFOAM The Cross-Platform CFD Toolkit
calcEk.H
Go to the documentation of this file.
1 #ifndef calcEk_H
2 #define calcEk_H
3 
5 
6 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
7 
8 namespace Foam
9 {
10 
11 class graph;
12 class Kmesh;
13 
14 graph calcEk
15 (
16  const volVectorField& U,
17  const Kmesh& K
18 );
19 
20 
21 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
22 
23 } // End namespace Foam
24 
25 #endif