CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   two phase (https://www.cfd-online.com/Forums/fluent/44612-two-phase.html)

morteza May 6, 2007 08:08

two phase
 
how can we define the property of fuild in term of time? with udf, is there another way? please help.

Sujith May 15, 2007 16:15

Re: two phase
 
You can define the property using a udf use the macro DEFINE_PROPERTY(c,t)

define the return value, property as a function of time

DEFINE_PROPERTY(c,t)

{

real property = F(CURRENT_TIME); return property;

}


All times are GMT -4. The time now is 21:47.