|
[Sponsors] |
June 12, 2018, 18:34 |
restriction coefficients in dynamicMeshDict
|
#1 |
New Member
Jiahui Li
Join Date: Jun 2018
Posts: 2
Rep Power: 0 |
Dear Foamers,
I want to run an interFoam case which looks like the DTCHull case in tutorial. I don't know how the coefficients are determined in translationDamper and rotationDamper in dynamicMeshDict. Any ideas? Thank you! Here is the dynamicMeshDict file. /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object dynamicMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dynamicFvMesh dynamicMotionSolverFvMesh; motionSolverLibs ("librigidBodyMeshMotion.so"); solver rigidBodyMotion; rigidBodyMotionCoeffs { report on; solver { type Newmark; } accelerationRelaxation 0.4; bodies { hull { type rigidBody; parent root; centreOfMass (-0.0157226 0 -0.008128); //distance from towing point to CoG mass 50.757; //half mass inertia (1.7979 0 0 10.46995 0 10.46995); //(Ixx Ixy(0) Ixz(0) Iyy Iyz(0) Izz) half hull transform (1 0 0 0 1 0 0 0 1) (0.0157226 0 0.008128); //towing point joint { type composite; joints ( { type Pz; } { type Ry; } ); } patches (hull); innerDistance 0.3; outerDistance 1.0; } } restraints { translationDamper { type linearDamper; body hull; coeff 8596; } rotationDamper { type sphericalAngularDamper; body hull; coeff 11586; } } } // ************************************************** *********************** // |
|
June 13, 2018, 18:23 |
|
#2 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Hi,
please use code tags in order to have a nice and readable style. I refer you to the openfoamwiki.net. You will get the answer there.
__________________
Keep foaming, Tobias Holzmann |
|
June 19, 2018, 11:37 |
|
#3 |
New Member
Jiahui Li
Join Date: Jun 2018
Posts: 2
Rep Power: 0 |
Thank you Tobi, sorry for the late reply. The website is really helpful.
|
|
Tags |
coefficient, damper, dynamicmeshdict, restriction |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] Explain about the coefficients in the kOmegaSSTLM turbulence Model | ht2017 | OpenFOAM Community Contributions | 2 | April 23, 2020 04:55 |
Antoine Equation coefficients for water | Ludwig Prandtl | CFX | 2 | June 28, 2017 00:24 |
Modifying Turbulence Model Coefficients | dsh5400 | OpenFOAM Pre-Processing | 5 | September 1, 2016 04:44 |
I can't understand the moving function of "libfvMotionSolver.so" in dynamicMeshDict | Jung hoo | OpenFOAM Programming & Development | 0 | July 13, 2016 04:36 |
Blottner Coefficients | f_sizer | Main CFD Forum | 0 | August 26, 2010 08:03 |