output_control#
- class ansys.systemcoupling.core.adaptor.api_25_2.output_control.output_control(name=None, parent=None)#
Bases:
ContainerConfigure 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 |
|---|---|
Configures output of postprocessing results data. |
|
Output interface data as ASCII. |
|
Configures live visualization via EnSight DVS. |
Included in:
Parent |
Summary |
|---|---|
‘root’ object |