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

Boundary condition for forced convection inside rotating cylinder

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 20, 2020, 02:49
Default Boundary condition for forced convection inside rotating cylinder
  #1
New Member
 
saka
Join Date: Feb 2020
Posts: 1
Rep Power: 0
saka123 is on a distinguished road
Hi.


I am trying to simulate forced convection inside a rotating cylinder using pimpleFoam solver. Which boundary condition should I use for the 'U' file?


is 'rotatingWallVelocity' type is the correct one? For example:-



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

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

internalField uniform (0 0 0);

boundaryField
{
bottom
{
type rotatingWallVelocity;
origin (0 0 0);
axis (0 0 1);
omega 60;
}

top
{
type slip;
}

sides
{
type rotatingWallVelocity;
origin (0 0 0);
axis (0 0 1);
omega 60;
}
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


The 'bottom', 'top', and 'sides' are the three sides of the cylinder.


Though it seems to simulate rotational flow inside, the solver is taking too much time to get the solution than for other cases with b.c. other than 'rotatingWallVelocity'.


Is this the correct way to simulate flow inside a rotating cylinder?



Suggestions are welcome.
saka123 is offline   Reply With Quote

Old   July 5, 2020, 16:05
Default
  #2
Member
 
Join Date: Jan 2017
Posts: 71
Rep Power: 9
sadsid is on a distinguished road
Quote:
Originally Posted by saka123 View Post
Hi.


I am trying to simulate forced convection inside a rotating cylinder using pimpleFoam solver. Which boundary condition should I use for the 'U' file?


is 'rotatingWallVelocity' type is the correct one? For example:-



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

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

internalField uniform (0 0 0);

boundaryField
{
bottom
{
type rotatingWallVelocity;
origin (0 0 0);
axis (0 0 1);
omega 60;
}

top
{
type slip;
}

sides
{
type rotatingWallVelocity;
origin (0 0 0);
axis (0 0 1);
omega 60;
}
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


The 'bottom', 'top', and 'sides' are the three sides of the cylinder.


Though it seems to simulate rotational flow inside, the solver is taking too much time to get the solution than for other cases with b.c. other than 'rotatingWallVelocity'.


Is this the correct way to simulate flow inside a rotating cylinder?



Suggestions are welcome.
Have you solve this issue? Got the desired results?
sadsid 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
Wind turbine simulation Saturn CFX 58 July 3, 2020 01:13
Symmetry/slip wall boundary condition in potential flow around a cylinder ilia.nikiforov Main CFD Forum 20 January 23, 2020 15:02
Out File does not show Imbalance in % Mmaragann CFX 5 January 20, 2017 10:20
transient simulation of a rotating rectangle icesniffer CFX 1 August 8, 2009 07:25
meshing F1 front wing Steve FLUENT 0 April 17, 2003 12:37


All times are GMT -4. The time now is 23:01.