-
-
September 27, 2017 at 11:19 am
admin
Ansys EmployeeHow can I adjust the internal heat transfer coefficient?
-
October 17, 2017 at 8:30 am
cbhavsar
Ansys EmployeeHeat flux to be supplied to the external wall as a boundary condition is available through the DEFINEPROFILE macro on the fluid-side wall. The heat transfer coefficient can be defined with the DEFINEHEATFLUX macro. This macro calculates the heat flux by the following equation. qid = cid[0] + cid[1]*CT(c0,t0) - cid[2]F_T(f,t) - cid[3]pow(FT(f,t),4) qir = cir[0] + cir[1]*CT(c0,t0) - cir[2]F_T(f,t) - cir[3]pow(FT(f,t),4) qid: convective heat flux qir: radiant heat flux To specify the heat transfer coefficient, one can be set the same value for the cid [1] and cid [2] within the UDF. For example, if you want to fix the heat transfer coefficient in a wall as 10 SI units, it can be realized as the follows. DEFINEHEATFLUX(flux,f,t,c0,t0,cid,cir) { if(THREADID(t) == wallid){ /* specify boundary heat transfer coefficient */ cid[1] = 10.; cid[2] = 10.; } } wallid is the zone ID of the wall you want to fix.
-
- You must be logged in to reply to this topic.

Boost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
- Floating point exception in Fluent
- What are the differences between CFX and Fluent?
- Heat transfer coefficient
- Difference between K-epsilon and K-omega Turbulence Model
- Getting graph and tabular data from result in workbench mechanical
- The solver failed with a non-zero exit code of : 2
- Suppress Fluent to open with GUI while performing in journal file
- Mesh Interfaces in ANSYS FLUENT
- Time Step Size and Courant Number
- error: Received signal SIGSEGV
-
7592
-
4440
-
2953
-
1427
-
1322
© 2023 Copyright ANSYS, Inc. All rights reserved.