|
[Sponsors] |
May 8, 2012, 22:21 |
|
#21 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
The 4 iterations was not necessarily the cause of the clipping error. It was just a bad idea which CAN cause lots of problems so is best removed.
Soldification models in CFX are not supported as a release option to my knowledge. I know people have done it and there might be beta options to help but I am not sure. You will need to talk to CFX support for details on this. |
|
May 9, 2012, 01:44 |
Hi
|
#22 |
Senior Member
Danial
Join Date: Nov 2011
Posts: 179
Rep Power: 15 |
glenn, i did send a mail to LEAP AUTRALIA and they replied ;
" You treat the material as a single fluid but have Cp(T), rho(T), mu(T) which allows you to have different properties either side of the phase change boundary. To make it work you don't change phase at a single temperature but across a small temperature range, just as would happen if you have a mushy zone. " here comes the problem that how should i define these properties as a function of temperature. for that reason i tried "if statement" or the second option was to do in fortran and add it in my external library. But the version available here does not have "cfx5ext.h" in ansys files. What is your opinion about preparing a fortran file, would that be workable idea? Thanks |
|
May 9, 2012, 08:26 |
|
#23 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
No, apply these functions as 1D interpolation functions. No need for fortran.
|
|
May 9, 2012, 18:42 |
HI
|
#24 |
Senior Member
Danial
Join Date: Nov 2011
Posts: 179
Rep Power: 15 |
I dont think so that linear function can be made for phase change, for specific heat its ok as pure metals have almost constant cp.But for density and viscosity, linear functions cant work(bcoz of enthalpy chnage).m i right?
|
|
May 9, 2012, 19:42 |
|
#25 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
The whole idea of using just the material properties to model phase change is an approximation. Things like latent heats, superheat/subcool, spinondal temperature/attainable limit of superheat etc cannot be accounted for with this approach. If parameters like this are important for your model then you will probably find this approach is not going to work.
But if they are not important it might work - it is up to you to determine the error involved in this simplification. |
|
May 9, 2012, 20:09 |
HI
|
#26 |
Senior Member
Danial
Join Date: Nov 2011
Posts: 179
Rep Power: 15 |
Yes, as i already told you that my problem involves phase change so that's why i am reluctant to use this approach.
Hey glenn, i have generated another output file this time i guess there are no significant errors apart from phase chnage(as it dint work yet).Could you please have a look at it.Thanks |
|
May 10, 2012, 01:50 |
Hi
|
#27 |
Senior Member
Danial
Join Date: Nov 2011
Posts: 179
Rep Power: 15 |
I have few questions like;
> There are some tutorials such as (spray dryer, steam jet) where (air + steam/water) is present and phase change is also occuring EVEN WITH MULTICOMPONENTS INVOLVED. Can I use the same approach for my problem? > I have defined an opening boundary where opening temp is set 2427C which is actually the temperature of that sprayed molten metal droplet. I was curious that why cant i set the temperature of air (25 C) as opening temp. And in solver during monitor point graph (variable value and accumulated time step), if opening T = 2427C, there is no chnage in scale along variable axis if opening T = 25 C , it varies. I have attached both graphs, strange thing is liquid droplet temp, which is 2427C while graph shows its 2700C . Could you please have a look at it. Thanks Last edited by Danial Q; May 10, 2012 at 02:11. |
|
May 10, 2012, 07:42 |
|
#28 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Your question has now become "how do I do advance phase change modelling in CFX". I think this is too difficult a topic to discuss on the forum.
|
|
May 10, 2012, 19:21 |
Hi Glenn
|
#29 |
Senior Member
Danial
Join Date: Nov 2011
Posts: 179
Rep Power: 15 |
My problem is same as I stated earlier, the point to mention spray dryer and steam jet is, if I can use the same approah for my problem? I just wanted your opinion to make sure that I was thinking in a right direction.Thanks
cheers |
|
May 11, 2012, 00:49 |
|
#30 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Sorry, I do not understand the question. Can you phrase it more clearly?
|
|
May 11, 2012, 01:54 |
Hi Glenn
|
#31 |
Senior Member
Danial
Join Date: Nov 2011
Posts: 179
Rep Power: 15 |
I mean to say that is it posiible that i could use the same approach for phase chnage ,as used in steam jet or spray dryer cases. Though in those case, its evaporation phenomena but as far as phase change is concerned it might work for me as solidifcation. Because in cases (steam jet and spray dryer) total three phases are involved (air + H2Ovap + H2Oliq). While in my case, (air + liq metal + solidmetal). do you think this evapration cases can be used as anology for phase chnage application????
Last edited by Danial Q; May 11, 2012 at 05:50. |
|
May 11, 2012, 08:11 |
|
#32 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
While the spray dryer tutorial is a 3 phase model, it is three very different phases to yours. Details make all the difference in multiphase models. In the spray dryer you have solids (modelled as lagrangian particles), liquid water (modelled as a variable on the particles) and gas (air and water vapour). You are trying to model 3 phases with a eularian model. Totally different. And the phase change model used in the spray dryer has almost nothing in common with what you need for solidification.
And the steam jet is only a 2 phase model (liquid and gas), but the gas is a multicomponent gas (air and water). Again, very little in common with your application. You need to find an example which models solidification in a eularian/free surface model. It will be complex in CFX as there is no built in model for it. I was playing with Fluent today and noticed its solidifcation model. I have no idea if it is appropriate for you, but I suspect you will have more luck with that compared to CFX where no solidification model exists. |
|
May 12, 2012, 03:49 |
Hi Glenn
|
#33 |
Senior Member
Danial
Join Date: Nov 2011
Posts: 179
Rep Power: 15 |
Thanks, it is clear now. well so i am in hell of a situation here.while my mentor believes that this model is possible in ansys cfx. anyhow, another suggestion i got from some one is about defining (air+ liquid metal) as a mixture (binary; which i totally disagree) even though a mixture seems useless option to me whether its variable, fixed or ideal. Am I right?
Yea, I started to learn Fluid too for the purpose, but again problem is getting properties data for Ni at those high temps to define its properties as function of temp.Again, density in fluent is also defined by "Peng Robinson eq." ,even other choices (presented models) need some critical propeties and i found Fluent more tricky than CFX. so din't spent that much time on that.good luck to me, its my first year project in phd and year is almost over. Thanks. |
|
May 13, 2012, 08:07 |
|
#34 | |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Quote:
Can I recommend you do some study and familiarise yourself with exactly what multiphase and multicomponent means. It is best if you understand what these models actually imply then you can answer your question in red by yourself. Don't have material properties? Then you need JMatPro (http://www.sentesoftware.co.uk/home.aspx). It has all the material properties you need for just about any alloy you can about. But it is expensive unfortunately - but do you want comprehensive material properties or not? |
||
May 13, 2012, 19:32 |
HI Glenn
|
#35 |
Senior Member
Danial
Join Date: Nov 2011
Posts: 179
Rep Power: 15 |
Thanks. Developing model by myself...? Do you mean selecting right options while setting physics or writing some program files... ?
As far as ,multiphase and multicomponent is concerned, in my opinion, multiphase flow involves different phases of fluids on macroscopic scale only (single fluid with two phases or two/more fluids with different phases), and muticomponent implies the fluid containing different types of components on molecular scale( e.g air contains multicomponent, or smoke contains multicomponent normally etc.) correct me please, if i am wrong. And in my case, i am pretty sure that it is homogeneous multiphase flow, involving two pure fluids (air & Ni). so, ideal mixture assumption for air and nickle ,in my opinion is out of question. Correct me if i am mistaken. |
|
May 13, 2012, 19:37 |
|
#36 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Develop the model by yourself means applying through the use of source and sink terms to create and destroy stuff, and do all the coupling to the energy equation yourself. How much of this is relevant depends on the physics of your model, and it is up to you to determine that.
You understand the difference between multiphase and multicomponent. And your comment about the ideal mixture assumption is correct. |
|
May 13, 2012, 21:15 |
HI
|
#37 |
Senior Member
Danial
Join Date: Nov 2011
Posts: 179
Rep Power: 15 |
It seems like some diplomatic statement .well, and to do all this what could be helpful literature should i study or work on.
Thanks Glenn, you have been really helpful. |
|
May 16, 2012, 21:47 |
Hi Glenn
|
#38 |
Senior Member
Danial
Join Date: Nov 2011
Posts: 179
Rep Power: 15 |
Could you please give me some advice that how to define temperature range. I mean should I generate expressions or I have to do some CCL editing stuff. any document or references??
I tried "if statement" with (T >= 1500) e.g and it worked up to some extent, i got considerable results. But for sake of accuracy , it would be good if i could do that by defining range. Thanks |
|
May 16, 2012, 21:56 |
|
#39 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Sorry, I do not understand your question. What do you mean by "if statement" worked to some extent? What do you mean by defining a range?
|
|
May 16, 2012, 23:35 |
Hi
|
#40 |
Senior Member
Danial
Join Date: Nov 2011
Posts: 179
Rep Power: 15 |
I used this "if statement" to define temperature and regarding values of properties. And i want to define a range for these values like from 1000 to 2000 K. i have attached graphs to show that this statement worked as properties changed as my expectations. here is the statement;
if( T >= 1727 [K],7780[kg m^-3], 8115[ kg m^-3]). here i want to define range for T (1000-2000). Thanks |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
only 1 of many named selections not showing up in cfx pre | mihirbhagat | CFX | 2 | April 26, 2019 05:56 |
Defining a domain in CFX Pre | ashtonJ | CFX | 1 | June 13, 2011 03:34 |
different CFX Pre and Post mesh region | mactech001 | CFX | 9 | April 11, 2010 22:08 |
Problems with adding two meshes together in CFX Pre | peterputer1 | CFX | 2 | September 23, 2009 09:08 |
CFX Pre - TGrid | Vivek Vasudevan | CFX | 2 | March 20, 2007 07:31 |