|
[Sponsors] |
September 18, 2014, 14:53 |
UDF : 6DOF valve in rotation
|
#1 |
New Member
Giovanni
Join Date: Sep 2014
Posts: 5
Rep Power: 12 |
Hi mates,
Hi mates, I'm making a simulation of an aortic valve,it is a fluid-structure interaction between the fluid and this valve. The valve has 1 degree of freedom that is the rotation, so i used this udf: #include "udf.h" DEFINE_SDOF_PROPERTIES(valve, prop, dt, time, dtime) { prop[SDOF_MASS] = 0.001; prop[SDOF_IZZ] = 0.00833; prop[SDOF_ZERO_TRANS_X] = TRUE ; prop[SDOF_ZERO_TRANS_Y] = TRUE ; prop[SDOF_ZERO_TRANS_Z] = TRUE ; prop[SDOF_ZERO_ROT_Y] = TRUE ; prop[SDOF_ZERO_ROT_Z] = TRUE ; printf ("\n2d_valve: Updated 6DOF properties"); } what i missed ? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using 6dof for 3D turbine rotation | mg.mithun | Fluent UDF and Scheme Programming | 8 | July 24, 2018 01:53 |
Gate valve flow simulations... | nikesh | FloEFD, FloWorks & FloTHERM | 5 | January 28, 2014 02:31 |
Source Term UDF VS Porous Media Model | pchoopanya | Fluent UDF and Scheme Programming | 1 | August 28, 2013 07:12 |
I need UDF help. | S.Whitney | FLUENT | 0 | October 15, 2007 12:29 |
Valve Forces in CFdesign | Mike Clapp | Main CFD Forum | 3 | March 8, 2001 15:09 |