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

Deforming zone using DEFINE_GEOM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 23, 2011, 21:54
Default Deforming zone using DEFINE_GEOM
  #1
New Member
 
Join Date: Nov 2011
Posts: 13
Rep Power: 14
raghu mohan is on a distinguished road
I am using this UDF to get deformation in a wall(line):

#include "udf.h"
#include "stdio.h"

DEFINE_GEOM(parabola,d,dt,position)
{
position[1] = position[0]*position[0];
}


Basically I am trying to understand how the function DEFINE_GEOM works.

I used this UDF with dynamic mesh Smoothing method and specified DEFORMING (Geometry Definiton - UDF, Meshing Options - both smoothing & Remeshing) to create dynamic zone. Then I checked the deformation in that zone(wall) using DEFINE - Zone Motion by giving Time Step and No.of Steps but there was no deformation (Is this the way to check the deformation?).

Can you please help me to get(check) the deformation in the wall.

If you have any example related to deformation of Domain please send me to raghu.suravaram@yahoo.com
raghu mohan is offline   Reply With Quote

Old   March 25, 2013, 18:26
Default
  #2
New Member
 
Debanjan Deep
Join Date: Mar 2009
Posts: 14
Rep Power: 17
skyblue_mech is on a distinguished road
I am stuck with a similar problem where I have to model a moving boundary with time. I am using Define_Geom to define it. Did you find any help or tutorial?

DD
skyblue_mech is offline   Reply With Quote

Old   March 26, 2013, 02:22
Default
  #3
Senior Member
 
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 22
vasava will become famous soon enough
I think that you must have something else in your UDF that describes the motion/position of other faces/boundaries in your domain. While you have moving/dynamic face/boundary the motion of mesh attached to this face affects the meshes attached to other faces/boundaries.

I suggest you have a close look at the tutorial titled 'Using a UDF to Control the Dynamic Mesh of a Flexible Oscillating Membrane'.
vasava 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
[ICEM] Export ICEM mesh to Gambit / Fluent romekr ANSYS Meshing & Geometry 1 November 26, 2011 12:11
Problem in running ICEM grid in Openfoam Tarak OpenFOAM 6 September 9, 2011 17:51
Problem in IMPORT of ICEM input file in FLUENT csvirume FLUENT 2 September 9, 2009 01:08
Error to re-open fluent case file J.Gimbun FLUENT 0 April 27, 2006 08:42
Sliding mesh error Karl Kevala FLUENT 4 February 21, 2001 15:52


All times are GMT -4. The time now is 12:00.