DATASET

Defines the type and location of data to use for the report generation.

Syntax

DATASET{ parameters}

Qualifier

This command has no qualifier.

Parameters

resultFile (string)
Path to AcuSolve results file (.Log, .h3d file)
ufx_file (string)
Path to ultraFluidX results data (.case, .sos, .layout, .h3d file)
mean_velocity (real)
Mean velocity used in the simulation in meters/sec
density (real)
Density specified in simulation [kg/m3]
viscosity (real)
Viscosity specified in simulation [kg/(s*m)]
summary_file (string)
Location of simulation summary/log file
summary_in_report (boolean)
Specifies to include the ultraFluidX summary files in the report
time_step (integer)
The time_step (integer value) to load during the static image creation process

Example

DATASET{
     ufx_file                   = "../results/uFX_fullData/uFX_output.layout"
     summary_file               = "../results/uFX_summary.txt"
     mean_velocity              = 35
     density                    = 1.2041
     viscosity	 	    = 1.8194e-5
}
DATASET{
     resultFile                 = manifold.1.Log"
     mean_velocity              = 1.0
     density                    = 1.225
     viscosity		     = 1.781e-5
}