TRACE User Guide  TRACE Version 9.6.1
Distribution for outlet

If a distribution of the static pressure along the exit plane is to be imposed an Tecplot formatted ASCII file, e.g. TRACE_exit.input, has to be created and specified with GMC in the CGNS file.

Radial distribution for outlet

The radial distribution may be specified whether as function of absolute or of relative radius.

Variables for radial distibuted TRACE exit files
Variable Description
CoordinateR radius r in [m]
RelativeCoordinateR relative radius
Pressure static pressure in [Pa]
Note
RelativeCoordinateR used to be called CoordinateRRelative in previous TRACE versions.

2D distribution for outlet

A 2D distribution may be specified as a function of the coordinates in the respective coordinate system.

Variables for 2D distibuted TRACE exit files
Variable Description
CoordinateX coordinate in x-direction in [m]
CoordinateY coordinate in y-direction in [m]
CoordinateZ coordinate in z-direction in [m]
CoordinateR radius r in [m]
CoordinateTheta circumferential coordinate in [-]
Pressure static pressure in [Pa]
Example
Radial outlet profile header in Tecplot format:
TITLE = "Radial outlet profile"
VARIABLES = "RelativeCoordinateR"
"Pressure"
ZONE T = "Exit", I = 2, DATAPACKING = POINT
[... data ...]