live_visualization_child#

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

Bases: Container

Configures live visualization via EnSight DVS.

Properties

optionstr

Specifies live visualization working process

Allowed values:

  • “ProgramControlled” - Generation of postprocessing results is disabled for now.

  • “Off” - Generation of postprocessing results is disabled.

Allowed values for step-based analyses:

  • “LastStep” - Generate results only for the last coupling step completed.

  • “EveryStep” - Generate results at the end of every coupling step.

  • “StepInterval” - Generate results at the end of coupling steps at the interval specified by the output frequency setting.

Allowed values for iteration-based analyses:

  • “LastIteration” - Generate results only for the last coupling iteration completed.

  • “EveryIteration” - Generate results at the end of every coupling iteration.

  • “IterationInterval” - Generate results at the end of coupling iterations at the interval specified by the output frequency setting.

write_resultsbool

Write results to files when conducting live visualization.

show_viewerbool

Request that the EnSight client is started with a gRPC server running.

hide_ensight_guibool

Request that the EnSight client is started hidden (in batch mode).

output_frequencyint

Specify output frequency.

Children

Child

Summary

execution_control

Configure execution control for a live visualization.

Included in:

Parent

Summary

live_visualization

Configures live visualization via EnSight DVS.