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 General results file (.Log, .h3d , .case, .sos, .layout, .gsph5)
- gsp_reader_result_type (enum)
- Type of signal processing data to read from the .gsph5 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)]
- pressure (real)
- Reference pressure specified in simulation, used to compute non-dimensional fields [Pa]
- 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{
resultFile = "./uFX_fullData/uFX_output.sos"
summary_in_report = on
summary_file = "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
}