GuillaumeT
Mechanical
- May 6, 2019
- 4
Good morning everyone,
I am currently trying to apply a uniform bulk temperature on the additionnal point of the SURF152 element but I do not succed to write the associate APDL code.
For this time I am working on a very simple case (A test case) - A simple cube (I attached pictures)
And there is my code.
1st: I created a nodal named selection (Called SNODES) on two surfaces in order to select nodes on these surfaces
2nd: I then asked to create SURF152 elements with the previously selected nodes
3rd: I then defined the element charateristics and finally select all these new surf152 elements.
4th: I applied the 500 °C to the surf152 elements
It appears that actually this code do not do nothing. Could you please help me to understand why ?
Yours faithfully
Guillaume THIRIET
!!!!!
nsel,r,NODE,,SNODES ! Select nodes on the SNODES component
et,etype,surf152 ! Apply SURF152 on the selected nodes
type, etype
mat,1
real,
esys,0
secnum,
!
esurf,0
esel,S,type,,ETYPE ! Select only surface effect elements
!
sfe,all,1,conv,2,500
!!!!!
I am currently trying to apply a uniform bulk temperature on the additionnal point of the SURF152 element but I do not succed to write the associate APDL code.
For this time I am working on a very simple case (A test case) - A simple cube (I attached pictures)
And there is my code.
1st: I created a nodal named selection (Called SNODES) on two surfaces in order to select nodes on these surfaces
2nd: I then asked to create SURF152 elements with the previously selected nodes
3rd: I then defined the element charateristics and finally select all these new surf152 elements.
4th: I applied the 500 °C to the surf152 elements
It appears that actually this code do not do nothing. Could you please help me to understand why ?
Yours faithfully
Guillaume THIRIET
!!!!!
nsel,r,NODE,,SNODES ! Select nodes on the SNODES component
et,etype,surf152 ! Apply SURF152 on the selected nodes
type, etype
mat,1
real,
esys,0
secnum,
!
esurf,0
esel,S,type,,ETYPE ! Select only surface effect elements
!
sfe,all,1,conv,2,500
!!!!!