TRACE User Guide  TRACE Version 9.6.1
Global I/O Commands

WriteSolution

Write 3D standard output to file name.

Usage
WriteSolution <file name>
Domain
all
Note
Filename from CGNS file will be overwritten.

SetMovie3dInterleave

Set interleave for 3D movie output regardless of the simulation mode.

Usage
SetMovie3dInterleave <file name> <movie folder> <number of pictures> <interleave between pictures>
Domain
all

SetLinearPseudoTimeOutputInterleave

Specifies the output interval of cgns files for the pseudo time solver. ActivateOutputFourier3D or ActivateOutputFourier2D must be activated as well to obtain result files.

Usage
SetLinearPseudoTimeOutputInterleave <interleave>
Parameters
interleavenumber of time steps for the output interval
Domain
all
Example
all immediate SetLinearPseudoTimeOutputInterleave 100
Since
8.0

SetFourier2DRestartFile

Set Fourier2D CGNS restart file.

Usage
SetFourier2DRestartFile <filename>
Parameters
filenameName of the CGNS part file containing the partially computed 2D Fourier data.
Domain
all
Example
all immediate SetFourier2DRestartFile ../input/TRACE_fourier.cgns.part

SetFourier3DRestartFile

Set Fourier3D CGNS restart file.

Usage
SetFourier3DRestartFile <filename>
Parameters
filenameName of the CGNS part file containing the partially computed 3D Fourier data.
Domain
all
Example
all immediate SetFourier3DRestartFile ../input/TRACE_fourier.cgns.part

ActivateOutputFourier3D

Enables output of 3D Fourier data.

Usage
ActivateOutputFourier3D
Domain
all
Since
8.0

ActivateOutputFourier2D

Enables output of 2D Fourier data.

Usage
ActivateOutputFourier2D
Domain
all
Since
8.0

ActivateFourierOutputPseudotimeSnapshots

Activate a movie-like output of harmonic solutions for harmonic balance solver, e.g. to analyze robustness issues.

Usage
ActivateFourierOutputPseudotimeSnapshots [2D|3D] nPseudoTimeSnaphots
Domain
all
Since
9.6

UseAeroModeNotation

Switch on AeroMode output notation for standard DFT (available for HB and unsteady time-domain).

Usage
UseAeroModeNotation
Domain
all
Since
9.5

DumpDataSetSummary

Dump TRACEs data set summary to a JSON file every time the settings change.

Usage
DumpDataSetSummary <On|Off>
Domain
all
Note
The file name will be TRACEDataSetSummary_<TimeStep>.json.