AdaptivityProcess(...)
This method creates an AdaptivityProcess object.
Path
mdb.AdaptivityProcess
Required arguments
- name
A String specifying the name of the Adaptivity Process.
- job
A ModelJob object specifying a job to be used as the prototype for all analysis jobs run by the adaptivity process.
Optional arguments
- maxIterations
An Int specifying the maximum number of analysis jobs that will be run by the Adaptivity Process. Abaqus performs adaptive remeshing between each analysis. The default value is 3.
- jobPrefix
A String specifying the prefix to use for jobs created by the adaptivity process. An empty string indicates that the name of the adaptivity process should be used. The default value is an empty string.
Return value
An AdaptivityProcess object.
Exceptions
AbaqusException.