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

problem 3d scroll - no remeshing -

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 16, 2012, 04:30
Default problem 3d scroll - no remeshing -
  #1
New Member
 
ferrari
Join Date: Jun 2012
Location: italy
Posts: 1
Rep Power: 0
ferruz84 is on a distinguished road
Good morning,
*** I am a student who is writing her thesis on a scroll-type expander volumetric and I encountered some problems using the dynamic mesh fluent in package ansys 13.
problem:
1) I used to build the tetra mesh from ICEM, correct? or should I use a mesh with hexahedral?
2) the UDF is right? -->

#include <udf.h>

DEFINE_CG_MOTION(wall_pale_mobili, dt, cg_vel, cg_omega, time, dtime)
{
Thread *t;
face_t f;
real freq = 0.13695;
real amp = 0.0067;
real ampy = -0.0067;

real omega;
real velx;
real vely;

omega= 2.0*M_PI*freq;
velx = amp*sin(omega*time);
vely = ampy*cos(omega*time);

cg_vel[0] = velx; /* x-velocity*/
cg_vel[1] = vely; /* y-velocity*/
cg_vel[2] = 0.0;

NV_S (cg_omega, =, 0.0); /* no angular motion */

}

3) I used remeshing local cell and 2.5 D. .. what do I need to concentrate?
4) dynamic mesh in the preview, you see only smoothing and remeshing, why?
thank you very much
ferruz84 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
Remeshing in FSI problem tctczxh CFX 12 September 25, 2014 11:11
Problem with moving mesh and remeshing technique.. stephen__white CFX 2 April 4, 2011 08:42
scroll compressor: NOT REMESHING 2ND LAYER Pedro ROS FLUENT 1 August 31, 2007 08:23
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13


All times are GMT -4. The time now is 19:13.