Skip to content

SFGRAD (mapdl.sfgrad) vs SF (mapdl.sf) #3234

Answered by mikerife
VHB4910 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @VHB4910
SF and SFGRAD work together. Let's set aside SFGRAD for now.

SF defines only one magnitude of heat flux. The direction is found by the set of nodes ("nlist"). A positive value of heat flux is into the material, and a negative value is out of the material. Here is a small model of a 2x2 square meshed with 4 quad elements. The gplot is showing the lines of the square with the mesh divisions and the nodes with the node numbers turned on:

Now if we issue the commands:

mapdl.nsel('s', 'node', '', 2)
mapdl.nsel('a', 'node', '', 4, 7)
mapdl.cm('node_1', 'node')
mapdl.allsel()
mapdl.sf('node_1', 'hflux', 10)

And issue the commands to turn on surface load symbols as arrows we get the …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@VHB4910
Comment options

@mikerife
Comment options

@mikerife
Comment options

@VHB4910
Comment options

Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants