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

restriction coefficients in dynamicMeshDict

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 12, 2018, 17:34
Default restriction coefficients in dynamicMeshDict
  #1
New Member
 
Jiahui Li
Join Date: Jun 2018
Posts: 2
Rep Power: 0
Jiahui is on a distinguished road
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;
}
}



}


// ************************************************** *********************** //
Jiahui is offline   Reply With Quote

Old   June 13, 2018, 17:23
Default
  #2
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
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
Tobi is offline   Reply With Quote

Old   June 19, 2018, 10:37
Default
  #3
New Member
 
Jiahui Li
Join Date: Jun 2018
Posts: 2
Rep Power: 0
Jiahui is on a distinguished road
Thank you Tobi, sorry for the late reply. The website is really helpful.
Jiahui is offline   Reply With Quote

Reply

Tags
coefficient, damper, dynamicmeshdict, restriction

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[Other] Explain about the coefficients in the kOmegaSSTLM turbulence Model ht2017 OpenFOAM Community Contributions 2 April 23, 2020 03:55
Antoine Equation coefficients for water Ludwig Prandtl CFX 2 June 27, 2017 23:24
Modifying Turbulence Model Coefficients dsh5400 OpenFOAM Pre-Processing 5 September 1, 2016 03:44
I can't understand the moving function of "libfvMotionSolver.so" in dynamicMeshDict Jung hoo OpenFOAM Programming & Development 0 July 13, 2016 03:36
Blottner Coefficients f_sizer Main CFD Forum 0 August 26, 2010 07:03


All times are GMT -4. The time now is 04:42.