|
[Sponsors] |
February 8, 2006, 14:29 |
Very simple moving mesh
|
#1 |
Guest
Posts: n/a
|
Hi there,
I need to create a very simple moving mesh to test out the function. What I would like to do is create a 2D axisymmetric laminar pipe flow mesh with two halves, and allow the mesh to deform over time, much like this: http://img215.imageshack.us/img215/9202/problem9yn.jpg Then I would like to compare the results from this to that of a non-deforming mesh. Can this simple moving mesh be created without the use of a UDF or do I need to write one? Perhaps there is a simpler way for me to obtain a moving mesh? Any help/tips/comments would be greatly appreciated! Pete |
|
February 9, 2006, 01:27 |
Re: Very simple moving mesh
|
#2 |
Guest
Posts: n/a
|
hi, yes it is very simple (in your case) you just have to work with layering. So your mesh has to be with quad. You can just write a profile with your velocity. In the dynamic mesh panel, enable layering, then define your moving wall with rigid body, add the motion description with your profile.Then you just need to define 2 stationnary walls (from which cell layers will be added or suppressed. That's all Hope it helps mAx
|
|
February 9, 2006, 13:23 |
Re: Very simple moving mesh
|
#3 |
Guest
Posts: n/a
|
Hey mAx, thanks very much for the reply, it was very useful. With regard to the profile, what variables do I need to include to move the profile from one place to another.
Presumably I need to have some time steps (e.g from 1 to 10) and then the position - like this?: ((wall.8 transient 10 1) (time 1 2 3 4 5 6 7 8 9 10 ) (x-coordinate 1.9949999 1.95 1.90 1.85 1.80 1.75 1.70 1.65 1.60 1.55 ) ) I tried this and it doesn't seem to work.... |
|
February 9, 2006, 14:33 |
Re: Very simple moving mesh
|
#4 |
Guest
Posts: n/a
|
Actually I have just got it working! Thanks very much for your help, I wouldn't have been able to figure it out otherwise.
For those wanting to use my solution, my profile file is as follows (This assumes only one profile is moving relative to another): ((velocity_inlet.11 transient 10 1) (time 1 2 3 4 5 6 7 8 9 10 ) (x 0 -0.1 -0.2 -0.3 -0.4 -0.5 -0.6 -0.7 -0.8 -0.9 ) ) |
|
February 10, 2006, 01:12 |
Re: Very simple moving mesh
|
#5 |
Guest
Posts: n/a
|
your profile has to use the velocity of your body
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
How to let the mesh motion solver just solve a small region near a moving boundary? | zhajingjing | OpenFOAM Running, Solving & CFD | 9 | April 28, 2016 05:15 |
[Gmsh] 2D Mesh Generation Tutorial for GMSH | aeroslacker | OpenFOAM Meshing & Mesh Conversion | 12 | January 19, 2012 04:52 |
Dynamic Mesh moving interface help | akash.iitb | FLUENT | 0 | August 24, 2010 00:53 |
Moving Mesh Run problem - Scientific Linux | G. SE | Siemens | 2 | May 7, 2008 08:15 |