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

Periodic boundary conditions can somebody help?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 21, 2013, 09:58
Default Periodic boundary conditions can somebody help?
  #1
New Member
 
N/A
Join Date: Apr 2013
Posts: 18
Rep Power: 13
Tarano is on a distinguished road
In the picture you can see my geometry. What i want to do is create a periodic boundary condition between those two arrows, (around the geometry there will also be mesh. I have successfully created the periodic boundary conditions. But now i want a time-delay between those two boundaries as those points are connected with a tube with a specific length. I can't seem to figure out how to do that. I can't create the full length of the tube in the geometry due to entailment of the air. If a time-delay is not possible other suggestions would be welcome.

thanks for the help in advance
Tarano is offline   Reply With Quote

Old   May 21, 2013, 10:01
Default
  #2
New Member
 
N/A
Join Date: Apr 2013
Posts: 18
Rep Power: 13
Tarano is on a distinguished road
somehow the picture didn't upload with it

Last edited by Tarano; May 22, 2013 at 19:00.
Tarano is offline   Reply With Quote

Old   May 21, 2013, 13:35
Default
  #3
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,151
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
If you look at your problem from the programming point of view you will notice that, independently from fluent, you actually need some storage for your profile for all the times between the current one and the lagged one of interest.

Now, to store this data, i can't think of a better option than actually meshing the connecting pipe.

This is because, in time or space, you will just need enough grid points to describe the evolution between the two faces along this connecting tube.

What is the length of the tube over its diameter and how many points you think you will need there? In theory, how many time steps would be required to store the time evolution of the profile during the lag time?

Consider that your periodic faces can be anywhere in the domain so, in theory, the connecting tube can still use the periodic boundary condition to connect the two faces. For example, if your domain is such that A e B are the periodic faces with lag, you can create an additional domain with faces C and D, like sketched below (hope you recognize your domain):


----------|OUT|-------------

A_______ | IN |___________B



------------------------------------------

C__________ tube of length L __________D


So, you can now use the following periodicities:

B with C
D with A

such that the overall geometry is like it is all connected, even if the second domain is totally separate from the main one.
sbaffini is offline   Reply With Quote

Old   May 21, 2013, 14:26
Default
  #4
New Member
 
N/A
Join Date: Apr 2013
Posts: 18
Rep Power: 13
Tarano is on a distinguished road
he sbaffini, thank you very much for you advice i never though of doing it that way i am going to try it and see if it works but looking at how you explained it this should work very well.
Tarano is offline   Reply With Quote

Old   May 22, 2013, 10:58
Default
  #5
New Member
 
N/A
Join Date: Apr 2013
Posts: 18
Rep Power: 13
Tarano is on a distinguished road
He sbaffini,

have you ever done something like this before in fluent. I tried using interface boundary conditions and then having two meshes uploading them into fluent together (this will give me two fluid zones). But i can't seem to set up the interface correctly in fluent.

I have the exact same nodes on both locations but it seems that it doesn't like my offset i set. (i could use the auto because he couldn't find it so i had to do it manually which i did i placed the second zone in front of the first zone this means the offset is both in X and Y directions)

I used periodic boundary conditions within mesh interface in fluent.

This is the error i am getting.

Note: zone-surface: cannot create surface from sliding interface zone.
Creating empty surface.
Note: zone-surface: cannot create surface from sliding interface zone.
Creating empty surface.
Note: zone-surface: cannot create surface from sliding interface zone.
Creating empty surface.
Note: zone-surface: cannot create surface from sliding interface zone.
Creating empty surface.
Note: zone-surface: cannot create surface from sliding interface zone.
Creating empty surface.
Note: zone-surface: cannot create surface from sliding interface zone.
Creating empty surface.
Error: Non-conformal periodic interface with empty intersection.
Primitive Error at Node 0: Couldn't intersect threads 20031 and 14.


Primitive Error at Node 1: Couldn't intersect threads 20031 and 14.


Primitive Error at Node 2: Couldn't intersect threads 20031 and 14.


Primitive Error at Node 3: Couldn't intersect threads 20031 and 14.


Primitive Error at Node 4: Couldn't intersect threads 20031 and 14.


Primitive Error at Node 5: Couldn't intersect threads 20031 and 14.


Primitive Error at Node 6: Couldn't intersect threads 20031 and 14.


Primitive Error at Node 7: Couldn't intersect threads 20031 and 14.


This is likely due to incorrect specification of periodic
offset values. Please check the offset values specified
and recreate the interface.

Error: Couldn't intersect threads 20031 and 14.


If you have any tips for me i would appreciate it
Tarano is offline   Reply With Quote

Old   May 22, 2013, 11:10
Default
  #6
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,151
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
I don't understand why are you using the interface if you have exactly the same nodes on both faces (if i understood correctly).

However, it seems also that you are using a sliding interface, something i never used. Is this still related to the previous case?
sbaffini is offline   Reply With Quote

Old   May 22, 2013, 11:30
Default
  #7
New Member
 
N/A
Join Date: Apr 2013
Posts: 18
Rep Power: 13
Tarano is on a distinguished road
I used interface because i though that was the way to connect two different flows together. I am not that experienced with CFD or fluent and nobody i know has done something like connecting two flows over a distance from each other.

This is still relevant to the previous case i have the combined mesh in the picture i just uploaded the arrows show where the parts are that i am trying to connect to each other though because its a big mesh in geometry size you can't really see the exact connection points.

These are two meshes 1 of the tube and 1 of the nozzle and the rest

the amount of nodes are exactly the same there 9 nodes in the width and the spacing in exactly the same.

How would you suggest i set the boundary conditions and this fluent solution to link the boundary correctly?

I am using icem to mesh my geometry and set basic boundary conditions.

Btw don't look quality of the the mesh is this is just a test case to get the boundary conditions correct first before i implement it in the real mesh

Last edited by Tarano; May 22, 2013 at 18:59.
Tarano is offline   Reply With Quote

Old   May 22, 2013, 11:33
Default
  #8
New Member
 
N/A
Join Date: Apr 2013
Posts: 18
Rep Power: 13
Tarano is on a distinguished road
I don't know what a sliding-interface is i didn't set it up knowly
Tarano is offline   Reply With Quote

Old   May 22, 2013, 12:05
Default
  #9
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,151
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
Ok, as i still have some difficulties in understanding, i will assume the following:

1) you are still dealing with the original problem mentioned in this post

2) the last figure you attached is an enlargement of the previous one, where now
the additional connecting tube is also present (actually, it is more like a line but i presume this is just due to the dimension)

3) You are working in 2D, which is the only case where you couldn't actually connect the two original faces

4) For ease of discussion, let's say that the names of the faces are (with respect to the last figure):

A: top right (red one)
B: bottom right (white one)
C: top left (red one)
D: bottom left (white one)

5) I asume you are working with Fluent 12 or higher, otherwise some details might be different (but probably not)

With this premise, what you should actually do is:

a) Set A,B,C and D just as walls in the mesh generator

b) Once in Fluent, you will need to set the periodicities according to the following commands (via TUI):

gr/mo/mp
A_id
D_id
n
y
y
gr/mo/mp
B_id
C_id
n
y
y

where each line is a text to be digited in the Fluent TUI (followed by Enter). A_id, B_id, C_id, D_id are the IDs of the four faces, which you can find in the define->boundary conditions panel.

After this you are done. Consider that connecting red with red and White with White would have been possible but would have required a 180° rotation and a more cumbersome procedure. That's why i suggest to connect the faces in cross.
sbaffini is offline   Reply With Quote

Old   May 22, 2013, 18:38
Default
  #10
New Member
 
N/A
Join Date: Apr 2013
Posts: 18
Rep Power: 13
Tarano is on a distinguished road
All your assumptions where correct. I think you understood exactly what i wanted. It works aswell thank you, I am using fluent V14, its really strange. I normally only use the GUI and not the TUI. But i notice in the GUI i can't do what you just did but in the TUI you can.

I thank you for you great help its working now, and now i can imply it to the full grid model.
Tarano 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
ribbed channel / simpleFoam / boundary conditions beeo OpenFOAM Pre-Processing 20 July 17, 2013 08:39
periodic boundary conditions fro pressure Salem Main CFD Forum 21 April 10, 2013 00:44
Periodic boundary conditions in 3D Eulerian granular flow simulations dsm FLUENT 4 March 2, 2012 19:04
periodic boundary conditions mranji1 Main CFD Forum 4 August 24, 2009 23:45


All times are GMT -4. The time now is 23:54.