|
[Sponsors] |
January 28, 2005, 00:47 |
How to define Cp using UDF?
|
#1 |
Guest
Posts: n/a
|
I am using FLUENT 6.1 to model solidification process. Since FLUENT can not define thermal-physical properties seperately for solid/liquid, I have to use UDF to realize the task. However, there is no "user defined" option for Cp. I don't know why and want to know how to define Cp for solid and liquid seperately. Any suggestions will be appreciated very much!
|
|
January 28, 2005, 14:21 |
Re: How to define Cp using UDF?
|
#2 |
Guest
Posts: n/a
|
Try to use DEFINE_PROPERTY and define Cp. Once complied, link the defined Cp to the material property.
|
|
January 28, 2005, 17:09 |
Re: How to define Cp using UDF?
|
#3 |
Guest
Posts: n/a
|
Thanks for your reply. I was trying to do so. I can do this for density and conductivity, but this doesn't work for Cp, since there is no "user defined" option in the dropping list for Cp. I don't really know why there is no "user defined" option for Cp. Any further advice will be appreciated!
|
|
January 31, 2005, 03:09 |
Re: How to define Cp using UDF?
|
#4 |
Guest
Posts: n/a
|
According to Fluent user's guide, "UDFs cannot be used to define specific heat properties; specific heat data can only be accessed and not modified in FLUENT." So I think you should use the mixture model or something using species (one for liquid phase and one for solid phase). Hope it will help you.
|
|
February 2, 2005, 02:42 |
Re: How to define Cp using UDF?
|
#5 |
Guest
Posts: n/a
|
Hi,
You have to customize the real gas model. Otherwise,you can't do that even via UDF in usual way. Thanks, |
|
November 15, 2012, 17:36 |
This might be too late i guess
|
#6 |
Member
Abhijeet Shrawage
Join Date: Feb 2012
Posts: 31
Rep Power: 14 |
but this is how you have to define specific heat using a UDF
DEFINE_SPECIFIC_HEAT(Cp, c, t) hope it helps either you or someone else who stumbles on to this thread. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to use UDF to define a moving wall | lingo | FLUENT | 9 | August 19, 2014 10:14 |
Define profile inlet_temperature in UDF | mohammadkm | Fluent UDF and Scheme Programming | 19 | December 24, 2013 23:42 |
UDF to define or adjust pressure??? | engahmed | FLUENT | 0 | July 6, 2010 18:19 |
Help: using udf to define direction | Bo | FLUENT | 1 | July 16, 2008 07:47 |
UDF to define source term at every grid point | Ralf Schmidt | FLUENT | 0 | September 21, 2006 12:32 |