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

would someone give me a example of udf for 6DOF?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 17, 2005, 03:43
Default would someone give me a example of udf for 6DOF?
  #1
conan
Guest
 
Posts: n/a
would someone give me a example of udf for 6DOF calculation?

best regard
  Reply With Quote

Old   October 27, 2005, 15:21
Default Re: would someone give me a example of udf for 6DO
  #2
shiva
Guest
 
Posts: n/a
dude,

isnt it there on fluent site, cutomer-support web-page?

Sai
  Reply With Quote

Old   November 3, 2005, 19:11
Default Re: would someone give me a example of udf for 6DO
  #3
Maciej
Guest
 
Posts: n/a
#include "udf.h"

DEFINE_SDOF_PROPERTIES(stage, prop, dt, time, dtime)

{

prop[SDOF_MASS] = 1;

prop[SDOF_IXX] = 1.333e-4;

prop[SDOF_IYY] = 1.333e-4;

prop[SDOF_IZZ] = 1.333e-4;

}

* * * * *

where SDOF_MASS - mass of the element, SDOF_IXX,YY,ZZ - moment of inertia.

  Reply With Quote

Old   January 24, 2011, 21:10
Smile
  #4
New Member
 
Baiqiu
Join Date: Jan 2011
Posts: 3
Rep Power: 15
holysky is on a distinguished road
Quote:
Originally Posted by Maciej
;125806
#include "udf.h"

DEFINE_SDOF_PROPERTIES(stage, prop, dt, time, dtime)

{

prop[SDOF_MASS] = 1;

prop[SDOF_IXX] = 1.333e-4;

prop[SDOF_IYY] = 1.333e-4;

prop[SDOF_IZZ] = 1.333e-4;

}

* * * * *

where SDOF_MASS - mass of the element, SDOF_IXX,YY,ZZ - moment of inertia.

using the code above, i got a message: 6dof must have a positive mass,,
can you explain it,,thank you!
holysky 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
Dynamic Mesh UDF Qureshi FLUENT 7 March 23, 2017 07:37
HELP! adding a mass source to VOF eqn. by UDF??? ROOZBEH FLUENT 5 December 3, 2016 17:53
I/O of a real value by "DEFINE_RW_FILE" (UDF) Pietro Asinari Fluent UDF and Scheme Programming 1 August 15, 2015 19:08
Acceleration of a point using a UDF fackre2 FLUENT 0 October 22, 2009 21:59
DEFINE_GEOM UDF Problems Pat FLUENT 0 August 14, 2003 13:16


All times are GMT -4. The time now is 13:08.