Acusolve transient Heat transfer
Hi everyone. I have a quick question regarding the boundary condition in acusolve heat transfer.
This is a transient simulation. Attached is the boundary condition for heat transfer from acusolve
I would like to see the efficiency of the cooling channels but when performing the simulation the temperature in the inlet wall is maintaining at 250 C. Is there some way in acusolve to provide that temperature as an initial condition, which means the temperature should not maintain at 250 C throughout the simulation.
As you can see in the below picture the temperature is maintained at 250 C throughout the simulation. I just want it to be an initial condition.
Thanks in advance
<?xml version="1.0" encoding="UTF-8"?>
Answers
-
-
Hi ydigit. Thanks for your response.
Yes it is a transient analysis.
As you can see in the below picture I have 2 different temperature profile 250 C and 60 C.
0
I'm trying to write script as shown below to specify different temperature to different surface but it is throwing me error.
<?xml version="1.0" encoding="UTF-8"?>
Any help in writing the script is much appreciated .
Thanks
0 -
Please describe exactly what you are trying to do with this simulation. Please describe the starting conditions of surfaces and/or volumes, along with what is happening on the outer surfaces of the model - and how things happen in time. Then we can help guide you how to achieve those conditions in AcuSolve.
0 -
Here is my model, with conformal cooling channels. The inner surface has a initial condition of 250 C and the outer wall has initial condition of 60 C. Need help in providing two different temperature boundary condition which should be zero convection (adiabatic).
Thanks
0 -
You'll also need to specify the initial temperatures of the volumes, not just the surfaces, in Nodal Initial Conditions. What do you know about the initial temperatures of the volumes - solid(s) and fluid? If you want to perform a time-accurate transient analysis, you need to specify appropriate initial temperatures for all the nodes - volumes/surfaces/etc.
If you want all the outer surfaces to be adiabatic, in Simple BC set temperature type to Flux, and leave all the values at 0.0. This means you're applying no additional heat flux - either specified or through convection coefficient/reference temperature - and since there are no elements on the other side, those surfaces will be adiabatic.
0