The AdaptiveMeshControl object is used to control various aspects of Arbitrary Lagrangian Eularian (ALE) style adaptive smoothing and advection algorithms applied to an ALE adaptive mesh domain.
import step mdb.models[name].adaptiveMeshControls[name]
This method creates an AdaptiveMeshControl object.
mdb.models[name].AdaptiveMeshControl
Required argument
A String specifying the name of the object.
Optional arguments
A SymbolicConstant specifying the remapping algorithm. Possible values are FIRST_ORDER_ADVECTION and SECOND_ORDER_ADVECTION. The default value is SECOND_ORDER_ADVECTION.
A SymbolicConstant specifying the type of smoothing algorithm to use. Possible values are STANDARD and GEOMETRY_ENHANCED. The default value is GEOMETRY_ENHANCED.
A SymbolicConstant specifying the type of smoothing to perform. Possible values are UNIFORM and GRADED. The default value is UNIFORM.
A Float specifying the initial geometric feature angle, , in degrees. Possible values are 0° 180°. The default value is 30.0.
A Float specifying the transitional feature angle, , in degrees. Possible values are 0° 180°. The default value is 30.0.
A SymbolicConstant specifying the type of momentum advection algorithm. Possible values are ELEMENT_CENTER_PROJECTION and HALF_INDEX_SHIFT. The default value is ELEMENT_CENTER_PROJECTION.
A SymbolicConstant specifying the nodal starting location to use for remeshing. Possible values are CURRENT and PREVIOUS. The default value is CURRENT.
A Float specifying the solution dependence weight, . Possible values are 0.0 1.0. The default value is 1.0.
A Float specifying the weight used by Abaqus/Explicit for the volumetric smoothing method. The default value is 1.0.
A Float specifying the weight for the Laplacian smoothing method. The default value is 0.0.
A Float specifying the weight for the equipotential smoothing method. The default value is 0.0.
A Float specifying the initial geometric feature angle, . Possible values are 0° 180°. The default value is 60.0.
A Float specifying the weight for the original configuration projection method. The default value is 1.0.
A Float specifying the weight used by Abaqus/Standard for the volumetric smoothing method. The default value is 0.0.
Return value
An AdaptiveMeshControl object.
Exceptions
RangeError.
This method modifies the AdaptiveMeshControl object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the AdaptiveMeshControl method, except for the name argument.
Return value
Exceptions
RangeError.
The AdaptiveMeshControl object has members with the same names and descriptions as the arguments to the AdaptiveMeshControl method.