31 lines
986 B
C++
31 lines
986 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
|
| \\ / O peration | Version: 1.6-ext |
|
|
| \\ / A nd | Web: www.extend-project.de |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object foamDataToFluentDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
p 1;
|
|
|
|
U 2;
|
|
|
|
T 3;
|
|
|
|
h 4;
|
|
|
|
k 5;
|
|
|
|
epsilon 6;
|
|
|
|
gamma 150;
|
|
|
|
// ************************************************************************* //
|