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

Simulation stops too early in paraView??

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 17, 2011, 14:26
Cool Simulation stops too early in paraView??
  #1
New Member
 
John Damnson
Join Date: Feb 2011
Posts: 15
Rep Power: 15
umassche is on a distinguished road
Hi, I'm working with the cavity problem and trying to simulate the model for 1 second in 10 steps of 0.1s. I'm using the icoFoam solver and, of course, when I used it, it generated all the results for the entire 1 second with no errors. But when I try to view it in paraFoam, the velocity field changes from 0th frame to 0.1th frame but after that up to 1.0th frame, it shows the same result that it showed for 0th frame.

In other words, it is as if icoFoam didn't predict the velocity field after the 1st time step. But icoFoam returned no errors and produced those data folders for all the time steps! Why is this??
umassche is offline   Reply With Quote

Old   February 17, 2011, 16:13
Default
  #2
Senior Member
 
mturcios777's Avatar
 
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28
mturcios777 will become famous soon enough
If you are using the default settings as in the tutorial, what you are seeing is the rapid convergence of the solver. Remember that we are looking for a steady state solution, so eventually the pressure and velocity fields will stop changing in time.

Since you mention paraview, I assume you mean that you are outputting time directories at intervals of 0.1. The solver timestep is much smaller than that, so if you want to see the fields up to the converged solution, you'll need to change the following entry in system/controlDict:

Code:
writeInterval     20;
to
Code:
writeInterval    1;
Make sure you have room for all the time directories, there will be a lot!
mturcios777 is offline   Reply With Quote

Old   February 18, 2011, 01:05
Default
  #3
New Member
 
John Damnson
Join Date: Feb 2011
Posts: 15
Rep Power: 15
umassche is on a distinguished road
many thanks! your advice definitely helped. but my problem was viscosity was too high and system reached equilibrium within the first step. just had to decrease the viscosity and problem solved!
umassche is offline   Reply With Quote

Reply

Tags
data missing, parafoam, paraview, simulation, time steps

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
[General] Paraview nice animation PyGloo ParaView 4 June 7, 2012 13:34
velocity profile export from a simulation onto another sudhirlv STAR-CCM+ 1 September 12, 2010 19:57
strange simulation error Ralf Schmidt FLUENT 2 May 4, 2007 14:02
Recovering simulation data Chie Min CFX 2 September 20, 2001 08:34
3-D Contaminant Dispersal Simulation Apple L S Chan Main CFD Forum 1 December 23, 1998 11:06


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