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

How to realize Boussinesq approximation (buoyancy) in Fluent-UDF

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 14, 2010, 14:42
Default How to realize Boussinesq approximation (buoyancy) in Fluent-UDF
  #1
New Member
 
Hanxu
Join Date: Oct 2010
Posts: 1
Rep Power: 0
dochanxu is on a distinguished road
Hello every Colleague!I have been struggling with buoyancy problems for several days, but there is little achievement.I' facing a problem!FLUENT suggests us to solve the buoyancy problems with Boussinesq approximation (buoyancy) which adding a buoyancy term in momentum equation. Then I made a udf to add this term. But I could not get the same result with Fluent Boussinesq of its own!following is my udf! who can help me to improve it??thanks a lot!!!#include "udf.h"#define T0 300.00DEFINE_SOURCE(mom_source,c,t,dS,eqn){ real source; source=9.81*C_R(c,t)*(C_T(c,t)-T0)*(1/T0); dS[eqn]=9.81*C_R(c,t)*(1/T0); return source;}
dochanxu is offline   Reply With Quote

Old   August 12, 2022, 05:26
Default
  #2
New Member
 
Piyush Rawat
Join Date: Jul 2022
Posts: 14
Rep Power: 3
GreyMat is on a distinguished road
did you get it working?
GreyMat is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
fluent udf, saving data in udf mohsen zendehbad Fluent UDF and Scheme Programming 15 June 13, 2017 23:23
solving a conduction problem in FLUENT using UDF Avin2407 Fluent UDF and Scheme Programming 1 March 13, 2015 02:02
UDF for Viscoelastic Fow in Fluent skris2009 FLUENT 2 September 19, 2011 23:59
fluent UDF external library lapack problem Rick FLUENT 0 May 7, 2008 10:16
UDF of Zimont model in fluent Z Main CFD Forum 0 February 17, 2005 03:07


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