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

How to check Zone deformation?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 22, 2011, 01:26
Default How to check Zone deformation?
  #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.
raghu mohan 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
Problem in running ICEM grid in Openfoam Tarak OpenFOAM 6 September 9, 2011 17:51
critical error during installation of openfoam Fabio88 OpenFOAM Installation 21 June 2, 2010 03:01
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found piprus OpenFOAM Installation 22 February 25, 2010 13:43
Problems in compiling paraview in Suse 10.3 platform chiven OpenFOAM Installation 3 December 1, 2009 07:21
Problem in IMPORT of ICEM input file in FLUENT csvirume FLUENT 2 September 9, 2009 01:08


All times are GMT -4. The time now is 15:16.