|
[Sponsors] |
How can I add mass source or area source(if possible) to a Wall boundary in Fluent? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 9, 2020, 02:59 |
How can I add mass source or area source(if possible) to a Wall boundary in Fluent?
|
#1 |
New Member
THA SEANGHAI
Join Date: Aug 2020
Location: Cambodia
Posts: 25
Rep Power: 6 |
Hello! I want to know how to add mass source [kg/m³s] or if it is possible I prefer to add area source [kg/m²s] to a boundary in fluent. How can I do it? Please help me! Thank You!
|
|
September 9, 2020, 09:41 |
Possible solution
|
#2 |
New Member
Join Date: Apr 2018
Posts: 8
Rep Power: 8 |
Hi,
I think you need to turn to UDF programming to do this. Either: Create a define_source UDF, in which you identify cells at the wall somehow and apply the source you would like. Or (and probably better): Create a define_adjust UDF, in which you do a face loop on the thread of the wall, use F_C0 and THREAD_T0 to identify the cell corresponding to the face, and set a C_UDMI corresponding to the source you would like. Then create a define_source UDF that sets the source term to the C_UDMI value. BR. Torjo |
|
September 9, 2020, 21:51 |
|
#3 | |
New Member
THA SEANGHAI
Join Date: Aug 2020
Location: Cambodia
Posts: 25
Rep Power: 6 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
Table bounds warnings at: END OF TIME STEP | CFXer | CFX | 4 | July 17, 2020 00:44 |
CFD analaysis of Pelton turbine | amodpanthee | CFX | 31 | April 19, 2018 19:02 |
Centrifugal fan-reverse flow in outlet lesds to a mass in flow field | xiexing | CFX | 3 | March 29, 2017 11:00 |
polynomial BC | srv537 | OpenFOAM Pre-Processing | 4 | December 3, 2016 10:07 |