SolveProcessSettings#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveProcessSettings#
 Bases:
objectThe class representing solve process settings.
Overview#
Any additional command line arguments to give to the solver.  | 
|
The custom executable path for user programmable features in the solver.  | 
|
Whether results need to be automatically downloaded for DCS job after completion.  | 
|
Whether to run the solution in distributed mode.  | 
|
The GPU Acceleration device the solver will use.  | 
|
Whether to run the solution in hybrid parallel.  | 
|
Whether license queueing is active.  | 
|
Returns the manual linux settings.  | 
|
Returns the manual solver memory settings.  | 
|
The maximum number of cores the solver will use.  | 
|
The number of GPU devices.  | 
|
The number of processes the solver will use.  | 
|
Whether the solve will be in synchronous mode.  | 
|
The threads per process the solver will use.  | 
|
Whether the solver will use a shared license.  | 
Property detail#
- property SolveProcessSettings.AdditionalCommandLineArguments: str | None#
 Any additional command line arguments to give to the solver.
- property SolveProcessSettings.CustomExecutablePath: str | None#
 The custom executable path for user programmable features in the solver.
- property SolveProcessSettings.DCSAutoDownloadResults: bool | None#
 Whether results need to be automatically downloaded for DCS job after completion.
- property SolveProcessSettings.DistributeSolution: bool | None#
 Whether to run the solution in distributed mode.
- property SolveProcessSettings.GPUAccelerationDevice: Ansys.Mechanical.DataModel.Enums.GPUAccelerationDevicesType | None#
 The GPU Acceleration device the solver will use.
- property SolveProcessSettings.HybridParallel: bool | None#
 Whether to run the solution in hybrid parallel.
- property SolveProcessSettings.ManualLinuxSettings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.LinuxSettings | None#
 Returns the manual linux settings.
- property SolveProcessSettings.ManualSolverMemorySettings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolverMemorySettings | None#
 Returns the manual solver memory settings.
- property SolveProcessSettings.MaxNumberOfCores: int | None#
 The maximum number of cores the solver will use.
- property SolveProcessSettings.NumberOfProcesses: int | None#
 The number of processes the solver will use.
- property SolveProcessSettings.SolveInSynchronousMode: bool | None#
 Whether the solve will be in synchronous mode.
- property SolveProcessSettings.ThreadsPerProcess: int | None#
 The threads per process the solver will use.
Whether the solver will use a shared license.