|
[Sponsors] |
How to set the initial values of a simulation of flow around cylinder? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 11, 2014, 22:50 |
How to set the initial values of a simulation of flow around cylinder?
|
#1 |
New Member
Wen Yuan
Join Date: Apr 2014
Posts: 10
Rep Power: 12 |
Hi
I wanna simulate flow around cylinder, But I am confused by the settings of the initial values in constant/0 file.Could anyone can help me?Here is my model. |
|
May 11, 2014, 23:01 |
|
#2 |
New Member
Wen Yuan
Join Date: Apr 2014
Posts: 10
Rep Power: 12 |
Here is my boundary settings code
Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 6 ( cylinder { type wall; inGroups 1(wall); nFaces 260; startFace 38500; } down { type wall; inGroups 1(wall); nFaces 90; startFace 38760; } up { type wall; inGroups 1(wall); nFaces 90; startFace 38850; } outlet { type patch; nFaces 40; startFace 38940; } inlet { type patch; nFaces 40; startFace 38980; } frontAndBackPlanes { type empty; inGroups 1(empty); nFaces 38760; startFace 39020; } ) // ************************************************************************* // |
|
May 12, 2014, 09:22 |
|
#3 |
Senior Member
Fumiya Nozaki
Join Date: Jun 2010
Location: Yokohama, Japan
Posts: 266
Blog Entries: 1
Rep Power: 19 |
Hi,
You might want to try the cylinder tutorial of potentialFoam. Hope this helps, Fumiya
__________________
[Personal]
|
|
May 12, 2014, 22:09 |
|
#4 |
New Member
Wen Yuan
Join Date: Apr 2014
Posts: 10
Rep Power: 12 |
||
Tags |
initial values |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Extrusion with OpenFoam problem No. Iterations 0 | Lord Kelvin | OpenFOAM Running, Solving & CFD | 8 | March 28, 2016 12:08 |
Cannot run the code properly: very large time step continuity error | crst15 | OpenFOAM Running, Solving & CFD | 9 | December 14, 2014 19:17 |
rhoSimplecFoam Mach0.8 no pressure values | CFDnewbie147 | OpenFOAM Running, Solving & CFD | 16 | November 23, 2013 06:58 |
Low Mach number Compressible jet flow using LES | ankgupta8um | OpenFOAM Running, Solving & CFD | 7 | January 15, 2011 14:38 |
Negative value of k causing simulation to stop | velan | OpenFOAM Running, Solving & CFD | 1 | October 17, 2008 06:36 |