-
We're trying to apply pressure to specific element faces in PyMAPDL using the So far: The mesh is valid and was created with either Gmsh (imported via .CDB) or using MAPDL’s native block/mesh commands. Does anyone have a working example of Would appreciate any snippet, workaround, or even confirmation that it's not supported yet. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @AltoAuto Let me know if you want an example model. Mike |
Beta Was this translation helpful? Give feedback.
Hi @AltoAuto
Personally I'd go a different route to make it easier on yourself. See element type Surf154. You can select the nodes of the surface where the pressure is applied. Then esurf the surface effect elements to those nodes. Then to define a pressure into the material choose element face 1 on the sfe command and just apply to the surface effect elements only (select them first). This is much easier than creating a function to find out what face contains the nodes selected for a specific element.
Let me know if you want an example model.
Mike