CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Transient Temperature Profile

Register Blogs Community New Posts Updated Threads Search

Rate this Entry

Transient Temperature Profile

Posted January 16, 2013 at 09:04 by diamondx

UDF for a transient temperature profile


Quote:
Originally Posted by alven299 View Post
Have figured it out. Here is the script, hope it might be of help to others:

#include "udf.h"

DEFINE_PROFILE(inlet_temperature,t,i)
{
real x[ND_ND];
real time;
face_t f;

begin_f_loop(f,t)
{
F_CENTROID(x,f,t);
time=CURRENT_TIME;
if(time<40)
F_PROFILE(f,t,i)=300;

else

F_PROFILE(f,t,i)=340;
}
end_f_loop(f,t)
}
Posted in Uncategorized
Views 1386 Comments 0 Edit Tags Email Blog Entry
« Prev     Main     Next »
Total Comments 0

Comments

 

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