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

Modeling infiltration casting using Multiphase model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 1, 2020, 20:18
Default Modeling infiltration casting using Multiphase model
  #1
New Member
 
Ziad Mohamed El Sayed Mohamed
Join Date: Jun 2020
Location: Egypt
Posts: 15
Rep Power: 5
ZiadElSayed is on a distinguished road
Hello everyone,

I am trying to model an infiltration casting process of aluminium through a packed bed of salt particles.

Right now I am using Eulerian-granular multiphase model, the model geometry is as follows:

- Cylindrical mould
-Proportion of the mould is filled with salt packed at a certain limit
- Aluminium is being pushed through the packed bed at given pressure

Currently I am able to simulate the model using velocity-inlet by defining the velocity of the aluminium phase and using pressure outlet on the same side of the inlet (top of the mould).

In reality, its slightly different, I have a specific volume of Aluminium initially stationed on top of the salt particles, then gas pressure is used to push the aluminium inside the packed bed.

Right now I am not including any energy calculations till I get hold of the flow of Aluminium. Only then will I include the energy equation and heat transfer properties.

Can anyone give me tips on how to make this model? And what are the data needed to calibrate the used models.

P.S. I am new to CFD, fluid and thermodynamics.

Thanks in advance.
ZiadElSayed is offline   Reply With Quote

Old   June 2, 2020, 11:44
Default Setup
  #2
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
Inclusion of gas may not show much difference in the results, however, it depends on the objective of the study. If the objective is to study the flow of the aluminum, then you don't need to include the pressurized gas since it will add another set of momentum equations as well as would require thermal energy because gas would be at high pressure.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   June 2, 2020, 18:47
Default
  #3
New Member
 
Ziad Mohamed El Sayed Mohamed
Join Date: Jun 2020
Location: Egypt
Posts: 15
Rep Power: 5
ZiadElSayed is on a distinguished road
Well, the objective is to determine the infiltration time of the aluminium and how it changes with changing the particle diameter and the packing density of the packed bed.

Is there any other way to model the flow of Aluminium under a specified amount of pressure? I tried changing the velocity-inlet to pressure inlet but that makes all three phases have velocity in -Y direction. Even when I initialise the velocity of Air phase and solid particles phase at 0 velocity, I still get error "floating point exception".

Any idea what might be the problem here?
ZiadElSayed is offline   Reply With Quote

Old   June 3, 2020, 06:05
Default Pressure Inlet
  #4
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
Pressure field is shared across all the phases, however, velocity field is specific for each phase. So, when you apply velocity inlet, it is applied only to the phase for which you provide a non-zero velocity, such as, aluminum in your case. However, when you apply pressure inlet, it acts on all phases. Since aluminum can be considered incompressible under the given scenario, you can use velocity inlet and then look at the pressure predicted by Fluent for the inlet. This should give you values matching with those you want to apply as pressure inlet.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   June 3, 2020, 17:34
Default
  #5
New Member
 
Ziad Mohamed El Sayed Mohamed
Join Date: Jun 2020
Location: Egypt
Posts: 15
Rep Power: 5
ZiadElSayed is on a distinguished road
Okay then I'll try that.

Regarding the process, after the pressure is applied I am supposed to model solidification of the aluminium+packed bed composite, in that case, I should stop the flow of the aluminium at the inlet the initiate energy equation? when I stop the flow of aluminium at the inlet, air seems to be entering the system from the outlets, so I set the back flow volume fraction of aluminium at the outlet=1, I seem to get some disturbances in the system at the beginning, then it settles down. I am not sure if what I am doing is physically correct or is there another way to do it??

Sorry if I am asking many questions, and thank you very much.
ZiadElSayed is offline   Reply With Quote

Old   June 4, 2020, 04:52
Default Flow Boundaries
  #6
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
If you want to stop an inflow-outflow, convert all openings to walls.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   June 4, 2020, 20:54
Default
  #7
New Member
 
Ziad Mohamed El Sayed Mohamed
Join Date: Jun 2020
Location: Egypt
Posts: 15
Rep Power: 5
ZiadElSayed is on a distinguished road
Quote:
Originally Posted by vinerm View Post
If you want to stop an inflow-outflow, convert all openings to walls.
I tried doing that before, but when I turn the inlet and outlets into walls, I get error "floating point exception" and the system seems to be heavily disturbed. Residuals of continuity and pressure rise up to 10^5 which I don't understand.

Also, I read in the manual that solidification/melting isn't possible when using Eulerian multiphase model, I need to use Eulerian model to simulate packed bed and then simulate solidification of the aluminium+particles composite, is there any other way to do that and include the solidification model?
ZiadElSayed is offline   Reply With Quote

Old   June 5, 2020, 06:37
Default Flow and Solidification
  #8
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
If the velocity field is not almost 0 and pressure field is not homogeneous, conversion to walls will cause issue. You can convert to walls only if the flow has almost subsided. If the solidification takes place while the aluminum is still flowing, then do not convert openings to walls. However, if the solidification starts when the flow has almost stopped, then there is no need to solve for flow. You can just initialize with filled aluminum.

Solidification & Melting is unavailable with Euler-Euler, however, if really have to use Euler-Euler, then you can write your own UDF for solidification. Otherwise, as mentioned above, if solidification starts after the flow has subsided, then you don't need Euler-Euler.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   June 5, 2020, 06:45
Default
  #9
New Member
 
Ziad Mohamed El Sayed Mohamed
Join Date: Jun 2020
Location: Egypt
Posts: 15
Rep Power: 5
ZiadElSayed is on a distinguished road
Well there the fact that I am simulating the pressure in terms of velocity flow is actually far away from what happens but it seems the only way since using pressure is inconvenient, the solidification should start after full infiltration takes place, in practice, the whole medium has the same temperature, then after infiltration everything is left to cool off together. So I guess after the flow stops. If I begin the model with presence of Aluminium, how do I model the particles within the Aluminium matrix without using E-granular model? Is it possible?

I think in that case I can divide my model into two models, one for the flow(infiltration) of the particles and another one for the solidification.
ZiadElSayed is offline   Reply With Quote

Old   June 5, 2020, 07:00
Default The objective
  #10
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
What is the objective here? Since, once the flow has stopped, it is only about thermal diffusion and nothing else.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   June 5, 2020, 13:45
Default
  #11
New Member
 
Ziad Mohamed El Sayed Mohamed
Join Date: Jun 2020
Location: Egypt
Posts: 15
Rep Power: 5
ZiadElSayed is on a distinguished road
The objective of the 2nd stage is to model the solidification of particle composite.
ZiadElSayed is offline   Reply With Quote

Old   June 5, 2020, 15:45
Default The Objective
  #12
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
I understand that solidification is the objective, however, it needs to be clarified elaborated further. Are you interested in knowing the time required for solidification or does it have segregation during solidification and you want to predict that or do you want to predict any contraction or expansion during solidification. In other words, solidification is composed of multiple phenomena and the simulation has to be set as per the objective.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   June 5, 2020, 15:50
Default
  #13
New Member
 
Ziad Mohamed El Sayed Mohamed
Join Date: Jun 2020
Location: Egypt
Posts: 15
Rep Power: 5
ZiadElSayed is on a distinguished road
Well I don’t believe there should be any segregation, any segregation would result from the flow during infiltration, I believe I am more interested in the solidification time and conraction.
ZiadElSayed is offline   Reply With Quote

Old   June 8, 2020, 19:27
Default
  #14
New Member
 
Ziad Mohamed El Sayed Mohamed
Join Date: Jun 2020
Location: Egypt
Posts: 15
Rep Power: 5
ZiadElSayed is on a distinguished road
Quote:
Originally Posted by vinerm View Post
I understand that solidification is the objective, however, it needs to be clarified elaborated further. Are you interested in knowing the time required for solidification or does it have segregation during solidification and you want to predict that or do you want to predict any contraction or expansion during solidification. In other words, solidification is composed of multiple phenomena and the simulation has to be set as per the objective.
I am sorry but have you been able to figure out something for my case? As I stated, I am looking for solidification time and contraction of the entire composite if its possible.
ZiadElSayed is offline   Reply With Quote

Reply

Tags
eulerian-granular., fluid flow


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
Wrong flow in ratating domain problem Sanyo CFX 17 August 15, 2015 06:20
About the averaging for Eulerian multiphase model openfoammaofnepo FLUENT 0 August 6, 2015 04:32
urgent... multiphase cfd model of packed bed reactor.( VOF MODEL using) balu@gold6 FLUENT 4 July 26, 2012 10:37
Multiphase model in Fuel Cell module E-Font FLUENT 0 March 9, 2011 14:44
MULTIPHASE - FREE SURFACE & MIXTURE MODEL Aris FLUENT 3 April 28, 2009 11:46


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