output_control#

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

Bases: Container

Configure output controls.

Properties

optionstr

Specifies when restart points are generated.

Allowed values (step-based analyses only):

  • “LastStep” - Generates a restart point only for the last coupling step completed.

  • “EveryStep” - Generate a restart point at the end of every coupling step.

  • “StepInterval” - Generates a restart point at the end of coupling steps at the interval specified by the output frequency setting.

Allowed values (iteration-based analyses only):

  • “LastIteration” - Generates a restart point only for the last coupling iteration completed.

  • “EveryIteration” - Generate a restart point at the end of every coupling iteration.

  • “IterationInterval” - Generates a restart point at the end of coupling iterations at the interval specified by the output frequency setting.

generate_csv_chart_outputbool

Write chart data in CSV format during solve.

write_initial_snapshotbool

Write initial snapshot.

transcript_precisionint

Number of digits after decimal point in transcript.

write_diagnosticsbool

Write transfer diagnostics dictionary to file.

write_weights_matrixbool

Write mapping weights to file after calculation.

write_residualsbool

Write residuals to results files.

output_frequencyint

Specify output frequency.

Children

Child

Summary

results

Configures output of postprocessing results data.

ascii_output

Output interface data as ASCII.

live_visualization

Configures live visualization via EnSight DVS.

Included in:

Parent

Summary

setup_root

‘root’ object