|
[Sponsors] |
Volume flow rate and assinged pressure on a BC |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 16, 2017, 11:57 |
Volume flow rate and assinged pressure on a BC
|
#1 |
Member
Tarantino
Join Date: Feb 2013
Posts: 46
Rep Power: 13 |
Hello all!
In a UDF, I need to return the volume flow rate on a pressure outlet boundary. How can I do so? Is there any macro for this? In addition, I want to return the pressure outlet which was assigned to that boundary. I want to know how this can be done? Is there any macro for this? Thanks. |
|
September 17, 2017, 22:24 |
|
#2 | |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
Quote:
Hello Answers to these questions can be found in fluent tutorials. See ANSYS Fluent Tutorial Guide However, monitor for volume flow rate: In fluent GUI go to solution -> Monitors -> Surface Monitors -> create -> you may plot (to window) and/or write (to file) on each iterations (for stedy-state) or each timestep (transient) -> under Report Type choose Volume flow rate -> select outflow under Surfaces list -> OK monitors for pressure: all the same, but under Report Type choose Area-Weight Average-> Field Variable is Pressure -> Static Pressure -> select outflow under Surfaces list -> OK Read manual Best regards |
||
September 18, 2017, 02:32 |
|
#3 |
Member
Tarantino
Join Date: Feb 2013
Posts: 46
Rep Power: 13 |
Hi AlexanderZ,
I think you didn't read my question or you misunderstood! I want to return volume flow rate and assigned pressure on a pressure outlet boundary in a UDF not in TUI!! |
|
September 19, 2017, 00:57 |
|
#4 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
Hello
I missed your point about UDF. Read ANSYS Fluent Customization Manual 3.2.4.4. Flow Variable Macros at Interior and Boundary Faces F_P(f,t) built in macros for Pressure on boundary F_FLUX(f,t) built in macros for mass flow rate on boundary Try to search tutorials with these functions Best regards |
|
|
|