|
[Sponsors] | |||||
|
|
|
#1 |
|
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 |
|
|
||
|
|
|
#2 |
|
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 |
|
|
||
|
|
|
#3 |
|
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 |
|
|
||
|
|
|
#4 |
|
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 |
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dynamic Mesh on Pintle type injector. | herntan | FLUENT | 16 | September 4, 2020 09:27 |
| pls help. mesh collapsed with dynamic mesh. | wlt_1985 | FLUENT | 2 | May 7, 2020 11:42 |
| Incylinder dynamic mesh with volumetric reaction | mas | FLUENT | 4 | May 3, 2012 11:22 |
| dynamic mesh on a hexa grid | Manoj Kumar | FLUENT | 0 | August 21, 2007 08:41 |
| Dynamic mesh + grid adapt = Crash! (Files included | BillH | FLUENT | 4 | July 24, 2007 16:31 |