CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Dummy turbulence model for OpenFoam 3 Simple FOAM

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By vabishek

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 7, 2016, 11:27
Default Dummy turbulence model for OpenFoam 3 Simple FOAM
  #1
Member
 
1214
Join Date: Sep 2015
Posts: 30
Rep Power: 10
nusivares is on a distinguished road
Hi all,

So, I have upgraded my OpenFOAM to 3.0.0 and I cannot find any way how to set the dummy turbulent model whilst using the simple loop (using one of the heat transfer apps). Any ideas how to do it? Current turbulenceProperties file is as:

Quote:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

simulationType laminar;

RAS
{
// Tested with kEpsilon, realizableKE, kOmega, kOmegaSST, v2f,
// ShihQuadraticKE, LienCubicKE.
RASModel laminar;

turbulence on;

printCoeffs on;
}

// ************************************************** *********************** //
All I am getting is a big fat error.
nusivares is offline   Reply With Quote

Old   January 28, 2016, 12:39
Default
  #2
Senior Member
 
Mojtaba.a's Avatar
 
Mojtaba Amiraslanpour
Join Date: Jun 2011
Location: Tampa, US
Posts: 308
Rep Power: 15
Mojtaba.a is on a distinguished road
Send a message via Skype™ to Mojtaba.a
This is what I'm searching, too.
Why there is no laminar dummy model!?

It doesn't even react to elimination of the "simulationType" keyword.
__________________
Learn OpenFOAM in Persian
SFO (StarCCM+ FLUENT OpenFOAM) Project Team Member
Complex Heat & Flow Simulation Research Group
If you can't explain it simply, you don't understand it well enough. "Richard Feynman"
Mojtaba.a is offline   Reply With Quote

Old   January 29, 2016, 09:02
Default
  #3
Member
 
VA
Join Date: Mar 2015
Location: ON, Canada
Posts: 30
Rep Power: 11
vabishek is on a distinguished road
I believe it was a bug in the code that was causing this issue. I had reported it, and it was fixed in OpenFOAM-3.0.x. You may have to download 3.0.x version or fix the bug in the current 3.0.0 version. It is a simple fix anyway.

http://www.openfoam.org/mantisbt/view.php?id=1951
lav likes this.
vabishek is offline   Reply With Quote

Old   March 10, 2016, 22:28
Default
  #4
lav
New Member
 
Lavanya
Join Date: Mar 2015
Posts: 5
Rep Power: 11
lav is on a distinguished road
In the new version openfoam3.0.1, I tried,

simulationType RAS;
RAS
{
RASModel laminar;
turbulence on;
printCoeffs on;
}

but its not working. Instead, " simulationType laminar; " is working !!!!

Thank you
lav is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Other] mesh airfoil NACA0012 anand_30 OpenFOAM Meshing & Mesh Conversion 13 March 7, 2022 17:22
[Commercial meshers] Using starToFoam clo OpenFOAM Meshing & Mesh Conversion 33 September 26, 2012 04:04
SIMPLE algorithm and k-eps turbulence model zqnwpu Main CFD Forum 11 May 28, 2012 04:08
question about turbulence model selection and sensitivity karananand Main CFD Forum 1 February 26, 2010 04:41
[Other] StarToFoam error Kart OpenFOAM Meshing & Mesh Conversion 1 February 4, 2010 04:38


All times are GMT -4. The time now is 16:49.