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

Steady calculation

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 5, 2005, 09:29
Default Hi: I am a new user of OpenF
  #1
S.H.Yang (Yang)
Guest
 
Posts: n/a
Hi:
I am a new user of OpenFoam,I have some questions about OpenFoam:
1)when I run sonicFoam/forwardstep case,I change the initial internal U field from (0,0,0) to (3,0,0),why the calculation became divergence?
2)I want a calculation with sonicTurbFoam to keep the CoNum constant instand of DeltaT constant ,how can I do this?
  Reply With Quote

Old   January 5, 2005, 13:54
Default Hi, I did 2) in the follow
  #2
Luiz Eduardo Bittencourt Sampaio (Sampaio)
Guest
 
Posts: n/a
Hi,

I did 2) in the following way:
added the following line to the code after calculating CoNumber (# include CourantNo.H)

alfat = CFL/CoNum;
runTime.setDeltaT(alfat*runTime.deltaT().value());

Obviously, alfat had been previously defined as scalar and CFL was read from a file (defined as float).

Cheers,
Luiz
  Reply With Quote

Old   January 6, 2005, 02:42
Default Sampaio Thanks for your help
  #3
S.H.Yang (Yang)
Guest
 
Posts: n/a
Sampaio
Thanks for your help.It works fine.
  Reply With Quote

Old   January 11, 2005, 09:28
Default You should be aware that Open
  #4
Eugene de Villiers (Eugene)
Guest
 
Posts: n/a
You should be aware that OpenFOAM already has a mechanism for maintaining a steady maximum CFL number.

See the dambreak tutorial and interFoam solver for details.

Eugene
  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
Damp turbulent behaviour for a steady state calculation andimb OpenFOAM Running, Solving & CFD 0 May 4, 2006 05:39
Steady LES? GER Main CFD Forum 3 May 12, 2005 14:37
Steady RANS calculation Rasmus Gjesing (Gjesing) OpenFOAM Running, Solving & CFD 1 February 8, 2005 09:55
Steady/Unsteady Pravesh Kumar FLUENT 11 September 18, 2003 00:21
BFS: steady? Jan Ramboer Main CFD Forum 1 September 9, 1999 14:04


All times are GMT -4. The time now is 03:58.