CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Problem in multiphase Simulation

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By nimasam

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 14, 2012, 11:24
Exclamation Problem in multiphase Simulation
  #1
Member
 
Mohammad Fereshtehpour
Join Date: Jul 2011
Location: Iran
Posts: 61
Rep Power: 14
MOHAMMAD67 is on a distinguished road
Send a message via Skype™ to MOHAMMAD67
Dear friends
Hi
I couldn't model flow in pipe correctly and as you can see in the pictures attached, depth of flow increases as time passes. It is impossible in reality. I really test a lot of ways to overcome this problem but I didn't succeed. Now I'm in pressure because of my results and lack of time.

Thanks in Advance
Attached Images
File Type: jpg t=2sec.jpg (25.4 KB, 62 views)
File Type: jpg t=11sec.jpg (26.4 KB, 52 views)
Attached Files
File Type: gz 0.tar.gz (4.3 KB, 7 views)
MOHAMMAD67 is offline   Reply With Quote

Old   December 15, 2012, 07:16
Default
  #2
Senior Member
 
akidess's Avatar
 
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 29
akidess will become famous soon enough
Try a hex mesh
__________________
*On twitter @akidTwit
*Spend as much time formulating your questions as you expect people to spend on their answer.
akidess is offline   Reply With Quote

Old   December 15, 2012, 09:28
Default
  #3
Member
 
Mohammad Fereshtehpour
Join Date: Jul 2011
Location: Iran
Posts: 61
Rep Power: 14
MOHAMMAD67 is on a distinguished road
Send a message via Skype™ to MOHAMMAD67
Quote:
Originally Posted by akidess View Post
Try a hex mesh
Dear Anton, thanks for your reply
I use salome for meshing. As you can see in the picture attached here I have to mesh both pipe and connected box. I've tried a lot of way to use hexa mesh but I didn't succeed due to this combination of pipe and box.

Do you know exactly why this event happen?
What should I do to overcome the problem in meshing?
Attached Images
File Type: jpg Screenshot.jpg (13.0 KB, 33 views)
MOHAMMAD67 is offline   Reply With Quote

Old   December 15, 2012, 13:42
Default
  #4
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings to all!

@MOHAMMAD67, I'm sorry to say that I'm only able to give some hints:
  1. Always check your mesh before trying to use the solver! First use:
    Code:
    checkMesh
    And out of suspicion, you should also check with the full diagnostics, just in case:
    Code:
    checkMesh -allGeometry -allTopology
  2. Did you first try doing a simpler version of your case? For example, a simple long box, just to first confirm that you were configuring the solver properly?
  3. A good mesh can be a serious pain to generate, specially if you have little time. If it was some weeks earlier, I would suggest that you try SwiftBlock and/or SwiftSnap instead of Salome.
Good luck!
Bruno
__________________

Last edited by wyldckat; December 16, 2012 at 06:21. Reason: typo...
wyldckat is offline   Reply With Quote

Old   December 16, 2012, 05:01
Default
  #5
Senior Member
 
Karl-Johan Nogenmyr
Join Date: Mar 2009
Location: Linköping
Posts: 279
Rep Power: 21
kalle is on a distinguished road
Are you really sure it is unphysical? Is it steady state? If so, you can integrate (in paraview) mass flow across intersections to see if you really loose mass. The water depth level alone cannot tell, as mass flow through a pipe intersection is: area(depth) * U(x,y,z)

K
kalle is offline   Reply With Quote

Old   December 16, 2012, 12:20
Default
  #6
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
Quote:
Originally Posted by kalle View Post
Are you really sure it is unphysical? Is it steady state? If so, you can integrate (in paraview) mass flow across intersections to see if you really loose mass. The water depth level alone cannot tell, as mass flow through a pipe intersection is: area(depth) * U(x,y,z)

K
i agree, it can be told it is unphysical just by the height of water, it may be a slug, and it is totally physical phenomena
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Old   December 16, 2012, 13:30
Default
  #7
Member
 
Mohammad Fereshtehpour
Join Date: Jul 2011
Location: Iran
Posts: 61
Rep Power: 14
MOHAMMAD67 is on a distinguished road
Send a message via Skype™ to MOHAMMAD67
Quote:
Originally Posted by kalle View Post
Are you really sure it is unphysical? Is it steady state? If so, you can integrate (in paraview) mass flow across intersections to see if you really loose mass. The water depth level alone cannot tell, as mass flow through a pipe intersection is: area(depth) * U(x,y,z)

K
Dear friend
I also model it experimentally and I haven't see such a these phenomenon. This event change for each flowrate. for example in a particular case with constatnt mesh, for Q=25 l/s pipe will be pressurized!!! but for an upper Q just increase in water depth happened.
Could it be related to boundary conditions? I use an air inlet in the upstream end of the pipe and atmosphere for upper wall of the box.
However, I think here mesh is very important and I'm really interested in hex mesh for upstream pipe. Is there an easy way to do this nothing that I haven't work with snappy hex mesh yet.?
MOHAMMAD67 is offline   Reply With Quote

Old   December 16, 2012, 14:17
Default
  #8
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
is it a steady solution?

yes, it is possible to use snappyHexMesh for generate hex mesh for this geometry
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Old   December 16, 2012, 14:29
Default
  #9
Member
 
Mohammad Fereshtehpour
Join Date: Jul 2011
Location: Iran
Posts: 61
Rep Power: 14
MOHAMMAD67 is on a distinguished road
Send a message via Skype™ to MOHAMMAD67
Quote:
Originally Posted by nimasam View Post
is it a steady solution?

yes, it is possible to use snappyHexMesh for generate hex mesh for this geometry
Dear Sam
Salaam

Water depth in the upstream pipe reaches steady state but generally it's a transient problem.

I've searched about snappyhexmesh today. But I couldn't understand how I can create geometry with .stl format. Does it need another software?
MOHAMMAD67 is offline   Reply With Quote

Old   December 16, 2012, 15:38
Default
  #10
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
as your geometry is not so complicated, i guess you can make stl file even with paraview (maybe seems strange)
also i think you can do it even with out stl, file, i think you need to dig more snappyHexMesh in OpenFOAM
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Old   December 21, 2012, 14:27
Default Problem of meshing solved but depth increasing is still seen
  #11
Member
 
Mohammad Fereshtehpour
Join Date: Jul 2011
Location: Iran
Posts: 61
Rep Power: 14
MOHAMMAD67 is on a distinguished road
Send a message via Skype™ to MOHAMMAD67
Dear Friend
Fortunately, My problem related to use hexahedral mesh has been solved with the help of my friend Saint Michael in Salome forum.
If you are interested, you can see this page:

http://www.salome-platform.org/forum/forum_10/61041109



But my problem is still seen!!
I don't know what to do? please help

Best Wishes
Attached Images
File Type: jpg Screenshot.jpg (13.2 KB, 21 views)
MOHAMMAD67 is offline   Reply With Quote

Old   December 21, 2012, 16:16
Default
  #12
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
some general recommendations:
1- in fvSolution, turn on momentom prediction
2- increase alpha correction
3- increase non-orthogonality correction
wyldckat likes this.
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Reply

Tags
multiphase flow, pipe flow

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
two-way coupling problem in multiphase simulation jeff_F CFX 10 December 2, 2020 06:43
Mass imbalance problem in multiphase water and steam CFX case Antech CFX 1 October 26, 2020 05:03
Simulation multiphase airlift reactor with Eulerian multiphase model question???? dilok.kumyoo FLUENT 0 January 28, 2015 03:15
multiphase simulation problem Muhammadwaqas CFX 1 April 24, 2014 04:48
multiphase mixing Problem with MRF model in MixSim Srinivas FLUENT 0 October 17, 2005 07:35


All times are GMT -4. The time now is 04:26.