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

VIV of cylinder using pimpleDyMFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By wyldckat
  • 1 Post By pepechispita

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   October 8, 2014, 23:35
Default VIV of cylinder using pimpleDyMFoam
  #1
Senior Member
 
Join Date: Jan 2013
Posts: 134
Rep Power: 13
kkpal is on a distinguished road
Dear all, currently I'm modifying the wingMotion case in the tutorial to a 2D circular cylinder. The main work in the modification lies in the pointDisplacement file. The cylinder is supposed to vibrate only in the y-axis(due to lift force). So I used the following lines:
Code:
constraints
        {
            maxIterations   500;

            fixedLine1
            {
                sixDoFRigidBodyMotionConstraint fixedLine;
                tolerance        1e-9;
                relaxationFactor 0.7;
                fixedLineCoeffs
                {
                    refPoint      (0 0 0.025);
                    direction     (0 1 0);
                }
            }



            
        }
        restraints
        {
            verticalSpring
            {
                sixDoFRigidBodyMotionRestraint linearSpring;

                linearSpringCoeffs
                {
                    anchor          (0 0 0.025);
                    refAttachmentPt (0 0 0.025);
                    stiffness       6;
                    damping         0.1;
                    restLength      0;
                }
            }

        }
The simulation could proceed however I kept getting error message in each timestep saying things like this: "Constraint fixedLine1 error (0.000620122258 0 0) force (-0.0489759093 -0 -0) moment (0 0 0) not converged".
What does this message mean??
kkpal 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
how to simulate a VIV of the cylinder in a fluid domian use rigid body solution? Mal CFX 13 April 14, 2014 13:44
Negative volumes when using UDF in VIV in a cylinder w-coche Fluent UDF and Scheme Programming 4 October 19, 2012 07:25
Turbulence model / Boundary layers on a cylinder (VIV with 2DOF) peatmac FLUENT 3 April 16, 2012 14:23
VIV of a cylinder at Re=120 ojha.mayank485 CFX 7 June 12, 2011 09:09
how to know the cylinder vibration in viv natto FLUENT 1 May 23, 2011 20:41


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