ISolveProcessSettings#

class ansys.mechanical.stubs.v241.Ansys.ACT.Mechanical.Application.SolveProcessSettings.ISolveProcessSettings#

Bases: object

ISolveProcessSettings interface.

Overview#

DistributeSolution

Gets or sets the boolean “Distribute Solution (if possible)” field.

MaxNumberOfCores

Gets or sets the “Maximum number of utilized cores” field.

NumberOfGPUDevices

Gets or sets the “Number of utilized GPU devices” field.

AdditionalCommandLineArguments

Gets or sets the “Additional Command Line Arguments” field.

CustomExecutablePath

Gets or sets the “Custom Executable Name (with path)” field.

UserString

Gets or sets the User String field.

LicenseQueuing

Gets or sets the “License Queuing: Wait for Available License” field.

UseSharedLicense

Gets or sets the “Use Shared License, if possible” field.

SolveInSynchronousMode

Gets or sets the “Solve in synchronous mode” field.

ManualSolverMemorySettings

Gets the SolverMemorySettings object for the configuration.

ManualLinuxSettings

Gets the LinuxSettings object for the configuration.

GPUAccelerationDevice

Gets or sets the “GPU Acceleration Device” field.

HybridParallel

Gets or sets the boolean “Hybrid Parallel (Mechanical APDL)” field.

ThreadsPerProcess

Gets or sets the “Threads per process” field.

NumberOfProcesses

Gets or sets the “Number of processes” field.

DCSAutoDownloadResults

Gets or sets the “DCS Auto Download Results” field.

Property detail#

property ISolveProcessSettings.DistributeSolution: System.Boolean | None

Gets or sets the boolean “Distribute Solution (if possible)” field.

property ISolveProcessSettings.MaxNumberOfCores: System.Int32 | None

Gets or sets the “Maximum number of utilized cores” field.

property ISolveProcessSettings.NumberOfGPUDevices: System.Int32 | None

Gets or sets the “Number of utilized GPU devices” field.

property ISolveProcessSettings.AdditionalCommandLineArguments: System.String | None

Gets or sets the “Additional Command Line Arguments” field.

property ISolveProcessSettings.CustomExecutablePath: System.String | None

Gets or sets the “Custom Executable Name (with path)” field.

property ISolveProcessSettings.UserString: System.String | None

Gets or sets the User String field.

property ISolveProcessSettings.LicenseQueuing: System.Boolean | None

Gets or sets the “License Queuing: Wait for Available License” field.

property ISolveProcessSettings.UseSharedLicense: System.Boolean | None

Gets or sets the “Use Shared License, if possible” field.

property ISolveProcessSettings.SolveInSynchronousMode: System.Boolean | None

Gets or sets the “Solve in synchronous mode” field.

property ISolveProcessSettings.ManualSolverMemorySettings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.ISolverMemorySettings | None

Gets the SolverMemorySettings object for the configuration.

property ISolveProcessSettings.ManualLinuxSettings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.ILinuxSettings | None

Gets the LinuxSettings object for the configuration.

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

Gets or sets the “GPU Acceleration Device” field.

property ISolveProcessSettings.HybridParallel: System.Boolean | None

Gets or sets the boolean “Hybrid Parallel (Mechanical APDL)” field.

property ISolveProcessSettings.ThreadsPerProcess: System.Int32 | None

Gets or sets the “Threads per process” field.

property ISolveProcessSettings.NumberOfProcesses: System.Int32 | None

Gets or sets the “Number of processes” field.

property ISolveProcessSettings.DCSAutoDownloadResults: System.Boolean | None

Gets or sets the “DCS Auto Download Results” field.