ISolveProcessSettings
Last update: 14.01.2025
ISolveProcessSettings
class Ansys.ACT.Mechanical.Application.SolveProcessSettings.ISolveProcessSettings
Bases: object
ISolveProcessSettings interface.
Overview
Properties
Name | Description |
---|---|
AdditionalCommandLineArguments |
Gets or sets the “Additional Command Line Arguments” field. |
CustomExecutablePath |
Gets or sets the “Custom Executable Name (with path)” field. |
DCSAutoDownloadResults |
Gets or sets the “DCS Auto Download Results” field. |
DistributeSolution |
Gets or sets the boolean “Distribute Solution (if possible)” field. |
GPUAccelerationDevice |
Gets or sets the “GPU Acceleration Device” field. |
HybridParallel |
Gets or sets the boolean “Hybrid Parallel (Mechanical APDL)” field. |
LicenseQueuing |
Gets or sets the “License Queuing: Wait for Available License” field. |
ManualLinuxSettings |
Gets the LinuxSettings object for the configuration. |
ManualSolverMemorySettings |
Gets the SolverMemorySettings object for the configuration. |
MaxNumberOfCores |
Gets or sets the “Maximum number of utilized cores” field. |
NumberOfGPUDevices |
Gets or sets the “Number of utilized GPU devices” field. |
NumberOfProcesses |
Gets or sets the “Number of processes” field. |
SolveInSynchronousMode |
Gets or sets the “Solve in synchronous mode” field. |
ThreadsPerProcess |
Gets or sets the “Threads per process” field. |
UseSharedLicense |
Gets or sets the “Use Shared License, if possible” field. |
UserString |
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.
property ISolveProcessSettings.UseSharedLicense : bool | None
Gets or sets the “Use Shared License, if possible” field.
property ISolveProcessSettings.UserString : str | None
Gets or sets the User String field.