solution_control#

class ansys.systemcoupling.core.adaptor.api_24_2.solution_control.solution_control(name=None, parent=None)#

Bases: Container

Configure solution controls.

Properties

duration_optionstr

Determine how the analysis duration is specified.

Allowed values:

  • “EndTime” - Available for transient analyses. Execute coupling steps until the analysis reaches the specified end time.

  • “NumberOfSteps” - Perform coupling steps until the specified number of steps is reached.

end_timeRealType

Set co-simulation end time.

number_of_stepsint

Set number of coupling steps.

time_step_sizeRealType

Set coupling time step size.

minimum_iterationsint

Set minimum iterations within coupling step.

maximum_iterationsint

Set maximum iterations within coupling step.

use_ip_address_when_possiblebool

If True (the default), prefer to use IPv4 address rather than hostname for participant server connections. There is no guarantee that this request can be satisfied for all participants.

use_local_host_when_possiblebool

If True, prefer to use local host address rather than network address for participant server connections. There is no guarantee that this request can be satisfied for all participants.

Children

Child

Summary

available_ports

Specify ports available for co-simulation.

Included in:

Parent

Summary

setup_root

‘root’ object