Using of PML (perfectly matched layers) in ANSYS Workbench using Command snippents
Hi ANSYS Community
Is it possible to use PML (perfectly matched layers) withing ANSYS Workbench environment ?
In APDL we can use PSYS command for this.
I am trying to use this for Soil-structure interaction problem and in APDL it is possible. But trying to figure out how can i integrate into workbench .
Thank you very much
Comments
Hi @Cpwtub ,
You can use the command objects in Ansys Mechanical and use the same commands as used in APDL.
Regards,
Ashish Khemka
@akhemka
Thank you very much for the reply,
Well I tried this one. But it did not work
In APDL we normally do it as following... I just put the important commands, following is not a complete command
ET,3,186
KEYOPT,3,15,1
....
PSYS,0
PMLOPT,0,THREE
,...
TYPE,3
..
..
VMESH,ALL
ALLSEL
In Workbench I could change the elements and keopts at the geometry tree, because i thought that we need to define the PML layers before... not like INFIN...., then i tried to use the psys in a different command snippet ..this did not work. ...So do you know any solutions for this
Thank you