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

remeshing of inlet/outlet wall

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 24, 2014, 11:03
Default remeshing of inlet/outlet wall
  #1
New Member
 
Join Date: Mar 2011
Posts: 1
Rep Power: 0
Molonski is on a distinguished road
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.
Attached Images
File Type: jpg 2d_carotid_tri2.jpg (95.5 KB, 22 views)
File Type: jpg 2d_carotid_tri.jpg (99.3 KB, 22 views)
Molonski is offline   Reply With Quote

Old   October 1, 2014, 06:25
Default
  #2
Senior Member
 
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 22
vasava will become famous soon enough
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;
}
Then in the Dynamic Mesh Zones Dialog Box set the inlet and the outlet as Deforming.

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 06:27. Reason: typo
vasava 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
Very technical question about solving wall boundary layer ... jlb001 FLUENT 6 December 27, 2014 05:56
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
Is wall ajacent temperature equal to conservative temperature of the wall? shenying0710 CFX 8 January 4, 2013 04:03
UDF for wall slipping HFLUENT Fluent UDF and Scheme Programming 0 April 27, 2011 12:03
Quick Question - Wall Function D.Tandra Main CFD Forum 2 March 16, 2004 04:29


All times are GMT -4. The time now is 11:31.