HVSmith
Computer
- Jan 18, 2011
- 36
Hi - I've recently been investigating thermal conduction in a simple model comprising a solid and a 3D thermal shell, a visual representation of which can be seen in the attached file.
I've done some reading about thermal contact, especially this thread:
and this link:
The code I have implemented is here:
Results obtained appear to show that some conduction is occuring in the top block (SOLID70) but only at one edge. The effect is also quite small so requires a re-scale of the contours to see.
From an initial look is anyone able to say whether:
a) contact and target surfaces are what I require to model conductive heat transfer between the solid and the shell?
b) the code I have, above, is likely to be correct? And if so why the conductance would only appear to happen at one corner?
I also am struglling to work out how to calculate TCC for the system, so for now I input a large constant which I hope leads to almost "perfect" conductivity.
Thanks for any insight you can lend, much appreciated
HVSmith
I've done some reading about thermal contact, especially this thread:
and this link:
The code I have implemented is here:
Code:
ET,1,SHELL131
KEYOPT,1,3,2
KEYOPT,1,4,1
R,1
SECTYPE,1,SHELL
SECDATA,1E-6,1
ET,2,SOLID70
R,2
MP,DENS,2,8000
MP,C,2,502.1
MP,KXX,2,16.26
BLC4,-L/2,-L/2,L,L
ASEL,S,AREA,,1
AESIZE,ALL,L/20
AMESH,ALL
BLOCK,-L/2,L/2,L/2,L/2+L/10,-0.5E-3,0.5E-3
VSEL,S,VOLU,,1
VMESH,ALL
ASEL,S,AREA,,1
ESLA,S
NSLA,S,1
CM,FOIL,NODE
CM,FOIL_E,ELEM
IC,FOIL,ALL,300
VSEL,S,VOLU,,1
ESLV,S
NSLV,S,1
CM,TOPSUPPORT,NODE
CM,TOPSUPPORT_E,ELEM
IC,TOPSUPPORT,ALL,300
ET,3,TARGE170
R,3
KEYOPT,3,1,0
ET,4,CONTA175
R,4
KEYOPT,4,1,2
KEYOPT,4,2,1
!KEYOPT,4,5,3
KEYOPT,4,5,1
KEYOPT,4,9,1
KEYOPT,4,11,1
KEYOPT,4,12,5
TCC=100
RMODIF,4,14,TCC
TYPE,3
ESEL,S,TYPE,,1
NSLE,S,ALL
ESURF
TYPE,4
ESEL,S,TYPE,,2
NSLE,S,ALL
ESURF
Results obtained appear to show that some conduction is occuring in the top block (SOLID70) but only at one edge. The effect is also quite small so requires a re-scale of the contours to see.
From an initial look is anyone able to say whether:
a) contact and target surfaces are what I require to model conductive heat transfer between the solid and the shell?
b) the code I have, above, is likely to be correct? And if so why the conductance would only appear to happen at one corner?
I also am struglling to work out how to calculate TCC for the system, so for now I input a large constant which I hope leads to almost "perfect" conductivity.
Thanks for any insight you can lend, much appreciated
HVSmith