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

Test cases for rhoSimpleFoam & sonicDyMFoam

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree4Likes
  • 2 Post By askjak
  • 2 Post By RalphS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 6, 2010, 06:06
Default Test cases for rhoSimpleFoam & sonicDyMFoam
  #1
New Member
 
Andrey
Join Date: Apr 2010
Posts: 4
Rep Power: 15
sim1246 is on a distinguished road
Hi,
I am new user of OpenFOAM-1.6. I can't find test for rhoSimpleFoam & sonicDyMFoam. Where I can find them?

Thanks in advance
sim1246 is offline   Reply With Quote

Old   April 6, 2010, 11:01
Default rhoSimpleFoam tutorial case
  #2
New Member
 
Join Date: Apr 2009
Posts: 26
Rep Power: 16
askjak is on a distinguished road
Hey,

I have compiled a test case.

-Ask
Attached Files
File Type: gz rhoSimpleFoam_angledDuct.tar.gz (4.2 KB, 310 views)
Technoyoungman and kornickel like this.
askjak is offline   Reply With Quote

Old   April 7, 2010, 01:37
Default
  #3
New Member
 
Andrey
Join Date: Apr 2010
Posts: 4
Rep Power: 15
sim1246 is on a distinguished road
Quote:
Originally Posted by askjak View Post
Hey,

I have compiled a test case.

-Ask
Thank you very much!!!
sim1246 is offline   Reply With Quote

Old   October 27, 2010, 19:04
Default help with rhosimplefoam tutorial
  #4
Member
 
Kevin Hoopes
Join Date: Oct 2010
Posts: 43
Rep Power: 16
khoopes is on a distinguished road
So I cannot get this tutorial to run, I ran blockmesh and thenn rhosimplefoam and I get this


-bash-3.2$ rhoSimpleFoam
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.7.0 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 1.7.0-5773603db906
Exec : rhoSimpleFoam
Date : Oct 27 2010
Time : 16:03:34
Host : m6int01.fsl.byu.edu
PID : 31220
Case : /bluescr/khoopes/sims/angledDuct
nProcs : 1
SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0

Reading thermophysical properties

Selecting thermodynamics package hPsiThermo<pureMixture<sutherlandTransport<specieT hermo<hConstThermo<perfectGas>>>>>
Reading field U

Reading/calculating face flux field phi



--> FOAM FATAL IO ERROR:
keyword rhoMax is undefined in dictionary "/bluescr/khoopes/sims/angledDuct/system/fvSolution::SIMPLE"

file: /bluescr/khoopes/sims/angledDuct/system/fvSolution::SIMPLE from line 70 to line 71.

From function dictionary::lookupEntry(const word&, bool, bool) const
in file db/dictionary/dictionary.C at line 395.

FOAM exiting
khoopes is offline   Reply With Quote

Old   October 28, 2010, 04:16
Default
  #5
Member
 
Join Date: Jun 2010
Posts: 33
Rep Power: 15
RalphS is on a distinguished road
Since OpenFOAM 1.7 you have to define rhoMax and rhoMin like you define pMin. Here is an example:

SIMPLE
{
nUCorrectors 2;
nNonOrthogonalCorrectors 0;
pMin pMin [1 -1 -2 0 0 0 0] 1000;
rhoMax rhoMax [1 -3 0 0 0] 2;
rhoMin rhoMin [1 -3 0 0 0] 0.001;

}
Technoyoungman and kornickel like this.
RalphS is offline   Reply With Quote

Old   October 28, 2010, 18:52
Default
  #6
Member
 
Kevin Hoopes
Join Date: Oct 2010
Posts: 43
Rep Power: 16
khoopes is on a distinguished road
That worked great for that tutorial, thanks for the quick reply. I have used your case as a model for my geometry, and now I am getting this error.

Continuity error cannot be removed by adjusting the outflow.
Please check the velocity boundary conditions and/or run potentialFoam to initialise the outflow.
Total flux : 5914.4
Specified mass inflow : 30.8438
Specified mass outflow : 30.8437
Adjustable mass outflow : 0


Any Ideas? I have tried running potentialFoam, but it has the same problem. I have used your U boundry condition on the inlet, and also tried just a fixed value with similar results.

Thanks,
khoopes is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found piprus OpenFOAM Installation 22 February 25, 2010 14:43
Problems in compiling paraview in Suse 10.3 platform chiven OpenFOAM Installation 3 December 1, 2009 08:21
Test cases of different levels of complexity quarkz Main CFD Forum 1 September 15, 2005 19:47
test cases Maciej Matyka Main CFD Forum 3 November 24, 2004 09:27
Standard CFD test cases? Damon Qualski Main CFD Forum 1 April 10, 2003 15:10


All times are GMT -4. The time now is 05:54.