|
[Sponsors] |
August 4, 2011, 11:06 |
Wrong file in motorBike tutorial?
|
#1 |
Senior Member
|
Why the motorBike tutorial (/tutorials/incompressible/simpleFoam/motorBike) has a file called omega inside the 0.org folder which object is actually epsilon?
Here the file content: Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.0.0 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object epsilon; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #include "include/initialConditions" dimensions [0 0 -1 0 0 0 0]; internalField uniform $turbulentOmega; boundaryField { #include "include/fixedInlet" outlet { type inletOutlet; inletValue $internalField; value $internalField; } lowerWall { type omegaWallFunction; } "motorBike_.*" { type omegaWallFunction; } #include "include/frontBackUpperPatches" } // ************************************************************************* // |
|
August 4, 2011, 11:58 |
|
#2 |
Member
Join Date: Nov 2009
Location: Germany
Posts: 96
Rep Power: 17 |
Hi,
the standard turbulence model in this tutorial is komegaSST. Thats why, you need the omega file. But you can of course switch to kepsilon (then you need an epsilon file).
__________________
"When I meet God, I am going to ask him two questions: Why relativity? And why turbulence? I really believe he will have an answer for the first." Werner Heisenberg
|
|
August 4, 2011, 13:05 |
|
#3 |
Senior Member
|
Thank you val;
what I was saying is that the file is called omega but the object is actually epsilon… |
|
August 4, 2011, 14:03 |
|
#4 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Copy&Paste error most probably. As far as I know that part of the file is always ignored.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh | gschaider | OpenFOAM Community Contributions | 300 | October 29, 2014 19:00 |
Installation of OpenFOAM-1.6 on Ubuntu 9.10 | marval | OpenFOAM Installation | 2 | March 17, 2010 09:33 |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |
OpenFOAM Install Script | ljsh | OpenFOAM Installation | 82 | October 12, 2009 12:47 |
DxFoam reader update | hjasak | OpenFOAM Post-Processing | 69 | April 24, 2008 02:24 |