|
[Sponsors] |
November 10, 2016, 10:23 |
6dof moving valve around point
|
#1 |
New Member
Christoph
Join Date: Jul 2016
Location: Stuttgart, Germany
Posts: 8
Rep Power: 10 |
Hello All,
i got a problem concerning 6dof and UDF. I got a 3D case and would like to move a valve by the pressure, that is generated by a moving wall. For the 6dof moving of the valve i used the following UDF: #include "udf.h" #include "math.h" DEFINE_SDOF_PROPERTIES(Valve_6dof, prop, dt, time, dtime) { prop[SDOF_MASS] = 1.645e-8; prop[SDOF_IXX] = 6.04e-15; /*The values for mass and moment of inertia are very low because the valve is very small.*/ prop[SDOF_ZERO_TRANS_X] = TRUE; prop[SDOF_ZERO_TRANS_Y] = TRUE; prop[SDOF_ZERO_TRANS_Z] = TRUE; prop[SDOF_ZERO_ROT_X] = FALSE; prop[SDOF_ZERO_ROT_Y] = TRUE; prop[SDOF_ZERO_ROT_Z] = TRUE; /*The case is symmetric in x-direction.*/ prop[SDOF_SYMMETRY_X] = 1; prop[SDOF_SYMMETRY_Y] = 0; prop[SDOF_SYMMETRY_Z] = 0; Message("6dof updated); https://picload.org/image/rdpaapao/cfd.png But the valve is not mooving at all. 1. As you can see in the picture i would like to rotate the valve around a certain point. Do I need to add that somehow? 2. Do i need to add the moment of inertia for SDOF_IYY and SDOF_IZZ because it is 3D or can i neglect it because it is only rotaiting around the x-axis. 3. The moment of inertia i calculated using the Steiner's theorem because it shall rotate not around the center but the point marked in the picture. Or do i need to link it to the cordinate system of the whole body? Any help is appreciated. If you need any further information please let me know. Thank you very much |
|
November 10, 2016, 13:49 |
|
#2 |
New Member
Christoph
Join Date: Jul 2016
Location: Stuttgart, Germany
Posts: 8
Rep Power: 10 |
Is it possible that it has something to do with the inertia? That my inertia is too low like it is in this case?
http://www.cfd-online.com/Forums/flu...eleration.html |
|
November 11, 2016, 12:57 |
|
#3 |
New Member
Christoph
Join Date: Jul 2016
Location: Stuttgart, Germany
Posts: 8
Rep Power: 10 |
And can anybody tell me what this message means:
6DOF angular solver has not converged I could not find anything in the cfd-board or even the internet concerning this. Thank you very much |
|
February 21, 2017, 10:49 |
|
#4 |
Member
saurabh kumar gupta
Join Date: Jul 2016
Location: kanpur,india
Posts: 53
Rep Power: 10 |
Hi,
Have you got the solution for your problem. i am also working on same type case where center of rotation is different from C.G of body. If possible we can work together. i will be happy to share what i know. Thanks. Saurabh |
|
March 1, 2017, 11:29 |
|
#5 |
New Member
Christoph
Join Date: Jul 2016
Location: Stuttgart, Germany
Posts: 8
Rep Power: 10 |
Hey rsaurabh,
sorry for the late answer, no I did not solve my problem. I worked around the valve by simulating it with boundary conditions. But if u find out something new, it would be nice if you can share it here. |
|
March 2, 2017, 01:31 |
|
#6 |
Member
saurabh kumar gupta
Join Date: Jul 2016
Location: kanpur,india
Posts: 53
Rep Power: 10 |
Hi schlappeseppel124,
Try using ANSYS 17.2 or above. in those versions 6DOF setting is easy to manage. You have both options there, either do 6DOF setting in setting your case else use UDF. i have implied my setting while setting my case. I hope this will help. |
|
July 10, 2017, 09:23 |
Old version solution
|
#7 |
New Member
thibaut
Join Date: Mar 2017
Posts: 2
Rep Power: 0 |
Hi all,
The new setup of SDOF solver in fluent v17 is more understandable as rsaurabh said. However, you can define it on older versions as well. The rotation center of a solid body is described as CG in Fluent. Go to dynamic mesh, create/edit dynamic mesh zone, and rigid body for your moving solid. There are coordinates for the centre gravity location, if you enable Six DOF option. Rotation will then be defined from this point. Hope this help ! |
|
June 20, 2018, 09:55 |
|
#8 |
Member
Join Date: Sep 2016
Posts: 43
Rep Power: 10 |
Hi Saurabh, did you manage to figure out how to rotate about a point different from the center of gravity? Please do let me know if you did, need help urgently!
|
|
Tags |
6dof, udf, valve |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem in toposet | Ahmed Khattab | OpenFOAM Pre-Processing | 27 | March 3, 2023 22:12 |
an odd(at least for me!) reconstructPar error on a field | immortality | OpenFOAM Running, Solving & CFD | 3 | June 3, 2013 23:36 |
CFX Post: Problems with moving point cloud for changing time steps | spatialtime | CFX | 0 | December 7, 2009 05:56 |
Comsol and moving point source | jemteo | COMSOL | 0 | September 12, 2009 01:24 |
Saving data at a point in moving domain | sawa | FLUENT | 0 | February 19, 2006 10:31 |