Skip to content

Problem solving a thermal simulation with API pyMAPDL !! #4018

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

You must be logged in to vote

Hi @MASV1610
The mesh sizing just happens to be defined so that the nodes are coincident at the interface between the volumes. But there are duplicate nodes. If you have node numbering turned on when plotting the elements you would see the coincident nodes easier (in MAPDL interactive). Selecting the volumes and meshing does not automatically create a connected mesh between volumes. The volumes need to share area/lines/keypoints for the mesh to share nodes.

Perhaps you have an APDL macro you wrote named CMAP? For example I found this in the script:

mapdl.cmap("mesa_nodos_sup", "eps_nodos_inf", "NODE", "TEMP")  # Acoplamos temperaturas

However CMAP in PyMAPDL is its version of the APDL com…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@MASV1610
Comment options

@mikerife
Comment options

Answer selected by germa89
@MASV1610
Comment options

@mikerife
Comment options

@MASV1610
Comment options

@germa89
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