ISolveProcessSettings
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Mechanical.Application.SolveProcessSettings.ISolveProcessSettings#
Bases:
object
ISolveProcessSettings interface.
Overview#
Gets or sets the “Additional Command Line Arguments” field. |
|
Gets or sets the “Custom Executable Name (with path)” field. |
|
Gets or sets the “DCS Auto Download Results” field. |
|
Gets or sets the boolean “Distribute Solution (if possible)” field. |
|
Gets or sets the “GPU Acceleration Device” field. |
|
Gets or sets the boolean “Hybrid Parallel (Mechanical APDL)” field. |
|
Gets or sets the “License Queuing: Wait for Available License” field. |
|
Gets the LinuxSettings object for the configuration. |
|
Gets the SolverMemorySettings object for the configuration. |
|
Gets or sets the “Maximum number of utilized cores” field. |
|
Gets or sets the “Number of utilized GPU devices” field. |
|
Gets or sets the “Number of processes” field. |
|
Gets or sets the “Solve in synchronous mode” field. |
|
Gets or sets the “Threads per process” field. |
|
Gets or sets the “Use Shared License, if possible” field. |
|
Gets or sets the User String field. |
Property detail#
- property ISolveProcessSettings.AdditionalCommandLineArguments: str | None#
Gets or sets the “Additional Command Line Arguments” field.
- property ISolveProcessSettings.CustomExecutablePath: str | None#
Gets or sets the “Custom Executable Name (with path)” field.
- property ISolveProcessSettings.DCSAutoDownloadResults: bool | None#
Gets or sets the “DCS Auto Download Results” field.
- property ISolveProcessSettings.DistributeSolution: bool | None#
Gets or sets the boolean “Distribute Solution (if possible)” field.
- property ISolveProcessSettings.GPUAccelerationDevice: Ansys.Mechanical.DataModel.Enums.GPUAccelerationDevicesType | None#
Gets or sets the “GPU Acceleration Device” field.
- property ISolveProcessSettings.HybridParallel: bool | None#
Gets or sets the boolean “Hybrid Parallel (Mechanical APDL)” field.
- property ISolveProcessSettings.LicenseQueuing: bool | None#
Gets or sets the “License Queuing: Wait for Available License” field.
- property ISolveProcessSettings.ManualLinuxSettings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.ILinuxSettings | None#
Gets the LinuxSettings object for the configuration.
- property ISolveProcessSettings.ManualSolverMemorySettings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.ISolverMemorySettings | None#
Gets the SolverMemorySettings object for the configuration.
- property ISolveProcessSettings.MaxNumberOfCores: int | None#
Gets or sets the “Maximum number of utilized cores” field.
- property ISolveProcessSettings.NumberOfGPUDevices: int | None#
Gets or sets the “Number of utilized GPU devices” field.
- property ISolveProcessSettings.NumberOfProcesses: int | None#
Gets or sets the “Number of processes” field.
- property ISolveProcessSettings.SolveInSynchronousMode: bool | None#
Gets or sets the “Solve in synchronous mode” field.
- property ISolveProcessSettings.ThreadsPerProcess: int | None#
Gets or sets the “Threads per process” field.
Gets or sets the “Use Shared License, if possible” field.