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

why fluent 6dof rotational mass cannot be changed??

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 4, 2020, 09:07
Question why fluent 6dof rotational mass cannot be changed??
  #1
New Member
 
Join Date: Jul 2014
Posts: 14
Rep Power: 12
EngGhost is on a distinguished road
hello dears,
I'm using fluent ansys 19.2, and working on a swing check valve simulation, it is a flapper/door hinged in the top of a pipe, and the flow pushes and moves that flapper up.
i've defined the solid material of the flapper as plastic PLA (density=1240 kg/m^3),
the fluid is liquid water,
then i defined the 6dof properties :
name: flapper_rotation
mass: 0.015 kg,
one dof rotation
the rotating axis : (1,0,0)
center of rotation (0,22.5,0)
center of gravity location (0,12,23)
constrained angle: min=-60 , max = 60
inertia: 5.2e-6
then I pressed OK, and I closed the 6dof property dialogue
>>>>> and here is the proplem
I reopen the "flapper_rotation" and found the mass has changed to 0 kg !!!
I re-changed the mass value to 0.015 kg, closed the 6dof property dialogue, then reopened it again and found the mass again has changed to 0 kg !!!!!!!!!!!!!!!!!!!!!!!!
it cannot keep the value I assign to it !!,
but though i started the simulation with inlet velocity of 0.13 m/s which i have experimentally investigated the flapper with, this velocity value is very sufficient to push the plastic PLA flapper up, but in the simulation it just pushed it a tiny little bit, which means that the mass of it has really changed to 0 kg and not as 0.015 as i have feed the solver.

can any one help with this bug that always changes the mass value in the 6dof property dialogue to 0 kg???

n.b. i've thought of using a UDF file, but I cannot find an option to restrict the angular motion in the UDF manual.

thanks a lot ,

Last edited by EngGhost; April 4, 2020 at 14:04.
EngGhost is offline   Reply With Quote

Old   April 6, 2020, 06:21
Default Mass
  #2
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 36
vinerm will become famous soon enough
Fluent does not use the mass based on the density provided for the material. In fact, solid object does not need to be there at all. However, as you stated that you defined the mass as 0.015 kg, it should work with that. Are you using UDF to specify this or are you directly entering this value in the GUI? To restrict motions within UDF, there are options available, such as, to restrict translation and rotation about x, set the following to true, SDOF_ZERO_TRANS_X and SDOF_ZERO_ROT_X
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   April 7, 2020, 11:26
Default
  #3
New Member
 
Join Date: Jul 2014
Posts: 14
Rep Power: 12
EngGhost is on a distinguished road
thanks for your reply Vinerm,
I know that fluent does not care about the solid properties, but I just added it just in case,
but I mainly entered the mass of 0.015 g in the user interface pannel of the 6dof property,
but when I click ok and go back I found it zero again,
I may try using the udf,
but what I mean if udf restriction of motion is that I will have a 1dof rotational motion about x axis plus I want this 1dof rotation to work only between 0 and 60 degrees only, which I cannot find a way to do that in udf codes..
EngGhost is offline   Reply With Quote

Old   April 7, 2020, 13:08
Default Value
  #4
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 36
vinerm will become famous soon enough
That's strange. Never observed such behavior. Are you using Fluent in single precision or double precision?
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   April 8, 2020, 16:17
Default
  #5
New Member
 
Join Date: Jul 2014
Posts: 14
Rep Power: 12
EngGhost is on a distinguished road
I use single precision,
I've read that doube precision is effective only in very small meshes (nano meter) while my mesh minimum cell size is 2 mm
EngGhost is offline   Reply With Quote

Old   April 9, 2020, 03:36
Default Double Precision
  #6
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 36
vinerm will become famous soon enough
You have heard it wrong then. At nano-meter scale, Navier-Stokes equation is not even valid. Double precision is to be meant for use if value of any field variable varies by a very small amount from cell to cell. For all industrial problems, it is recommended to use double precision.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   April 10, 2020, 07:29
Default
  #7
New Member
 
Join Date: Jul 2014
Posts: 14
Rep Power: 12
EngGhost is on a distinguished road
thanks for the info,
I'll try it for sure..
EngGhost is offline   Reply With Quote

Old   January 31, 2023, 23:40
Default
  #8
Member
 
Join Date: Jun 2017
Posts: 55
Rep Power: 11
srsel6 is on a distinguished road
Quote:
Originally Posted by EngGhost View Post
hello dears,
I'm using fluent ansys 19.2, and working on a swing check valve simulation, it is a flapper/door hinged in the top of a pipe, and the flow pushes and moves that flapper up.
i've defined the solid material of the flapper as plastic PLA (density=1240 kg/m^3),
the fluid is liquid water,
then i defined the 6dof properties :
name: flapper_rotation
mass: 0.015 kg,
one dof rotation
the rotating axis : (1,0,0)
center of rotation (0,22.5,0)
center of gravity location (0,12,23)
constrained angle: min=-60 , max = 60
inertia: 5.2e-6
then I pressed OK, and I closed the 6dof property dialogue
>>>>> and here is the proplem
I reopen the "flapper_rotation" and found the mass has changed to 0 kg !!!
I re-changed the mass value to 0.015 kg, closed the 6dof property dialogue, then reopened it again and found the mass again has changed to 0 kg !!!!!!!!!!!!!!!!!!!!!!!!
it cannot keep the value I assign to it !!,
but though i started the simulation with inlet velocity of 0.13 m/s which i have experimentally investigated the flapper with, this velocity value is very sufficient to push the plastic PLA flapper up, but in the simulation it just pushed it a tiny little bit, which means that the mass of it has really changed to 0 kg and not as 0.015 as i have feed the solver.

can any one help with this bug that always changes the mass value in the 6dof property dialogue to 0 kg???

n.b. i've thought of using a UDF file, but I cannot find an option to restrict the angular motion in the UDF manual.

thanks a lot ,


I just had this issue, it's a bug in the Fluent GUI. Simply switch to single DOF translation, change the mass value, and click ok and close the prompt. Then, reopen the prompt, change from single DOF translation to single DOF rotation, and then click ok. The mass should now be correct
srsel6 is offline   Reply With Quote

Reply

Tags
6dof, fluent


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
Inconsistencies in reading .dat file during run time in new injection model Scram_1 OpenFOAM 0 March 23, 2018 22:29
Mass Flow Rate in Fluent mhakimakbar FLUENT 2 April 22, 2016 13:12
Running UDF with Supercomputer roi247 FLUENT 4 October 15, 2015 13:41
CFX overwhelming Fluent in mass convergence of boundary layer separation case Pierre1 FLUENT 7 March 26, 2015 21:43
Different result in CFX and fluent for mass trans.? is segregated better? ftab CFX 7 September 27, 2012 07:57


All times are GMT -4. The time now is 02:17.