ansys.mapdl.core.Mapdl.pmlsize#
- Mapdl.pmlsize(freqb='', freqe='', dmin='', dmax='', thick='', angle='', wavespeed='', **kwargs)#
Determines number of PML or IPML layers.
Mechanical APDL Command: PMLSIZE
- Parameters:
- freqb
str Minimum operating frequency (no default).
- freqe
str Maximum operating frequency (defaults to
FREQB).- dmin
str Minimum distance from the radiation source to the PML or IPML interface (no default).
- dmax
str Maximum distance from the radiation source to the PML or IPML interface (defaults to
DMIN).- thick
str Thickness of the PML or IPML region (defaults to 0).
- angle
str Incident angle of wave to the PML or IPML interface (defaults to 0).
- wavespeed
str Wave speed in PML or IPML medium (defaults to 343.24 m/s).
- freqb
Notes
pmlsize determines the number of PML or IPML layers for acceptable numerical accuracy.
pmlsize must be issued before any meshing commands. If the thickness of the PML or IPML region is known, it determines an element edge length (h) and issues esize,h. If the thickness of the PML or IPML region is unknown, it determines the number of layers (n) and issues esize,,n.