execution_control#
- class ansys.systemcoupling.core.adaptor.api_25_2.execution_control.execution_control(name=None, parent=None)#
Bases:
ContainerConfigure execution control for a coupling participant.
Properties
- optionstr
Method used to find the solver executable file to be used to start the participant.
“ProgramControlled” - (Default) Find the executable based on the participant type. Available whenever the participant type is not set to “DEFAULT” or “EXTERNALDATA”.
“UserDefined” - User supplied settings are used to find the executable.
“ExternallyManaged” - Typically used for workflows managed by WorkBench.
- working_directorystr
Participant working directory.
- use_wrapper_scriptbool
Specify whether to use System Coupling-provided wrapper script to set up the environment.
- python_scriptstr
Path to the Python script.
- executablestr
Path to participant executable.
- auto_distribution_settingsbool
Specify whether to use automatic distribution settings.
- use_ls_dyna_custom_executablebool
Specify whether to use custom executable for LS-DYNA.
- ls_dyna_custom_executablestr
Path to LS-DYNA executable.
- ls_dyna_parallel_optionstr
LS-DYNA Parallel Option.
- include_hpc_distribution_typesStringListType
Include HPC distribution types for the distributed AEDT runs.
- number_of_cores_per_taskint
Specify number of parallel cores per task for parallel AEDT analysis.
- batch_optionsstr
Specify batch options for AEDT participant.
- additional_argumentsstr
Additional command line arguments.
- parallel_fractionRealType
Fraction of available cores to use for this participant
- initial_inputstr
Initial input.
- additional_restart_input_filestr
File containing MAPDL command snippets to modify the restarted run.
- gui_modebool
Run participant in graphical mode.
- base_output_file_namestr
Base output file name for the CFD Server or SCDT Server.
- overwrite_existing_filesbool
Flag indicating whether CFD Server should overwrite existing files.
- mass_normalizedbool
Controls whether mode shapes are mass normalized
- write_outputbool
Controls whether export scdt files for the SCDT Server
- environment_variablesStringListType
Additional unique environment variables for this participant.
- precisionstr
Set precision for this participant
Children
Child |
Summary |
|---|---|
Fluent input. |
Included in:
Parent |
Summary |
|---|---|
Configure a coupling participant. |