|
[Sponsors] |
September 19, 2011, 06:20 |
Creating ew material's properties.
|
#1 |
Disabled
Join Date: Aug 2011
Posts: 10
Rep Power: 15 |
Hello there.
Well, I'd like to know if it is possible to add new material properties, created by myself. Thanks! |
|
September 19, 2011, 07:14 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Yes. Duplicate an existing material in the tree and edit it.
|
|
September 19, 2011, 08:00 |
|
#3 |
Disabled
Join Date: Aug 2011
Posts: 10
Rep Power: 15 |
Sorry, I guess I didn't make myseof clear. What I want is to create a new property for all materials. In a way that I could call it within CEL. For example, I would create a property called PROPERTY_x, açd within CEO I would be able to write: Fluid 1.PROPERTY_x
|
|
September 19, 2011, 08:36 |
|
#4 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
You cannot do this.
What is the property you wish to add? |
|
September 19, 2011, 08:47 |
|
#5 |
Disabled
Join Date: Aug 2011
Posts: 10
Rep Power: 15 |
I'm trying to simulate a gas mixture, formed by a few different gas components.
Each component's heat capacity is modeled by the following equation: a + b*T +c*T^2. In which T is the gas phase temperature and a,b and c are coefficients which vary from component to component. So to have all the components heat capacity calculated I'd have to write the equation for each one of them. What I would like to do is create a set of material properties in which I could store the values of the parameters a,b, and c. And then call them in CEL. This way I would only need to write the equation once. |
|
September 19, 2011, 09:00 |
|
#6 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Sorry, you cannot do this in CEL.
I would simply put the equation a+b*T+c*T^2 in as the heat capacity for each component, with the parameters substituted for a, b and c. Not very elegant but simple and CEL can handle it. Also this sort of update is easier to do in the expression editor rather than the CFX-Pre GUI. That way you can easily copy and paste sections of CCL and CEL rather than zillions of clicks. |
|
Tags |
cel, expressions, materials, multi |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Constant velocity of the material | Sas | CFX | 15 | July 13, 2010 09:56 |
creating new materials | Gordana | FLUENT | 0 | January 18, 2008 09:39 |
Two-Phase Buoyant Flow Issue | Miguel Baritto | CFX | 4 | August 31, 2006 13:02 |
User- defined properties of materials | Vidya Raja | FLUENT | 0 | March 1, 2006 15:28 |