|
[Sponsors] | |||||
would someone give me a example of udf for 6DOF? |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Guest
Posts: n/a
|
would someone give me a example of udf for 6DOF calculation?
best regard |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
dude,
isnt it there on fluent site, cutomer-support web-page? Sai |
|
|
||
|
|
|
#3 |
|
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. |
|
|
||
|
|
|
#4 | |
|
New Member
Baiqiu
Join Date: Jan 2011
Posts: 3
Rep Power: 16 ![]() |
Quote:
using the code above, i got a message: 6dof must have a positive mass,, can you explain it,,thank you! |
||
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dynamic Mesh UDF | Qureshi | FLUENT | 7 | March 23, 2017 08:37 |
| HELP! adding a mass source to VOF eqn. by UDF??? | ROOZBEH | FLUENT | 5 | December 3, 2016 18:53 |
| I/O of a real value by "DEFINE_RW_FILE" (UDF) | Pietro Asinari | Fluent UDF and Scheme Programming | 1 | August 15, 2015 20:08 |
| Acceleration of a point using a UDF | fackre2 | FLUENT | 0 | October 22, 2009 22:59 |
| DEFINE_GEOM UDF Problems | Pat | FLUENT | 0 | August 14, 2003 14:16 |