-
-
January 4, 2022 at 7:22 pm
peter496
SubscriberHello, is there anywhere that I can find documentation for the BOUNDARY_HEAT_FLUX macro? I have seen this discussed on forums, but I cannot find any Ansys documentation in the UDF manual.
Thanks!
January 5, 2022 at 7:54 amDrAmine
Ansys EmployeeIs not officially documented and supported. It provides for boundaries the total heat rate associated with each facet on that boundary.
January 5, 2022 at 12:44 pmpeter496
SubscriberHello DrAmine, thanks for your response. What are the units of the output of the macro? And what would this correspond to in the Fluent Results (I assume Total Surface Heat Flux in w/m2, but I just want to confirm)?
January 5, 2022 at 1:33 pmRob
Forum ModeratorAll UDFs work on SI, so W, m, K etc. Thankfully the original Fluent team spent a lot of time in the UK so we were spared US Imperial.
January 5, 2022 at 1:48 pmpeter496
SubscriberHi Rob, thanks for your response. DrAmine mentioned that the macro returns total heat rate for each face on a boundary (heat rate suggests W). The name "BOUNDARY_HEAT_FLUX" suggests W/m2. Does this macro return a value in W or W/m2?
January 5, 2022 at 2:09 pmRob
Forum ModeratorIt should return W/m2 as per the panel you hook it into. Fluent will extract area, temperature etc from your model in m2, K etc. for use in the calculations. 's referring to the report which you'll see for the surface when you check which is W.
January 5, 2022 at 2:18 pmpeter496
SubscriberThanks DrAmine and Rob for the help!
January 6, 2022 at 7:50 amDrAmine
Ansys EmployeeAs far as I tested It returns in W. The name is misleading. You might test and compare to flux report
January 6, 2022 at 2:25 pmpeter496
SubscriberHello DrAmine, I tested the BOUNDARY_HEAT_FLUX macro and found that it returns only W (confirming your result). I can match the heat flux (i.e. Total Surface Heat Flux) after dividing by the area of the face:
heat = BOUNDARY_HEAT_FLUX(f,t);
F_AREA(A,f,t);
a_face = NV_MAG(A);
flux = heat/a_face;
Viewing 8 reply threads- The topic ‘UDF Documentation for BOUNDARY_HEAT_FLUX Macro’ is closed to new replies.
Ansys Innovation SpaceTrending discussionsTop Contributors-
3477
-
1057
-
1051
-
940
-
912
Top Rated Tags© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-

Ansys Assistant

Welcome to Ansys Assistant!
An AI-based virtual assistant for active Ansys Academic Customers. Please login using your university issued email address.

Hey there, you are quite inquisitive! You have hit your hourly question limit. Please retry after '10' minutes. For questions, please reach out to ansyslearn@ansys.com.
RETRY