CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ANSYS Meshing & Geometry (https://www.cfd-online.com/Forums/ansys-meshing/)
-   -   [GAMBIT] Set up problem for moving mesh (https://www.cfd-online.com/Forums/ansys-meshing/72928-set-up-problem-moving-mesh.html)

bobmalaria February 22, 2010 07:11

Set up problem for moving mesh
 
1 Attachment(s)
Dear group,

I try to model Cemical vapour deposition with a moving substrate plate. I found an article:

Using Dynamic Mesh Models to Simulate
Electrostatic Spray-Painting
//by Q. Ye
// Institut f¨ur Industrielle Fertigung und Fabrikbetrieb Universit¨at Stuttgart
Nobelstr. 12, D-70569 Stuttgart, Germany

which is in principle very similar to what I want to achive. Please have a look at the attached jpeg.

My inlet slot is a much simpler geometry (rectangular volume) and I imported it, and substracted it from a bigger (environment)volume.
The substracted volume was retained and I used a face as my inlet.

After importing into Fluent, this inlet is not found and skipped. Do I have to split the face with the volume?

The second question would be: How can I create a mesh as the one shown in the picture. I guess I have to create a virtual cylinder/cube around my geometry and mesh it. But how do I implement the size function so that the mesh becomes crude on the outside?

Best regards

-mAx- February 23, 2010 02:26

*check the warning in the transcript window while exporting
*check if you don't have superposed entitis at your inlet
*check in the Boundyry Panel if your inlet is still set (if it is already referenced in anoter Boundary, Gambit will skip it) --> one entity can only appear under one Boundary

To your 2nd question, apply a SF with outter edges from your cube/cylinder as source, and that's it

bobmalaria March 2, 2010 06:42

Hi,

I tried to follow your hints but I still have one problem. If I draw a zylinder around my inlet, the fluid circulates inside this zylinder instead of spreading out in the whole domain. I specified the zylinder as a FLUID continuum type in gambit.

Do I have to split the zylinder volume with the bigger cube around it first?

Best regards

-mAx- March 2, 2010 06:59

post a picture

bobmalaria March 2, 2010 07:06

Hi,

thank you for the quick response.
Stupid me :-) after splitting the volumes with each other it works fine. Now I will check how it works when I apply my UDF for translational movement.

Would you suggest to try layering and to use hex meshes first and if that is not satisfactory move on to tet meshes with remeshing?
If I understood it correctly, with remeshing enabled in fluent I have to use tet meshed!?

-mAx- March 2, 2010 08:01

yes with remeshed option, you need to work with tetras only.
Layering can also be used, but it depends on your geometry. You can also use sliding mesh + layering

bobmalaria March 3, 2010 08:03

1 Attachment(s)
Hi,

after sorting out the previous mistakes, I am stuck at the next thing I want to do.

Please have a look at the attached picture.

I want to move the gray brick in x direction of the model. I wrote a UDF with the DEFINE_CG_MOTION macro. Everything seems to work, but after starting the iteration in FLUENT with, say, the layering model, I get an error after a few iterations "negative volumes"

Looking at the grid, it seems that the brick does not move and simply the mesh cells are stretched.

Could someone give me a description on how to create an object that can move within the domain please?

Thank you

-mAx- March 3, 2010 09:11

If the grey brick will move using layering, you have to
check the tutorial "Using Dynamic Mesh"
It is based on layering, and everything is described.
Your issue sounds like your MDM parameters aren't well set

bobmalaria March 4, 2010 12:05

Hi,

the dynamic mesh tutorial helped. I looked at it before but it seems that I did not read it very carefully though.
I forgot to specify the volume around my moving body as a stationary zone.

Also I only applied my UPF to the walls of my moving body and forgot to apply it on its interior as well.

Now everything seems to work so far :-)

bobmalaria March 17, 2010 09:07

Hi,

I had some time to work on my model again and I have another problem. I hope you can tell me what I am doing wrong.

  • Imagine you careate a volume X=50mm, y=10mm, z=10mm centered.
  • In this you create another volume x=5mm, y=5mm, z=5mm
Now I want to move the second (small) volume with my UDF. This works fine so far, but the small volume is always detected as an interior by FLUENT and I can not change that.

However I need the flow (say air) to move around the moving smaller volume.
What do I have to change in Gambit or Fluent to make the small volume a solid object which moves inside of the domain?

Thank You

-mAx- March 17, 2010 09:47

why do you want to keep the small volume? Are the outter surfaces not enough?
Except if you want to compute conduction in solid, you don't need the solid mesh.
Your mesh should contain a hole, which defines your moving body.
If still want to keep it, try to define the volume as solid (Specidy continuum, icon next to BC), but I never tried that

bobmalaria March 17, 2010 10:00

hi,

the idea behind everything is:

A gas flows through a inlet gap from the top onto the small volume, around it and exits through an outlet. so the small volume has to be a solid object. this solid volume moves (translation in x direction) back and forth under the gas stream

when i split the large volume with the small volume, fluent creates a shadow of the walls and the object seems not to move.

when i specify the small interior in gambit as a solid, fluent does not recognize that as solid and the gas flows straight through. i also tried to define it as fluid and change it to 'wall' then but fluent crashes with a floating point error.

basically i would need to move a cavity through the fluid domain. Any idea on that?

-mAx- March 17, 2010 13:13

can you post an hand-sketch of your model?

bobmalaria March 17, 2010 14:52

1 Attachment(s)
hi,

i hope this makes it more clear

-mAx- March 18, 2010 01:16

1 Attachment(s)
I confirm what I said: delete the blue square, and set its outter edges as rigid body motion
On the picture you can see that the square is empty.
Attachment 2626

bobmalaria March 18, 2010 04:50

hi,

thank you very much, this is helpful (and i could bang my head on the table):o

Just to confirm, when you say 'delete' you mean 'subtract', right?

How did you manage to create a hex-mesh around the small volume. The only thing that seems to work is a tet mesh.

cheers

-mAx- March 18, 2010 05:11

I mean delete. There should be no cell in the square. (enable shaded mode an check if the square is empty, like in my picture)
my example is 2d, so gambit recognizes mappable surface and mesh it with quad directly. (mapp schema automatically selected)

bobmalaria March 18, 2010 05:57

hi,

ok the difference is the 2D or 3D modeling. In 3D, the hex map scheme is not longer available.

I tried to rebuild the 2D model as you suggested. after deleting/substracting, i meshed the 2D face and defined the (former) walls of the little sqaure as a 'wall' boundary condition.

after importing it into fluent and applying my UDF, the object won't move. Would you mind to send me your gambit model and fluent case file?

I ll send you my email in a private message

-mAx- March 18, 2010 06:09

with moving mesh, you don't just only need to define the moving walls.
You need to create moving zone, deforming surfaces, etc..
check the tutorial about Moving Mesh, it will help you to understand for sure

bobmalaria March 30, 2010 05:42

hi,

i had some time to work on the model again. i have a working version now, however it only works with a tri mehs (in 2D). whenever i try to use a hex/rectangular mesh the remeshing seems not to work.

well, i can live with that for now and will do some more testing when i find the time to do so

-mAx- March 30, 2010 06:05

Quote:

Originally Posted by bobmalaria (Post 252255)
hi,

i had some time to work on the model again. i have a working version now, however it only works with a tri mehs (in 2D). whenever i try to use a hex/rectangular mesh the remeshing seems not to work.

well, i can live with that for now and will do some more testing when i find the time to do so

Smoothing and remeshing options only work with tetra

lehoang_mai September 30, 2010 17:04

Dear -mAx-!
Can you help me in this problem?
http://www.cfd-online.com/Forums/flu...on-please.html

lehoang_mai October 11, 2010 12:36

Quote:

Originally Posted by -mAx- (Post 250522)
I confirm what I said: delete the blue square, and set its outter edges as rigid body motion
On the picture you can see that the square is empty.
Attachment 2626

Dear -mAx-!
Can you share me this tutorial with intruction for it!
Thanks for share!:)

-mAx- October 12, 2010 04:06

which tutorial?

lehoang_mai October 12, 2010 20:06

Hello -mAx-!
I want to study simulate moving mesh. Could you sent me this tutorial and his introduction how to set it? (Sorry, this is your pic:))
http://farm5.static.flickr.com/4045/...36a92a6d_z.jpg

Thank you for helps!

-mAx- October 13, 2010 01:56

this is not a tutorial.
I only draw it quick in gambit


All times are GMT -4. The time now is 06:47.