|
[Sponsors] |
December 22, 2011, 02:26 |
How to check Zone deformation?
|
#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. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem in running ICEM grid in Openfoam | Tarak | OpenFOAM | 6 | September 9, 2011 18:51 |
critical error during installation of openfoam | Fabio88 | OpenFOAM Installation | 21 | June 2, 2010 04:01 |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |
Problems in compiling paraview in Suse 10.3 platform | chiven | OpenFOAM Installation | 3 | December 1, 2009 08:21 |
Problem in IMPORT of ICEM input file in FLUENT | csvirume | FLUENT | 2 | September 9, 2009 02:08 |