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

is it posible give prescribed motion in rigid body motion(dynamic mesh)

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   August 10, 2022, 01:49
Default is it posible give prescribed motion in rigid body motion(dynamic mesh)
  #1
New Member
 
eunchong
Join Date: Feb 2022
Posts: 8
Rep Power: 4
dmschd153246 is on a distinguished road
Hello Foamers


i'm newbie in openfoam and i am struggling doing my project

what i want to do is free decay test


Rotate the object(barge shape) until a certain time (i.e., rotate it to a certain angle)
pause for a certain time, and let go



t0 > t1 rotate object
t1 > t2 Hold it in that state
t2 > t3 let go and see free decay



i try give angular momentum but it seems initial value so it is hard to give certain angle
or i try to combine solid body motion and rigid body motion but it fail



i use OF2106 version and referred interFoam/RAS/movingDTChull and interFoam/RAS/floatingObject


i try so many time and out of idea
if someone know the answer I'd appreciate it if you gave me a hint

Code:
dynamicFvMesh   dynamicMotionSolverFvMesh;

motionSolverLibs (sixDoFRigidBodyMotion);

motionSolver    sixDoFRigidBodyMotion;

patches         (hull);
innerDistance   0.3;
outerDistance   1.0;

centreOfMass    (0 0 0);
mass            1000;
momentOfInertia (166.667 416.667 416.667);
angularmomentum (0 400 0)
orientation
(
1 0 0
0 1 0
0 0 1
);

rhoInf          1;
report          on;

value           uniform (0 0 0);

accelerationRelaxation 0.4;

solver
{
    type Newmark;
}

constraints
{
    zAxis
    {
        sixDoFRigidBodyMotionConstraint line;
        direction     (0 0 1);
    }
    yPlane
    {
        sixDoFRigidBodyMotionConstraint axis;
        axis          (0 1 0);
    }
}
dmschd153246 is offline   Reply With Quote

 


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
6-DoF Rigid Body Motion jumpa72 OpenFOAM Running, Solving & CFD 6 March 1, 2024 02:38
Prescribed Translating Cylinder Mesh for Added Mass Problem (Transient FSI) Lloyd Sullivan CFX 5 August 7, 2018 08:11
Rigid body motion - Translation and Rotation dsk2 STAR-CCM+ 1 February 4, 2014 11:01
Convergence moving mesh lr103476 OpenFOAM Running, Solving & CFD 30 November 19, 2007 14:09
rigid body motion antonello FLUENT 3 July 28, 2004 03:25


All times are GMT -4. The time now is 21:38.