TAGGED: heat-transfer-coefficient
-
-
May 24, 2023 at 10:09 am
Tim Fricke
SubscriberHello there,
I have the following problem.
In my simulation I have to apply a heat transfer capacity. This has been determined in a real test and depends on the temperature at two points on the model.
The following graph shows the measured data.My question now is how can I load the measured values into Ansys?
And when this is done, how can I assign the heat transfer capacity so that the correct value is retrieved for the respective temperature?
Best regards,
Tim
-
May 25, 2023 at 2:23 pm
Dave Looman
Ansys EmployeeWill you be solving for the temperature of both the heat source and the heat sink? Typical thermal models would be 3D representations of the sink and source and the heat would be in the form of a flux, W/M^2, not just Watts. What's a physical description of what you are modeling? There won't be a simple way to load the temp-dependent heat source into Ansys. If the sink or source temperature was constant a temperature dependent convection could be defined between the two bodies.
-
May 26, 2023 at 10:12 am
Tim Fricke
SubscriberHi Dave,
thanks for the answer. I would like to simulate the time course of a cooling process.
A temperature load is applied to surface B. The temperature in the center of the surface should also be the source temperature.
The heat sink temperature is constant as you have already assumed.On the surface A the body is cooled and the temperature is extracted. For this I wanted to create a heat flow with the values from the graph.
The heat flow is actually the output of a heat pipe and the values were determined experimentally.
-
May 26, 2023 at 4:16 pm
Dave Looman
Ansys EmployeeYou could specify a negative heat flow on surface A and a temperature at the center of surface B. If the temperature is specified at the center of surface B that will limit the cooling. Specify a heat flow as a function of the model temperature may be possible, but its not a standard capability of the gui.
-
May 30, 2023 at 9:46 am
Tim Fricke
SubscriberOk, I almost thought that it will not be so easy :/
Unfortunately, I still have to simulate it anyway. My approach would be to add an APDL command to the loads. Then I read in the values and pass on the corresponding heat flow.
Would this be possible with this process ? I just want to be sure before I spend the time to learn the relevant apdl language. -
May 31, 2023 at 2:26 pm
Dave Looman
Ansys EmployeeYes, it's possible with APDL commands. The general technique is to break the solution into many short time steps. At the end of each time step you can query the model temperatures and apply a heat flux or flow based on a formula or table using a Commands Object that is to be executed every step (assuming you are in Workbench.) For example:
...
SOLVE
temp_1 = temp(node(x,y,z))
temp_2=temp(node(x,y,z))
sf,named_selection,hflux,100*(temp_2 - temp_1)
-
- 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.
- Solver Pivot Warning in Beam Element Model
- Saving & sharing of Working project files in .wbpz format
- Understanding Force Convergence Solution Output
- An Unknown error occurred during solution. Check the Solver Output…..
- What is the difference between bonded contact region and fixed joint
- User manual
- The solver engine was unable to converge on a solution for the nonlinear problem as constrained.
- whether have the difference between using contact and target bodies
- material damping and modal analysis
- Colors and Mesh Display
-
5290
-
3311
-
2469
-
1308
-
1016
© 2023 Copyright ANSYS, Inc. All rights reserved.