Skip to content

Issue with Heat Generation in MAPDL #3996

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

You must be logged in to vote

Hi @gcassianno can you post a image of the incorrect result and the correct result you are getting. In a thermal analysis temperature is not a force, it is a boundary condition so this:

mapdl.bf('all','temp',100)

does nothing. Maybe you meant

mapdl.d('all','temp',100) 

And the mapdl.bf(nodes_with_hgen[i],'hgen',heat[i]) need to be indented (guess this might be a copy/paste issue and not from your script...)

Here is what I get running the corrected input file:

Mike

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@germa89
Comment options

Comment options

You must be logged in to vote
3 replies
@mikerife
Comment options

Answer selected by germa89
@mikerife
Comment options

@gcassianno
Comment options

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