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

laminar compressible solver for rhoCentralFoam (OF-2.0.x)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 4, 2011, 14:05
Unhappy laminar compressible solver for rhoCentralFoam (OF-2.0.x)
  #1
New Member
 
rajesh ranjan
Join Date: Dec 2011
Posts: 1
Rep Power: 0
turbulentwakes is on a distinguished road
Hi,

I've installed OpenFOAM-2.0.1 few days back and started using it. In all the tutorials for rhoCentralFoam, I see mu =0 in thermophysical properties. If I want to change it's value for laminar case, it returns error like this

----------------------------------------------------------------------------------------
--> FOAM FATAL IO ERROR:
keyword e is undefined in dictionary "/home/rajesh/OpenFOAM/rajesh-2.0.1/run/tutorials/compressible/rhoCentralFoam/forwardStep/system/fvSolution::solvers"

file: /home/rajesh/OpenFOAM/rajesh-2.0.1/run/tutorials/compressible/rhoCentralFoam/forwardStep/system/fvSolution::solvers from line 22 to line 38.

From function dictionary::subDict(const word& keyword) const
in file db/dictionary/dictionary.C at line 461.

FOAM exiting
---------------------------------------------------------------------------------------

I don't understand how to proceed, can somebody help? Also in programmers guide I see mention of a tutorial with non-zero mu for forward step case (sonicFoam case), but I don't see the same in the installed folder. Also, could somebody give some reference where laminar/turbulent cases at high reynolds no. have been solved using rhoCentralFoam.
turbulentwakes is offline   Reply With Quote

Old   February 24, 2012, 01:22
Default
  #2
Member
 
Alexander
Join Date: Mar 2009
Posts: 49
Rep Power: 17
sahas is on a distinguished road
You should specify solver for e in fvSolution.
For example, instead of
Code:
   U
    {
        solver          smoothSolver;
        smoother        GaussSeidel;
        nSweeps         2;
        tolerance       1e-09;
        relTol          0.01;
    }
in forwardStep tutorial use
Code:
   "(U|e)"
    {
        solver          smoothSolver;
        smoother        GaussSeidel;
        nSweeps         2;
        tolerance       1e-09;
        relTol          0.01;
    }
sahas is offline   Reply With Quote

Old   March 21, 2012, 03:02
Default Error in Prandtl number
  #3
Member
 
Alexander
Join Date: Mar 2009
Posts: 49
Rep Power: 17
sahas is on a distinguished road
I've just found that Prandtl number in rhoCentralFoam is always 1 (independent of what you have set in constant/thermophysicalProperties).
See bug http://www.openfoam.org/mantisbt/view.php?id=475
sahas is offline   Reply With Quote

Reply

Tags
openfoam 2.0.1, rhocentralfoam


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
Creating New Solver: For particle-laden compressible jets sankarv OpenFOAM Running, Solving & CFD 17 December 3, 2014 19:41
thobois class engineTopoChangerMesh error Peter_600 OpenFOAM 4 August 2, 2014 09:52
compressible solver for engine simulations Peter_600 OpenFOAM 6 June 9, 2011 13:40
Laplacian viscous stress term in compressible solver jelmer OpenFOAM Running, Solving & CFD 3 June 23, 2006 07:31
Laminar solver? LES? or DNS? Ray Main CFD Forum 5 March 19, 2003 10:19


All times are GMT -4. The time now is 02:15.