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

User guide for dynamicMeshDict

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 11, 2019, 04:22
Default User guide for dynamicMeshDict
  #1
Senior Member
 
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18
sita is on a distinguished road
Hello all,

Is anybody aware of the existence of an up-to-date user guide/tutorial on the use of dynamic mesh in OpenFOAM 6?

I'm trying to use the DTCHullMoving tutorial as a basis for my own simulations, but I'm not quite sure about the meaning of some parameters in dynamicMeshDict:

- I'm guessing "inertia" represents the inertia tensor, with only 6 moment of inertia values because of symmetry, in the order Ixx, Ixy/yx, Ixz/zx, Iyy, Iyz/zy, Izz. Is that correct?

- What exactly does "transform" mean/do? It looks like it moves centreOfMass to the position of the centre of mass/rotation, but why not define centreOfMass at the correct position directly then?


- Regarding "innerDistance" and "outerDistance": how are these distances measured, i.e. relative to what point?


Any help would be appreciated!
Sita

Last edited by sita; July 11, 2019 at 07:17.
sita is offline   Reply With Quote

Old   July 12, 2019, 06:37
Default
  #2
Senior Member
 
Tom Fahner
Join Date: Mar 2009
Location: Breda, Netherlands
Posts: 647
Rep Power: 32
tomf will become famous soon enoughtomf will become famous soon enough
Send a message via MSN to tomf Send a message via Skype™ to tomf
Hello Sita,

Quote:
I'm guessing "inertia" represents the inertia tensor, with only 6 moment of inertia values because of symmetry, in the order Ixx, Ixy/yx, Ixz/zx, Iyy, Iyz/zy, Izz. Is that correct?
Yes that is correct.

Quote:
- What exactly does "transform" mean/do? It looks like it moves centreOfMass to the position of the centre of mass/rotation, but why not define centreOfMass at the correct position directly then?
I am not sure about this one. It may be related to having the inertia tensor defined in the (0,0,0) point and the tutorial just shows the possibilities that if your body happens to start in a location/orientation that is not aligned with the Cartesian axes. Is is maybe not exactly the most convenient.

Quote:
- Regarding "innerDistance" and "outerDistance": how are these distances measured, i.e. relative to what point?
If I understand correctly, every cell with their center point within <innerDistance> of the solidBody will move rigidly with the solid body (these cells are not morphed). Everything outside of the <outerDistance> will not move at all and inbetween there will be an interpolation based on slerp (according to the source code). So it is always with respect to the distance to the body that is moving.

Hope this helps.
Regards,
Tom
tomf is offline   Reply With Quote

Old   July 12, 2019, 08:05
Default
  #3
Senior Member
 
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18
sita is on a distinguished road
Hello Tom,

Thanks a lot for your replies, things are getting much clearer for me now!

Cheers,
Sita
sita is offline   Reply With Quote

Old   October 12, 2020, 13:57
Default
  #4
Member
 
Sachin
Join Date: Aug 2014
Location: India
Posts: 84
Rep Power: 12
Sachin m is on a distinguished road
Quote:
Originally Posted by sita View Post
Hello Tom,

Thanks a lot for your replies, things are getting much clearer for me now!

Cheers,
Sita
What is the unit of inertia term?

Is it area moment of inertia or mass moment of inertia?
Sachin m is offline   Reply With Quote

Old   October 13, 2020, 03:27
Default
  #5
Senior Member
 
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18
sita is on a distinguished road
Hi Sachin,

I never actually checked the equations I'm afraid, but I'd say it's the mass moment of inertia; the area moment of inertia wouldn't make much sense for a 3D object. Also, in the Wiki the momentOfInertia is listed under Mass Properties: https://openfoamwiki.net/index.php/P...onSolverFvMesh. And finally, if you go through this forum, you'll notice that you're not the first one to wonder: moment of inertia in dynamicMeshDict

Hope this helps,
Sita
sita is offline   Reply With Quote

Old   December 20, 2020, 16:39
Default
  #6
New Member
 
Chandan Bose
Join Date: Feb 2015
Location: Chennai
Posts: 5
Rep Power: 11
Cbose1991 is on a distinguished road
Send a message via Skype™ to Cbose1991
Quote:
Originally Posted by Sachin m View Post
What is the unit of inertia term?

Is it area moment of inertia or mass moment of inertia?
Mass moment of inertia, of course.

Best wishes,
Chandan
Cbose1991 is offline   Reply With Quote

Old   March 13, 2021, 13:20
Default Mass property
  #7
Member
 
Deutschland
Join Date: Sep 2020
Posts: 69
Rep Power: 6
vava10 is on a distinguished road
Hey,

I am trying to simulate a ship flow. I have few questions regarding dynamic mesh. Hope someone can help. Its urgent

1. in DTCHull case entire ship is considered in the snappyHexDict even though one half is simulated. Does this not affect the parameters in the entire case setup? So is it fine if I use my entire geometry rather than cutting the geometry into half and then using it? If I use the entire geometry wall all think should I pay attention to?

2. In another thread I asked if I am using the half geometry should the mass properties be of the half geometry and I was told yes. Then if so doesn't it affect the centre of mass and moment of inertia?

3. why is the rhoInf in the dynamic mesh 1. should it not be the density of the ship (mass/volume). I have the weight for my geometry (77 kg) and I got the volume using the Solidwork.

4. The moment of inerta. there are 3 moment of inertia
a. Principal axes of inertia and principal moments of inertia: ( kilograms *
square meters ) Taken at the center of mass.
b.Moments of inertia: ( kilograms * square meters )Taken at the center of
mass and aligned with the output coordinate system
c. Moments of inertia: ( kilograms * square meters )
Taken at the output coordinate system.


My guess for the moment of inertia was about the center of mass since that is what asked in the dynamic mesh. Bot I try to clarify it using Solidwork, I am not getting the same moment of inertia nor mass using the rhoInf as 1
so I tried to find the density using the mass in the dynamicMeah and the volume I got from the software. But I still don't have answers


Please please help. I am lost and out of ideas

Kind regards
vava10
vava10 is offline   Reply With Quote

Old   April 20, 2021, 07:32
Default
  #8
Member
 
Sachin
Join Date: Aug 2014
Location: India
Posts: 84
Rep Power: 12
Sachin m is on a distinguished road
Quote:
Originally Posted by sita View Post
Hi Sachin,

I never actually checked the equations I'm afraid, but I'd say it's the mass moment of inertia; the area moment of inertia wouldn't make much sense for a 3D object. Also, in the Wiki the momentOfInertia is listed under Mass Properties: https://openfoamwiki.net/index.php/P...onSolverFvMesh. And finally, if you go through this forum, you'll notice that you're not the first one to wonder: moment of inertia in dynamicMeshDict

Hope this helps,
Sita
Hi Sita,

Thank you for the reply.
I have tried using the surfaceInertia tool in openfoam to calculate the value for the dtchull form in openfoam tutorial. But the values obtained using the tool does not match with the values in dynamicmeshdict inthe tutorial.

Did anybody try this?


With Regards,

Sachin M
Sachin m is offline   Reply With Quote

Old   May 18, 2021, 22:01
Default
  #9
New Member
 
RICHARD LEONEL VASQUEZ MEZA
Join Date: Jun 2018
Location: PERU
Posts: 4
Rep Power: 8
RVASQUEZM is on a distinguished road
hello.. maybe those videos can you help in order to found the properties of the body.


also the center of pressure.



https://www.youtube.com/watch?v=0gmVWp38KLo


https://www.youtube.com/watch?v=-MXho20qm1k&t=2s
RVASQUEZM is offline   Reply With Quote

Old   December 26, 2021, 13:37
Default
  #10
Member
 
Join Date: Jan 2017
Posts: 71
Rep Power: 9
sadsid is on a distinguished road
Quote:
Originally Posted by Sachin m View Post
Hi Sita,

Thank you for the reply.
I have tried using the surfaceInertia tool in openfoam to calculate the value for the dtchull form in openfoam tutorial. But the values obtained using the tool does not match with the values in dynamicmeshdict inthe tutorial.

Did anybody try this?


With Regards,

Sachin M
Yes, I faced the same issue. Did you find out what is missing in the calculation?
sadsid is offline   Reply With Quote

Reply


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
[snappyHexMesh] snappyhexmesh user guide hei@ge OpenFOAM Meshing & Mesh Conversion 5 March 7, 2012 06:34
Incorrect utility names in User Guide schoon OpenFOAM Bugs 1 October 23, 2008 12:32
CFX User Guide query siw CFX 0 August 21, 2008 04:15
[blockMesh] BlockMesh documentation User Guide clearance of mergePatchPairs proposals benru OpenFOAM Meshing & Mesh Conversion 0 June 9, 2008 03:22
Ist it only me that cant read the user guide pdf olle53 OpenFOAM 5 April 5, 2006 23:14


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