|
[Sponsors] |
How to realize Boussinesq approximation (buoyancy) in Fluent-UDF |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 14, 2010, 15:42 |
How to realize Boussinesq approximation (buoyancy) in Fluent-UDF
|
#1 |
New Member
Hanxu
Join Date: Oct 2010
Posts: 1
Rep Power: 0 |
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;}
|
|
August 12, 2022, 06:26 |
|
#2 |
New Member
Piyush Rawat
Join Date: Jul 2022
Posts: 14
Rep Power: 4 |
did you get it working?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
fluent udf, saving data in udf | mohsen zendehbad | Fluent UDF and Scheme Programming | 15 | June 14, 2017 00:23 |
solving a conduction problem in FLUENT using UDF | Avin2407 | Fluent UDF and Scheme Programming | 1 | March 13, 2015 03:02 |
UDF for Viscoelastic Fow in Fluent | skris2009 | FLUENT | 2 | September 20, 2011 00:59 |
fluent UDF external library lapack problem | Rick | FLUENT | 0 | May 7, 2008 11:16 |
UDF of Zimont model in fluent | Z | Main CFD Forum | 0 | February 17, 2005 04:07 |