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

Turbulrnt flow past cylinder

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   November 7, 2013, 06:48
Post Turbulrnt flow past cylinder
  #1
Senior Member
 
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 12
sam.ho is on a distinguished road
Hi Foamers,

I set up the case of transient flow past circular cylinder with following conditions
Re = 3.6*10^6
Velocity = 3.6 m/s
turbulent intensity = 0.5%

I am getting an error as attached in a snapshot and also i have attached the 0 directory.

ControlDict is as follows.

[/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.2.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

libs
(
"libOpenFOAM.so"
"libincompressibleTurbulenceModel.so"
"libincompressibleRASModels.so"
);

application pimpleFoam;

startFrom startTime;

startTime 0;

stopAt endTime;

endTime 1000;

deltaT 0.001;

writeControl adjustableRunTime;

writeInterval 100;

purgeWrite 0;

writeFormat ascii;

writePrecision 6;

writeCompression uncompressed;

timeFormat general;

timePrecision 6;

runTimeModifiable true;

adjustTimeStep yes;

maxCo 1;

functions
{
probes
{
// Where to load it from
functionObjectLibs ( "libsampling.so" );

type probes;

// Name of the directory for probe data
name probes;

// Write at same frequency as fields
outputControl outputTime;
outputInterval 1;

// Fields to be probed
fields
(
p U
);

probeLocations
(
( -6 0 0 ) // at inlet
( 30 0 0 ) // at outlet

( 18 0 0 ) // at central block
);
}
}

// ************************************************** *********************** //]
Attached Images
File Type: jpg Screenshot from 2013-11-07 17:09:01.jpg (78.9 KB, 22 views)
Attached Files
File Type: zip 0.zip (6.8 KB, 6 views)
sam.ho is offline   Reply With Quote

 


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
2D modelling of flow past a rotating cylinder pds24 Main CFD Forum 1 August 21, 2015 10:50
Flow past an oscillating cylinder (Strouhal number) o_mars_2010 Main CFD Forum 8 May 23, 2014 04:25
Flow past rotating cylinder sam.ho OpenFOAM Running, Solving & CFD 4 October 10, 2013 07:49
CFD help: flow past cylinder harsha00711 Main CFD Forum 1 December 24, 2010 21:19
meshing for flow past a cylinder karthik FLUENT 1 July 15, 2005 06:17


All times are GMT -4. The time now is 16:33.