The AdaptiveMeshConstraint object is the abstract base type for other Arbitrary Lagrangian Eularian (ALE) style AdaptiveMeshConstraint objects. The AdaptiveMeshConstraint object has no explicit constructor. The methods and members of the AdaptiveMeshConstraint object are common to all objects derived from the AdaptiveMeshConstraint object.
import step mdb.models[name].adaptiveMeshConstraints[name]
This method deactivates the adaptive mesh constraint in the specified step and all subsequent steps.
Required argument
A String specifying the name of the step in which the adaptive mesh constraint is deactivated.
Optional arguments
Return value
Exceptions
TextError.
This method moves the adaptive mesh constraint state from one step to a different step.
Required arguments
A String specifying the name of the step from which the adaptive mesh constraint state is moved.
A String specifying the name of the step to which the adaptive mesh constraint state is moved.
Optional arguments
Return value
Exceptions
TextError.
This method resets the adaptive mesh constraint state of the specified step to the state of the previous analysis step.
Required argument
A String specifying the name of the step in which the adaptive mesh constraint state is reset.
Optional arguments
Return value
Exceptions
TextError.
This method resumes the adaptive mesh constraint that was previously suppressed.
Arguments
Return value
Exceptions
This method suppresses the adaptive mesh constraint.
Arguments
Return value
Exceptions
This method allows you to delete existing adaptive mesh constraints.
Required argument
A sequence of Ints specifying the index of each adaptive mesh constraint to delete.
Optional arguments
Return value
Exceptions
The AdaptiveMeshConstraint object can have the following members:
A String specifying the adaptive mesh constraint repository key.
A SymbolicConstant specifying the category of the adaptive mesh constraint. Possible values are MECHANICAL and THERMAL.
A Region object specifying the region to which the adaptive mesh constraint is applied.
None or a DatumCsys object specifying the local coordinate system of the adaptive mesh constraint's degrees of freedom. If localCsys=None, the degrees of freedom are defined in the global coordinate system. The default value is None.