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

UDF : 6DOF valve in rotation

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By Johnmuddy

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 18, 2014, 13:53
Default UDF : 6DOF valve in rotation
  #1
New Member
 
Giovanni
Join Date: Sep 2014
Posts: 5
Rep Power: 11
Johnmuddy is on a distinguished road
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 ?
schlappeseppel124 likes this.
Johnmuddy is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Using 6dof for 3D turbine rotation mg.mithun Fluent UDF and Scheme Programming 8 July 24, 2018 00:53
Gate valve flow simulations... nikesh FloEFD, FloWorks & FloTHERM 5 January 28, 2014 01:31
Source Term UDF VS Porous Media Model pchoopanya Fluent UDF and Scheme Programming 1 August 28, 2013 06:12
I need UDF help. S.Whitney FLUENT 0 October 15, 2007 11:29
Valve Forces in CFdesign Mike Clapp Main CFD Forum 3 March 8, 2001 14:09


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