|
[Sponsors] |
September 20, 2021, 13:08 |
Age of air calculation divergence
|
#1 |
New Member
Join Date: Sep 2021
Posts: 1
Rep Power: 0 |
Hello, I have ran a few different HVAC simulation models with the inclusion of S2S radiation model, and with air density as "incompressible-ideal-gas".
I am using the following UDF to calculate age of air. Code:
#include "udf.h" DEFINE_DIFFUSIVITY(mean_age_diff, c, t, i) { return C_R(c,t)*2.88e-05+C_MU_EFF(c,t)/0.7; } DEFINE_SOURCE(mean_age_source, c, t, dS, eqn) { dS[eqn]=0; return C_R(c,t); } Any idea on how to calculate it for the incompressible-ideal-gas cases? |
|
Tags |
aoa, fluent, hvac, udf |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Age of Air Function Object | b.simpson | OpenFOAM Post-Processing | 6 | August 12, 2024 04:10 |
viscosity udf don't use correct temperature and strain rate | rezvani | Fluent UDF and Scheme Programming | 8 | May 27, 2021 06:40 |
Fail to converge when solving with a fabricated solution | zizhou | FLUENT | 0 | March 22, 2021 07:33 |
Two Phase Flow In Vertical Pipe | stonepreston | FLUENT | 2 | October 31, 2017 09:35 |
Mean Age of Air Convergence | msmith | Main CFD Forum | 1 | December 16, 2013 23:59 |