AdaptiveMeshDomain(...)
This method creates an AdaptiveMeshDomain object.
Path
mdb.models[name].steps[name].AdaptiveMeshDomain
Required arguments
- region
A Region object specifying the region to which the adaptive mesh domain is applied.
Optional arguments
- controls
A String specifying the name of an AdaptiveMeshControl object.
- frequency
An Int specifying the frequency in increments at which adaptive meshing will be performed. The default value is 10.
- initialMeshSweeps
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.
- meshSweeps
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.