nvvvnoliveira
Materials
- Sep 7, 2021
- 10
Hello
I am new to ABAQUS and I have to do a thermal simulation script in Python to observe the heat flux between a solid element and a shell box. I defined this case with a bodyheatflux assigned to the solid element and a surface film condition assigned to both solid and shell elements to account for convection within the system.
I am sending my python code attached.
I am getting errors/doubts and I would appreciate any help with it:
1) In mesh and I don't understand them because, from what I know, DS4 and DS3 mesh elements are assigned to shell parts. Anyway I was able to correct it using ABAQUS GUI but in code the error keeps on appearing.
2) Running the simulation, I can't observe heat flux along the shell box.
- Do you think that film conditions are well assigned for convection?
- Should I assign surface heat flux instead of body heat flux?
- Is it necessary to assign a predefined field to assign initial temperature?
The main objective here is to observe heat flux along the shell box and my problem is to assign interaction properties to the system in order to account for the heat flux from the solid body to the shell.
Thank you very much for your time
I am new to ABAQUS and I have to do a thermal simulation script in Python to observe the heat flux between a solid element and a shell box. I defined this case with a bodyheatflux assigned to the solid element and a surface film condition assigned to both solid and shell elements to account for convection within the system.
I am sending my python code attached.
I am getting errors/doubts and I would appreciate any help with it:
1) In mesh and I don't understand them because, from what I know, DS4 and DS3 mesh elements are assigned to shell parts. Anyway I was able to correct it using ABAQUS GUI but in code the error keeps on appearing.
2) Running the simulation, I can't observe heat flux along the shell box.
- Do you think that film conditions are well assigned for convection?
- Should I assign surface heat flux instead of body heat flux?
- Is it necessary to assign a predefined field to assign initial temperature?
The main objective here is to observe heat flux along the shell box and my problem is to assign interaction properties to the system in order to account for the heat flux from the solid body to the shell.
Thank you very much for your time