The AdaptiveMeshDomain object defines the region and controls that govern an Arbitrary Lagrangian Eularian (ALE) style adaptive smoothing mesh domain.
import step mdb.models[name].steps[name].adaptiveMeshDomains[name]
This method creates an AdaptiveMeshDomain object.
mdb.models[name].steps[name].AdaptiveMeshDomain
Required argument
A Region object specifying the region to which the adaptive mesh domain is applied.
Optional arguments
A String specifying the name of an AdaptiveMeshControl object.
An Int specifying the frequency in increments at which adaptive meshing will be performed. The default value is 10.
An Int specifying the number of mesh sweeps to be performed at the beginning of the first step in which this adaptive mesh definition is active. The default value is 5.
An Int specifying the number of mesh sweeps to be performed in each adaptive mesh increment. The default value is 1.
Return value
An AdaptiveMeshDomain object.
Exceptions
RangeError.
This method modifies the AdaptiveMeshDomain object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the AdaptiveMeshDomain method.
Return value
Exceptions
RangeError.
The AdaptiveMeshDomain object has members with the same names and descriptions as the arguments to the AdaptiveMeshDomain method.