SkinDepthMeshOperation#
- class ansys.edb.core.simulation_setup.mesh_operation.SkinDepthMeshOperation(name='', net_layer_info=None, enabled=True, refine_inside=False, mesh_region='', solve_inside=False, skin_depth='1um', surface_triangle_length='1mm', num_layers='2', max_elements='1000', restrict_max_elements=False)#
Represents a skin depth mesh operation.
- Attributes:
name
str
, default: “”str
: Name of the mesh operation.net_layer_info
list
[tuple
(str
,str
, bool)], default:None
list
oftuple
of (str
,str
,bool
): List of net layer information for the mesh operation.enabled
bool, default:True
bool
: Flag indicating if the mesh operation is enabled.refine_inside
bool, default:False
bool
: Flag indicating if refining inside is enabled.mesh_region
str
, default: “”str
: Name of the mesh region.solve_inside
bool, default:False
bool
: Flag indicating if solve inside is enabled.skin_depth
str
, default: “1um”str
: Skin depth.surface_triangle_length
str
, default: “1mm”str
: Surface triangle length.- num_layers
str
, default: 2 Number of layers.
max_elements
str
, default: “1000”str
: Maximum number of mesh elements.restrict_max_elements
bool, default:False
bool
: Flag indicating if the maximum number of mesh elements is restricted.
Methods
Attributes
bool
: Flag indicating if the mesh operation is enabled.str
: Maximum number of mesh elements.str
: Name of the mesh region.str
: Name of the mesh operation.list
oftuple
of (str
,str
,bool
): List of net layer information for the mesh operation.str
: Number of layers.bool
: Flag indicating if refining inside is enabled.bool
: Flag indicating if the maximum number of mesh elements is restricted.str
: Skin depth.bool
: Flag indicating if solve inside is enabled.str
: Surface triangle length.