analysis_control#

class ansys.systemcoupling.core.adaptor.api_25_2.analysis_control.analysis_control(name=None, parent=None)#

Bases: Container

Configure coupling controls.

Properties

analysis_typestr

Analysis type.

Allowed values: - “Steady” - “Transient”

optimize_if_one_waybool

Optimizes various controls for a one-way workflow, if the data transfers form a unidirectional graph.

warped_face_toleranceRealType

Set warped face detection tolerance (1e-6 is default value, 1.0 means disabled).

allow_simultaneous_updatebool

Allow simultaneous update of independent participants.

simultaneous_participantsstr

Controls which participants are updated simultaneously.

allow_simultaneous_initializationbool

Allow simultaneous initialization of participants.

mpi_pause_timeoutRealType

Specify MPI pause time (in seconds) to wait for other participants to finish solving

partitioning_algorithmstr

Partitioning algorithm used when participants are running in parallel.

Allowed values:

  • “SharedAllocateMachines” - Participants share both machines and cores.

  • “SharedAllocateCores” - Participants share machines but not cores.

  • “DistributedAllocateCores” - Participants minimally share cores and machines. (Linux only)

  • “DistributedAllocateMachines” - Participants never share cores or machines. (Linux only)

  • “Custom” - Custom algorithm.

cleanup_inflated_fm_usbool

Controls whether System Coupling will cleanup inflated FMUs at end of analysis.

allow_iterations_only_modebool

Explicitly set whether iterations-only mode is allowed.

target_initialization_optionstr

Select option for target initialization.

fluent_region_update_at_stepbool

Allow update of Fluent regions at the beginning of a step.

mesh_import_on_initializationbool

Select whether to import the mesh during the analysis initialization.

import_all_regionsbool

Select whether to import mesh for all defined regions.

bypass_fluent_adapterbool

Switch to bypass Fluent adapter.

variable_to_expression_transferbool

Convert variable-based data transfers to expression transfers.

update_mapping_weightsstr

Weight factor when multiple transfers are stabilized.

Allowed values:

  • “Off” (default)

  • “EveryStep”

  • “EveryIteration”

solve_incremental_displacement_firstbool

Force participants serving incremental displacement to solve first.

write_scs_filebool

Force writing of scs file even if participants are auto-started.

check_for_input_files_changesstr

Controls whether System Coupling will check for changes in participant input files.

is_user_friendly_mappingbool

Controls whether is System Coupling user friendly mapping workflow.

reduce_informational_outputbool

Reduce the information written to the transcript and stdout

participant_precisionstr

Set global option for participant precision

avoid_rbfstr

UNDOCUMENTED

interactive_initializationbool

Controls whether using interactive initialization for cosim

Children

Child

Summary

global_stabilization

Global stabilization settings.

apip

Apip-related expert settings.

avoid_data_reconstruction

Control whether data reconstruction should be done for elemental intensive data.

unmapped_value_options

Unmapped value settings.

automatic_alignment_options

Automatic alignment settings.

Included in:

Parent

Summary

setup_root

‘root’ object