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

InterDyMFoam unstable. InterFoam fine.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 5, 2014, 11:29
Default InterDyMFoam unstable. InterFoam fine.
  #1
New Member
 
Join Date: May 2014
Posts: 6
Rep Power: 11
Denao is on a distinguished road
Hi all,

I was hoping for some pointers. I have a case where I am trying to do some resistance predictions of a ship hull. The case runs fine using interFoam and seems to produce reasonable results.

If i try and run the same case with interDyMFoam the solution very quickly blows up, with the pressure forces becoming massive and the time step reducing so far as to cause a floating point exception.

I have also tried achieving a steady state with interFoam before continuing the run with interDyMFoam, with the same results.

My dynamicMeshDict is below, please let me know if there are any other outputs that would be useful:

Code:
DynamicFvMesh       dynamicMotionSolverFvMesh;

motionSolverLibs    ("libsixDoFRigidBodyMotion.so");

motionSolverLibs    ("libsixDoFRigidBodyMotion.so");

solver              sixDoFRigidBodyMotion;

sixDoFRigidBodyMotionCoeffs
{
    patches         (hull);
    innerDistance   0.3;
    outerDistance   1;

    centreOfMass    (3.97 0 0.65);
    mass            10900;
    momentOfInertia (40 921 921);
    rhoInf          1;
    report          on;
    accelerationRelaxation 0.9;
    value           uniform (0 0 0);
value           uniform (0 0 0);

    constraints
    {
        zAxis
        {
            sixDoFRigidBodyMotionConstraint line;
            direction     (0 0 1);
        }
        yPlane
        {
            sixDoFRigidBodyMotionConstraint axis;
            axis          (0 1 0);
        }
    }

    restraints
    {
        translationDamper
  {
        translationDamper
        {
            sixDoFRigidBodyMotionRestraint linearDamper;
            coeff         8596;
        }
        rotationDamper
        {
            sixDoFRigidBodyMotionRestraint sphericalAngularDamper;
            coeff         11586;
        }
    }
}

Last edited by Denao; October 5, 2014 at 11:31. Reason: Further detail
Denao is offline   Reply With Quote

Old   April 30, 2016, 18:53
Default
  #2
New Member
 
anas
Join Date: Jun 2015
Posts: 18
Rep Power: 10
AnasCFD is on a distinguished road
Hello,
I am facing the same problem with interFoam & interDyMFoam for a 2D case. Could you manage to solve your problem?.
Your feedback is highly appreciated.
AnasCFD is offline   Reply With Quote

Old   May 6, 2016, 08:13
Default
  #3
Member
 
Federica Biano
Join Date: Feb 2016
Location: Genova, Italy
Posts: 39
Rep Power: 10
federicabi is on a distinguished road
Hello everybody,
I'm trying to simulate a similar case but I have convergence troubles also with interFoam in OF 3.0.1. I imported the mesh from Star CCM+ with ccm26ToFoam and checkMesh gave me one error about max skewness on 17 cells in a region out of my interest(my mesh has about 800000 cells) so I did not consider this error (should I?).
I also set up a k-eps turbulent model.
Once I run the case, it diverges after few time steps giving unreasonable forces. I can't keep the Co number under 1 even with adjustableTimeRun option and alpha.water under 1.
I attach my dictionaries.

I appreciate your precious help.

Federica
Attached Files
File Type: zip 0.org.zip (11.3 KB, 5 views)
federicabi is offline   Reply With Quote

Reply

Tags
dynamic mesh, interdymfoam, interfoam, openfoam


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
Difference between results in interFoam and interDyMFoam erebus OpenFOAM Running, Solving & CFD 0 January 29, 2014 08:31
InterFoam vs InterDyMFoam Rose2011 OpenFOAM 4 March 6, 2013 10:56
error using interDyMFoam with kOmegaSST to simulate sloshing anmartin OpenFOAM Running, Solving & CFD 0 July 20, 2010 13:21
divergence behaviour of interFoam solver for very fine mesh purushotam85 OpenFOAM Running, Solving & CFD 0 June 23, 2010 18:57
alpha or alpha1 in interFoam & interDyMFoam wavytracy OpenFOAM Bugs 3 September 10, 2009 02:51


All times are GMT -4. The time now is 01:03.