Model Conduction as Convection
Model Conduction as Convection
(OP)
Hello, I am having trouble with the meshing of a model to which I want to apply a thermal load and make a transient analysis.
I thought of simulating only one part of the whole model adding a convection boundary condition in the edges that will act as a substitute of the material that I have not modelled and the conduction it implies.
I will try to explain again in case it is not clear.
I have a circular model to which I want to apply a termal load.
Since the mesh I need is too small and i can't use more tan 260K elements/nodes i thought of modelling only a small segment.
To simulate the rest of the model i would like to apply in the edges a convection boundary condition equivalent to the conduction of the material.

My question is, Is this posible? to add a convection boundary cindition that is equivalent to the conduction of the material.
Also, How can i calculate the film coefficient equivalent to the conduction?
Thanks in advance.
I thought of simulating only one part of the whole model adding a convection boundary condition in the edges that will act as a substitute of the material that I have not modelled and the conduction it implies.
I will try to explain again in case it is not clear.
I have a circular model to which I want to apply a termal load.
Since the mesh I need is too small and i can't use more tan 260K elements/nodes i thought of modelling only a small segment.
To simulate the rest of the model i would like to apply in the edges a convection boundary condition equivalent to the conduction of the material.

My question is, Is this posible? to add a convection boundary cindition that is equivalent to the conduction of the material.
Also, How can i calculate the film coefficient equivalent to the conduction?
Thanks in advance.





RE: Model Conduction as Convection
create an axisymmetric analysis. Of course this requires both the geometry and loads to be symmetric.
RE: Model Conduction as Convection
https://www.simutechgroup.com/tips-and-tricks/fea-articles/246-fea-tips-tricks-ansys-cyclic-symmetry
https://www.youtube.com/watch?v=EBa7_R6cVxc
Best regards,
Jason
RE: Model Conduction as Convection
A symmerty boundary condition would be great. As far a as I know it means that in the elements where you define this symmetry boundary condition ANSYS will supose the same conditions un both sides of the symmetry boundary in every time step.
I would like to apply this but I can't find any info in the ANSYS guides nor in google. An explanatory link would be very helpful but i will try to look for it myself too.
FYI my model is totally symmetric but the loads are not necesarily symmetric and also they move every load step.
I will add some captures to ilustrate. In the images only half of the model has been Meshed and the mesh is a lot coarser tan the one I would need.
I have already tried the Cyclic symmetry but unfortunately the ansys guide that explains it says specifically that with the termal DOF is not posible to apply cyclic symmetry.
Thank you anyway, this would have been a perfect solution. What I am trying to do is the Cyclic symmetri but manually.
RE: Model Conduction as Convection
I was surprised by this statement. The help document seems to say thermal DOF is possible. I was able to run a simple thermal transient cyclic symmetry model by applying a small heat flux on a small area on the inner diameter.
Best regards,
Jason
RE: Model Conduction as Convection
I will try to do it in my model.
Anyway i just want to explain myself by saying that i saw that statement in an ANSYS guide, specifically the ANSYS Mechanical APDL Advanced Analysis Guide.
I hope I will be able to do it in APDL.
Thanks again for the interest!
RE: Model Conduction as Convection
I have also made a simple model in ansys but I have recieved this two error messages.
I am using the Academic version of the ANSYS Mechanical APDL 17.2. This is the one I have available and maybe this is the problema, that the transien termal analysis is not available in this version.
Thank you anyway!
If I finally get to solve this I will post the solution I found.
RE: Model Conduction as Convection
the whole geometry. In that case, in order to decrease element count, you could refine the mesh
where needed. If the nodal temperatures are of interest, good results (mesh convergence) can be achieved with
relatively large elements.
RE: Model Conduction as Convection
Instead of Ansys Classic, can you do it in Workbench instead? Attached is the ds.dat file generated by Workbench of the example created earlier. Note that it doesn't use any cyclic symmetry commands. Instead, it uses CP to link the high and low side (pictured below).
A possible solution to explore is to have matching mesh between the two surfaces, then write a script to generate CP pairs between the corresponding nodes.
Best regards,
Jason
RE: Model Conduction as Convection
The thing I am trying now is the one I asked in the first comment.
I am trying to model the conduction to the rest of the piece as a boundary condition in the sides where should be material.
I saw in internet you can model the conduction to another body that is in contact with your workpiece as a a negative heat flux.
I think this can be an easy and simple solution.
RE: Model Conduction as Convection
RE: Model Conduction as Convection
RE: Model Conduction as Convection
In my mind, your proposed method is complicated because you have to somehow figure out before hand how much negative heat flux exists. Also, manually defining it as homogeneous at the interface may be an artificial constraint.
An alternative is submodeling. Start with a global coarse model to calculate the interface results that would be later used in your refined model. PADT wrote a good article here.
Best regards,
Jason