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

Problem getting oscillations on flow around the cylinder

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 17, 2019, 07:09
Unhappy Problem getting oscillations on flow around the cylinder
  #1
New Member
 
Ada Ada
Join Date: Apr 2019
Posts: 2
Rep Power: 0
madw0rm is on a distinguished road
Hello,



I have this case, flow around cylinder with heat transfer and I am using buoyantPimpleFoam as the solver. I am interested to see oscillations around the cylinder since the flow is turbulent, with Reynolds number of 35 000. I have tried things but it doesnt seems to give any results, I have inletOutlet as the type on U and outletInlet on p and T, I will copy paste them here, thank you for your assistance.


FoamFile
{
version 2.0;
format ascii;
class volVectorField;
object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField uniform (0 0 0);

boundaryField
{

rim
{
type inletOutlet;
inletValue uniform (0 1 0);
value uniform (0 0 0);
}

cylinder
{
type noSlip;
}

frontAndBack
{
type empty;
}
}
-------------------------------------------------------------------


FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField uniform 1e5;

boundaryField
{
rim
{
type outletInlet;
outletValue $internalField;
}

cylinder
{
type fixedFluxPressure;
}
}--------------------------------------------------------------
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p_rgh;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField uniform 1e5;

boundaryField
{
rim
{
type outletInlet;
outletValue $internalField;
}

cylinder
{
type fixedFluxPressure;
}


}
madw0rm 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
Drag force coefficient too high for a flow past a cylinder using komega sst Scabbard OpenFOAM Running, Solving & CFD 37 March 21, 2016 16:16
Problem of convergence- simulation of flow wind around cylinder activo FLUENT 6 October 23, 2015 01:57
Problem of simulating shape oscillations of Bubble - Multiphase flow akash FLUENT 2 January 29, 2013 13:46
Incompressible, Unsteady Cylinder Flow startingcfd Main CFD Forum 1 March 15, 2011 01:12
Turbulent steady flow around a circular cylinder Mirek Kabacinski FLUENT 0 July 23, 2003 18:40


All times are GMT -4. The time now is 21:52.