Solution output block

Listing 2 Solution Output block in XML input file.
  <ParameterList name="Solution Output">
	  ...
	  ...
	  ...
  </ParameterList> <!--Solution Output-->
Exodus Output File
Type:

string

Value:

Exodus format file

Usage:

Required

Description:

Name of the Exodus format file that will contain the numerical solution.

Exodus Write Frequency
Type:

integer

Value:

\([0;\infty]\)

Usage:

Required

Description:

Write frequency of the numerical solution to the Exodus Output File.

1    <Parameter name="Exodus Output File" type="string" value="incompressible_2d_concentric_cylinder_convection_solution.exo"/>
2    <Parameter name="Exodus Write Frequency" type="int" value="500"/>
Cell Average Quantities
block id
Type:

string

Value:

Names of scalar fields separated by a comma to write to the solution file listed in Exodus Output File.

Usage:

Required

Description:

The block id should be replaced with the block id listed in the Exodus mesh file.

1      <Parameter name="eblock-0_0" type="string" value="element_length"/>
2    </ParameterList> <!-- Cell Average Vectors -->
Cell Average Vectors
block id
Type:

string

Value:

Names of vector fields separated by a comma to write to the solution file listed in Exodus Output File.

Usage:

Required

Description:

The block id should be replaced with the block id listed in the Exodus mesh file.

1    <ParameterList name="Cell Average Vectors">
2      <Parameter name="eblock-0_0" type="string" value="element_length"/>
3    </ParameterList> <!-- Cell Average Vectors -->