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

Flow Over a cylinder: Properties not conserved

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 23, 2010, 10:44
Default Flow Over a cylinder: Properties not conserved
  #1
Senior Member
 
jeff osborne
Join Date: Mar 2010
Posts: 108
Rep Power: 16
ozzythewise is on a distinguished road
Hello all,

I am trying to simulate flow over a cylinder for a validation as I am new to CFD. I am simulating at a Reynolds number of 150. Essentially what happens is everything is going fine, and then after a certain amount of time, all the flow properties (U and p in this case) skyrocket and the simulation crashes. I have attached a few pictures of the simulation that may help explain what is happening. Below is also a printout of my U and p files respectively:

Velocity File:

dimensions [0 1 -1 0 0 0 0];

internalField uniform (11.76e-4 0 0); //Re=150 for Air

boundaryField
{
inlet
{
type fixedValue;
value uniform (11.76e-4 0 0);
}
backOutlet
{
type zeroGradient;
}
cylinder
{
type fixedValue;
value uniform (0 0 0);
}
frontAndBack
{
type empty;
}
topOutlet
{
type fixedValue;
value uniform (11.76e-4 0 0);
}
bottomOutlet
{
type fixedValue;
value uniform (11.76e-4 0 0);
}

Pressure File:

dimensions [0 2 -2 0 0 0 0];

internalField uniform 0;

boundaryField
{

inlet
{
type fixedValue;
value uniform 0;
}
backOutlet
{
type zeroGradient;
}
cylinder
{
type zeroGradient;
}

frontAndBack
{
type empty;
}
topOutlet
{
type fixedValue;
value uniform 0;
}
bottomOutlet
{
type fixedValue;
value uniform 0;
}
ozzythewise 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
benchmark: flow over a circular cylinder goodegg Main CFD Forum 12 January 22, 2013 11:47
Simulation Flow Around cylinder 3D Jwolf CFX 19 November 25, 2009 14:21
Flow over a cylinder Anna Main CFD Forum 9 March 24, 2006 14:32
axial flow around a cylinder -heat transfer model? Ralf Schmidt Main CFD Forum 1 March 21, 2006 08:54
fluid flow fundas ram Main CFD Forum 5 June 17, 2000 21:31


All times are GMT -4. The time now is 22:27.