Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to apply a bulk temperature on selected faces using ANSYS APDL codes

Status
Not open for further replies.

GuillaumeT

Mechanical
Joined
May 6, 2019
Messages
4
Location
FR
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
!!!!!


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top