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

problem with torque using sixDoFRigidBodyMotion

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 18, 2015, 09:33
Default problem with torque using sixDoFRigidBodyMotion
  #1
New Member
 
Join Date: Feb 2015
Posts: 2
Rep Power: 0
cfd.eng is on a distinguished road
Dear all,

I'm using waveDyMFoam solver with sixDoFRigidBodyMotion option, to study a rotating device moving in water.
I would impose a constant torque to the shaft: I added the line with torque string in the "dynamicMeshDict" file , but it seems that the defined torque is used only as an initial condition and not as a constant value imposed.
Anyone know the reason of the error and how to fix it?

Many thanks in advanced.


Code:
sixDoFRigidBodyMotionCoeffs
{
    patches            (rotatingWalls);
    innerDistance           0.3;
    outerDistance           1;

    centreOfMass            (5.0 -0.14 0.0);
    mass                     0.000432;
    momentOfInertia         (0.0 0.00000023 0.00000023);
    orientation
   (
    1 0 0
    0 1 0
    0 0 1
    ); 

    torque             (0 0 1);
    rhoName                 rhoInf;
    rhoInf                  1000;
    report                  on;
    accelerationRelaxation     0.08; // 0.1;
    value                   uniform (0 0 0);
    g (0 -9.8 0);

    constraints
    {
    rotationAxis
        {
        sixDoFRigidBodyMotionConstraint axis;
        axis                      (0 0 1);
        }
    fixedPoint
    {
            sixDoFRigidBodyMotionConstraint point;
        centreOfRotation        (5.0 -0.1 0.0);
    }
    }
cfd.eng is offline   Reply With Quote

Old   April 12, 2019, 06:31
Default
  #2
Member
 
X Meng
Join Date: Jun 2012
Location: Scotland
Posts: 89
Rep Power: 13
mxylondon is on a distinguished road
I think it should be defined under entry 'Restraints'.

However I am not sure how to make the resistant torque constant.
mxylondon is offline   Reply With Quote

Old   February 2, 2020, 05:52
Default problem with torque using sixDoFRigidBodyMotion
  #3
New Member
 
DouglasFreds
Join Date: Jan 2020
Posts: 3
Rep Power: 6
DouglasFreds is on a distinguished road
Hi everyone,

I am having a problem using matlab in openvibe. I followed the steps mentioned in the tutorial but still getting an error.

For example, when trying to implement tutorial 2, this is what I get.

What do you think??
DouglasFreds is offline   Reply With Quote

Reply

Tags
dynamicmeshdict, torque


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
UDF compiling problem Wouter Fluent UDF and Scheme Programming 6 June 6, 2012 04:43
Problem Importing Geometry ProE to CFX fatb0y CFX 3 January 14, 2012 19:42
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13
Is this problem well posed? Thomas P. Abraham Main CFD Forum 5 September 8, 1999 14:52


All times are GMT -4. The time now is 22:49.