|
[Sponsors] |
Boundary condition for forced convection inside rotating cylinder |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 20, 2020, 03:49 |
Boundary condition for forced convection inside rotating cylinder
|
#1 |
New Member
saka
Join Date: Feb 2020
Posts: 1
Rep Power: 0 |
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. |
|
July 5, 2020, 17:05 |
|
#2 | |
Member
Join Date: Jan 2017
Posts: 71
Rep Power: 9 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
Symmetry/slip wall boundary condition in potential flow around a cylinder | ilia.nikiforov | Main CFD Forum | 20 | January 23, 2020 16:02 |
Out File does not show Imbalance in % | Mmaragann | CFX | 5 | January 20, 2017 11:20 |
transient simulation of a rotating rectangle | icesniffer | CFX | 1 | August 8, 2009 08:25 |
meshing F1 front wing | Steve | FLUENT | 0 | April 17, 2003 13:37 |