|
[Sponsors] |
December 23, 2011, 22:54 |
Deforming zone using DEFINE_GEOM
|
#1 |
New Member
Join Date: Nov 2011
Posts: 13
Rep Power: 15 |
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 |
|
March 25, 2013, 19:26 |
|
#2 |
New Member
Debanjan Deep
Join Date: Mar 2009
Posts: 14
Rep Power: 17 |
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 |
|
March 26, 2013, 03:22 |
|
#3 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
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'. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Export ICEM mesh to Gambit / Fluent | romekr | ANSYS Meshing & Geometry | 1 | November 26, 2011 13:11 |
Problem in running ICEM grid in Openfoam | Tarak | OpenFOAM | 6 | September 9, 2011 18:51 |
Problem in IMPORT of ICEM input file in FLUENT | csvirume | FLUENT | 2 | September 9, 2009 02:08 |
Error to re-open fluent case file | J.Gimbun | FLUENT | 0 | April 27, 2006 09:42 |
Sliding mesh error | Karl Kevala | FLUENT | 4 | February 21, 2001 16:52 |