Loading...
Searching...
No Matches
calcEk.H
Go to the documentation of this file.
1#ifndef calcEk_H
2#define calcEk_H
3
4#include "volFieldsFwd.H"
5
6// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
7
8namespace Foam
9{
10
11class graph;
12class Kmesh;
13
15(
16 const volVectorField& U,
17 const Kmesh& K
18);
19
20
21// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
22
23} // End namespace Foam
24
25#endif
CGAL::Exact_predicates_exact_constructions_kernel K
Calculate the wavenumber vector field corresponding to the space vector field of a finite volume mesh...
Definition Kmesh.H:50
Class to create, store and output qgraph files.
Definition graph.H:56
U
Definition pEqn.H:72
Namespace for OpenFOAM.
GeometricField< vector, fvPatchField, volMesh > volVectorField
graph calcEk(const volVectorField &U, const Kmesh &K)
Definition calcEk.C:27
Forwards and collection of common volume field types.