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

Weird result in simulation of Taylor-Couette Flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 18, 2017, 09:53
Default Weird result in simulation of Taylor-Couette Flow
  #1
Senior Member
 
amin.z's Avatar
 
Amin
Join Date: Oct 2013
Location: Germany
Posts: 397
Rep Power: 14
amin.z is on a distinguished road
Hi everybody,

I have recently immigrated from Fluent to OpenFOAM, so maybe this question looks weird
I'm solving classic flow of Taylor-Couette (the flow in narrow gap of two rotating concentric cylinders). The results of simulation in Fluent are exactly what I was expecting, but OpenFOAM gives strange results, as you can see in the attached photos. The vectors are slices of the 3D domain, the inner cylinder is rotating with 0.6 rad/sec and the outer one is fixed. As it's apparent from the photos there's a linear velocity for the outer cylinder which is certainly wrong. there's no inlet/outlet BC, the BC for the inner cylinder is rotatingWallVelocity and the BC for the top and bottom faces is symmetry.

Any idea is appreciated
Attached Images
File Type: png Screenshot from 2017-03-18 15-45-18.png (34.1 KB, 87 views)
File Type: png Screenshot from 2017-03-18 15-39-10.png (19.7 KB, 76 views)
File Type: png Screenshot from 2017-03-18 15-46-01.png (48.6 KB, 78 views)
amin.z is offline   Reply With Quote

Old   March 19, 2017, 02:35
Default
  #2
Senior Member
 
fumiya's Avatar
 
Fumiya Nozaki
Join Date: Jun 2010
Location: Yokohama, Japan
Posts: 266
Blog Entries: 1
Rep Power: 18
fumiya is on a distinguished road
You might want to check the velocity boundary condition on the outer cylinder.
Is it fixed to (0 0 0)?

Best regards,
Fumiya
__________________
[Personal]
fumiya is offline   Reply With Quote

Old   March 19, 2017, 06:41
Default
  #3
Senior Member
 
amin.z's Avatar
 
Amin
Join Date: Oct 2013
Location: Germany
Posts: 397
Rep Power: 14
amin.z is on a distinguished road
Tnx for ur reply, actually I also changed the BC for outer cylinder to rotatingWallVelocity with zero angular velocity to force the wall to be stationary, but the results are still the same, here is the U BC for ur consideration

Code:
    top
    {
        type            symmetry;
    }

    innerwall
    {
        type            rotatingWallVelocity;
        origin          (0 0 0);
        axis            (0 0 1);
        omega           0.6;
    }

    outerwall
    {
        type            rotatingWallVelocity;
        origin          (0 0 0);
        axis            (0 0 1);
        omega           0;
    }

    bottom
    {
        type            symmetry;
    }
amin.z is offline   Reply With Quote

Old   March 20, 2017, 01:32
Default
  #4
Senior Member
 
fumiya's Avatar
 
Fumiya Nozaki
Join Date: Jun 2010
Location: Yokohama, Japan
Posts: 266
Blog Entries: 1
Rep Power: 18
fumiya is on a distinguished road
Could you upload your case?

Best regards,
Fumiya
__________________
[Personal]
fumiya is offline   Reply With Quote

Old   March 21, 2017, 08:53
Default
  #5
Senior Member
 
amin.z's Avatar
 
Amin
Join Date: Oct 2013
Location: Germany
Posts: 397
Rep Power: 14
amin.z is on a distinguished road
yeah, sure,
please find the case using the link below:

https://www.dropbox.com/s/87849pj5aecdtvh/OpenFOAM.tar.gz?dl=0
amin.z is offline   Reply With Quote

Old   March 21, 2017, 10:05
Default
  #6
New Member
 
Join Date: Mar 2015
Posts: 16
Rep Power: 11
sati is on a distinguished road
Hi,
I could be wrong, but it looks like a visualisation problem from paraview.

Have you enabled the "scale mode" option in the glyphs options of paraview?
sati is offline   Reply With Quote

Old   March 21, 2017, 10:39
Default
  #7
Senior Member
 
amin.z's Avatar
 
Amin
Join Date: Oct 2013
Location: Germany
Posts: 397
Rep Power: 14
amin.z is on a distinguished road
Quote:
Originally Posted by sati View Post
Hi,
I could be wrong, but it looks like a visualisation problem from paraview.

Have you enabled the "scale mode" option in the glyphs options of paraview?
Good point, actually I was leaving this option with the default value "off";
but when I change it to "vector" the vectors get rational. I think since I wanna visualize vectors of velocity, I have to select this one in "scale mode"
Attached Images
File Type: png Screenshot from 2017-03-21 16-39-13.png (22.6 KB, 46 views)
amin.z 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
Review: Reversed flow CRT FLUENT 1 May 7, 2018 05:36
Preparing Simulation of a Sphere in a Flow PonchO OpenFOAM Pre-Processing 1 November 11, 2015 15:40
T-Junction using rhoPimpleFoam (Simulation blows and weird result) mecbe2002 OpenFOAM Running, Solving & CFD 4 July 23, 2015 15:26
parametric study in flow simulation topaz FloEFD, FloWorks & FloTHERM 1 July 13, 2015 08:50
Simulation of a complex wing in solidworks flow simulation niels1900 FloEFD, FloWorks & FloTHERM 6 April 20, 2011 10:44


All times are GMT -4. The time now is 15:57.