|
[Sponsors] |
September 24, 2014, 12:03 |
remeshing of inlet/outlet wall
|
#1 |
New Member
Join Date: Mar 2011
Posts: 1
Rep Power: 0 |
Hi everyone,
I'm modeling a 2d compliant tube. I specify downward movement of the bottom wall via DEFINE_GRID_MOTION UDF, and the fluid domain remeshes ok but I'm having difficultly getting the inlet and outlet walls to remesh and increase the no. of nodes. The attached images show the simple geometry, prior to deformation and after the wall has been deformed. As you can see the outlet wall (red line) does not remesh. I've tried setting both inlet and outlet as deformable in the dynamic mesh zones and adjusting the length scale values based on the zone scale info but it still does not remesh. Any help would be much appreciated. |
|
October 1, 2014, 07:25 |
|
#2 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
For inlet and outlet you can fix its position by using DEFINE_GEOM macro. See the following example:
Code:
DEFINE_GEOM(plane, domain, dt, position) { position[1] = R; } In the Geometry Definition tab select user-defined and in the Geometry UDF select plane i.e the name of the UDF function. In the Meshing Options enable Smoothing. I hope this helps. Last edited by vasava; October 1, 2014 at 07:27. Reason: typo |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Very technical question about solving wall boundary layer ... | jlb001 | FLUENT | 6 | December 27, 2014 06:56 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
Is wall ajacent temperature equal to conservative temperature of the wall? | shenying0710 | CFX | 8 | January 4, 2013 05:03 |
UDF for wall slipping | HFLUENT | Fluent UDF and Scheme Programming | 0 | April 27, 2011 13:03 |
Quick Question - Wall Function | D.Tandra | Main CFD Forum | 2 | March 16, 2004 05:29 |