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

Dynamic mesh - again

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 14, 2005, 04:58
Default Dynamic mesh - again
  #1
Antoni
Guest
 
Posts: n/a
I need help !!! I am combining and nothing.

I have four wall:

wall-1

______________

| |

| |

| | wall-2 | | wall-3

| |

| |

______________

wall-4 If it's possible to moving wall-4 (direction to wall-1) without uses UDF file. Which walls is stationary and moving. And which parameters in "Dynamic Mesh" I must determine???.

Regards
  Reply With Quote

Old   June 15, 2005, 05:28
Default Re: Dynamic mesh - again
  #2
Antoni
Guest
 
Posts: n/a
Sorry, but my schematic is not clear. This is square which consist od four walls (top - wall1, bottom -wall4, left -wall2, right-wall3).

Regards
  Reply With Quote

Old   June 15, 2005, 10:56
Default Re: Dynamic mesh - again
  #3
Rafael
Guest
 
Posts: n/a
only wall-4 you don't need use stationary set layering

you can use in-cilinder for tests or try this udf

#include "udf.h"

static double linear;

DEFINE_CG_MOTION(linear, dt, vel, omega, time, dtime) { real w = 300,a=0.1;

NV_S (omega,=, 0.0);

linear = w*sin(w*CURRENT_TIME); vel[0] = linear; }

0 is the direction of moving

0 is x 1 is y 2 is z

  Reply With Quote

Old   June 16, 2005, 04:44
Default Re: Dynamic mesh - again
  #4
Antoni
Guest
 
Posts: n/a
Hi

But I cannot compiled:

..\..\src\pist.c(8) : error C2373: 'linear' : redefinition; different type modifiers

..\..\src\pist.c(4) : see declaration of 'linear'

Regards
  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
Dynamic Mesh on Pintle type injector. herntan FLUENT 16 September 4, 2020 08:27
pls help. mesh collapsed with dynamic mesh. wlt_1985 FLUENT 2 May 7, 2020 10:42
Incylinder dynamic mesh with volumetric reaction mas FLUENT 4 May 3, 2012 10:22
dynamic mesh on a hexa grid Manoj Kumar FLUENT 0 August 21, 2007 07:41
Dynamic mesh + grid adapt = Crash! (Files included BillH FLUENT 4 July 24, 2007 15:31


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