Accessimport job
mdb.optimizationProcesses[name]
OptimizationProcess(...)
This method creates an OptimizationProcess object. Pathmdb.OptimizationProcess Required arguments
Optional arguments
Return valueAn OptimizationProcess object. ExceptionsAbaqusException. writeParAndInputFiles()
This method allows you to write par and input files for an optimization task. ArgumentsNone. Return valueNone. ExceptionsNone. submit(...)
This method submits an optimization process. Required argumentsNone. Optional arguments
Return valueNone. ExceptionsNone. waitForCompletion()
This method interrupts the execution of the script until the end of all the analyses. If you call the waitForCompletion method and the status member is neither SUBMITTED nor RUNNING, Abaqus assumes the analysis has either completed or aborted and returns immediately. ArgumentsNone. Return valueNone. ExceptionsNone. extract(...)
This method extracts a surface mesh from the optimized model. Required arguments
Optional arguments
Return valueNone. ExceptionsNone. setValues(...)
This method modifies the OptimizationProcess object. Required argumentsNone. Optional argumentsThe optional arguments to setValues are the same as the arguments to the OptimizationProcess method, except for the name argument. Return valueNone. ExceptionsNone. MembersThe OptimizationProcess object has members with the same names and descriptions as the arguments to the OptimizationProcess method. |