CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

rotatingWallVelocity doesn't work properly

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 10, 2016, 12:16
Default rotatingWallVelocity doesn't work properly
  #1
New Member
 
Join Date: Mar 2016
Posts: 29
Rep Power: 10
The_Kaiser is on a distinguished road
Hey,

I wanted to simulate a moving belt (2 parallel sides sliding in different directions. 2 ends rotating) with iddes. OpenFoam 2.3

I get kinda strange results.

my boundary conditions for U:

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

internalField uniform ( 0.05 0. 0. );


boundaryField
{
beltDown
{
type movingWallVelocity;
value uniform (0.05 0. 0.);
}

beltUp
{
type movingWallVelocity;
value uniform (-0.05 0. 0.);
}

inlet
{
type fixedValue;
value uniform (0.05 0. 0.);
}

inlOut_down
{
type inletOutlet;
inletValue uniform (0. 0. 0.);
value uniform (0. 0. 0.);
}

inlOut_up
{
type inletOutlet;
inletValue uniform (0. 0. 0.);
value uniform (0. 0. 0.);
}

outlet
{
type inletOutlet;
inletValue uniform (0. 0. 0.);
value uniform (0. 0. 0.);
}

rotBack
{
type rotatingWallVelocity;
origin (-2.99 0. 0.);
axis (0. 0. 1.);
omega 10;
}

rotFront
{
type rotatingWallVelocity;
origin (0. 0. 0.);
axis (0. 0. 1.);
omega 10;
}

symBack
{
type symmetryPlane;
}

symFront
{
type symmetryPlane;
}


}

The radius of the belt is 5 mm. The speed 0,05 m/s. So omega should be 10 [rad/s], right? But I get results like on the pictures



It doesn't make any sense for me. 30? It isn't even an scalling problem. On both sides the same appears, so the centers of rotation should be ok. The velocity in the field and on other BC is as it should be (U=0.05). What' going on?

Could anybody help me? Even if I scaled it to rps, it stll was 95 times too big.

P.S. Paraview works with meters, right?

Last edited by The_Kaiser; November 10, 2016 at 12:45. Reason: problems with pictures
The_Kaiser is offline   Reply With Quote

Old   November 10, 2016, 12:58
Default
  #2
New Member
 
Join Date: Mar 2016
Posts: 29
Rep Power: 10
The_Kaiser is on a distinguished road
I found the problem. Is it possible to delete the threat? I mixed the BC names...
The_Kaiser 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
Companies that lease software & hardware for cloud-based work? Catthan ANSYS 0 June 18, 2014 10:53
Do all CFD analysts have to do some hands-on work except PhDs? e13drd Main CFD Forum 2 March 17, 2014 14:56
OpenFOAM does not work any more! kiddmax OpenFOAM Installation 12 June 25, 2013 02:56
Why do the Plant library cases don't work? Alumna Phoenics 6 June 22, 2004 12:08
why my In-Form doesn't work? green Phoenics 2 May 27, 2004 21:03


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