SolveProcessSettings#

class ansys.mechanical.stubs.v242.Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveProcessSettings#

Bases: object

The class representing solve process settings.

Overview#

DistributeSolution

Whether to run the solution in distributed mode.

MaxNumberOfCores

The maximum number of cores the solver will use.

NumberOfGPUDevices

The number of GPU devices.

AdditionalCommandLineArguments

Any additional command line arguments to give to the solver.

CustomExecutablePath

The custom executable path for user programmable features in the solver.

LicenseQueuing

Whether license queueing is active.

UseSharedLicense

Whether the solver will use a shared license.

SolveInSynchronousMode

Whether the solve will be in synchronous mode.

ManualSolverMemorySettings

Returns the manual solver memory settings.

ManualLinuxSettings

Returns the manual linux settings.

GPUAccelerationDevice

The GPU Acceleration device the solver will use.

HybridParallel

Whether to run the solution in hybrid parallel.

ThreadsPerProcess

The threads per process the solver will use.

NumberOfProcesses

The number of processes the solver will use.

DCSAutoDownloadResults

Whether results need to be automatically downloaded for DCS job after completion.

Property detail#

property SolveProcessSettings.DistributeSolution: System.Boolean | None

Whether to run the solution in distributed mode.

property SolveProcessSettings.MaxNumberOfCores: System.Int32 | None

The maximum number of cores the solver will use.

property SolveProcessSettings.NumberOfGPUDevices: System.Int32 | None

The number of GPU devices.

property SolveProcessSettings.AdditionalCommandLineArguments: System.String | None

Any additional command line arguments to give to the solver.

property SolveProcessSettings.CustomExecutablePath: System.String | None

The custom executable path for user programmable features in the solver.

property SolveProcessSettings.LicenseQueuing: System.Boolean | None

Whether license queueing is active.

property SolveProcessSettings.UseSharedLicense: System.Boolean | None

Whether the solver will use a shared license.

property SolveProcessSettings.SolveInSynchronousMode: System.Boolean | None

Whether the solve will be in synchronous mode.

property SolveProcessSettings.ManualSolverMemorySettings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolverMemorySettings | None

Returns the manual solver memory settings.

property SolveProcessSettings.ManualLinuxSettings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.LinuxSettings | None

Returns the manual linux settings.

property SolveProcessSettings.GPUAccelerationDevice: Ansys.Mechanical.DataModel.Enums.GPUAccelerationDevicesType | None

The GPU Acceleration device the solver will use.

property SolveProcessSettings.HybridParallel: System.Boolean | None

Whether to run the solution in hybrid parallel.

property SolveProcessSettings.ThreadsPerProcess: System.Int32 | None

The threads per process the solver will use.

property SolveProcessSettings.NumberOfProcesses: System.Int32 | None

The number of processes the solver will use.

property SolveProcessSettings.DCSAutoDownloadResults: System.Boolean | None

Whether results need to be automatically downloaded for DCS job after completion.