verbosity (0:low)
number_of_dimensions (1/2/3)
spatial_metric (Realfunctionnd, e.g. 1dproduct 2 constant 1.0 constant 1.0 for 2D planar)
number_of_materials
For each:
name
material_data (mat_type)
number_of_graphics_specifications
For each:
x_pixels y_pixels
auto_flag (0: inline / 1: graphics_data_files)
wx1 wx2 wy1 wy2 (fractional range of window to use)
sx1 sx2 sy1 sy2 (corresponding range of "real" parameter)
fred fgreen fblue (foreground colour)
bred bgreen bblue (background colour)
default_line_thickness (pixels)
output_file_stem first_dump_index
number_of_plot_objects (drawn in the order they are specified)
For each:
type parameters (see below)
pause_after_flag (0/1: yes/no)
clear_before_flag (0/1: yes/no)
Repeated until command is "end":
command parameters (see below)
Notes:
Realfunctionnd is the maths class library type.
mat_type is the ARIADNE class library type.
Realfunction2d object.
For a 1:1 map, the definition would be
1dproduct monomial 1.0 1.0 constant 1.0 # x-map 1dproduct constant 1.0 monomial 1.0 1.0 # y-mapFor a reflection about the x-axis, the definition could be
1dproduct monomial 1.0 1.0 constant 1.0 # x-map 1dproduct constant 1.0 monomial 1.0 -1.0 # y-map
Colours are specified by red, green and blue intensities, each a floating point number in the range 0 to 1.
meshcolour xmap ymap
boundarycolour xmap ymap
scalar_field_coloredparameter_name (pressure / mass_density / temperature / divu / csqv / velocity_x / velocity_y / velocity_z / artificial_viscosity / material / region / grain) colormap_type (thermal / greyscale / spectral) cyclic_setting (fixed / cyclic) vmin vmax (colormap range) number_of_colors xmap ymapIf the cyclic setting is "cyclic", the colormap cycles through the same series of colours for field values outside the colormap range. If set to "fixed", field values outside the range are set to the range endpoints.
vector_fieldparameter_name (velocity) scale_vector colour head_length head_angle xmap ymap
linecolour thickness (pixels) start_point end_point
arrowcolour thickness (pixels) start_point end_point head_length (fraction of arrow length) head_angle (degrees)
textcolour thickness (pixels) italic_shift (fraction, 0 for non-italic) writing_angle (degrees anticlockwise from horizontal) xscale yscale scale_type (pixel / subject / screen) start_position text (no whitespace)
timecolour thickness (pixels) italic_shift (fraction, 0 for non-italic) writing_angle (degrees anticlockwise from horizontal) xscale yscale scale_type (pixel / subject / screen) format (C I/O string, e.g. %6.2f for float 6 characters wide with 2 decimal places) start_position
generate
dump_file
generation_mode: independent or specified
If "independent":
origin_vector_wrt_lab origin_vector_wrt_axes
If >1D: For each dimension:
vxi (D-vector giving direction for that axis, should be a unit vector)
For each direction:
number_of_tiling_regions
For each:
type parameters (see below)
If >1D: mesh_type (rectilinear / triangulated / tetrahedral)
If "specified":
number_of_nodes
For each: position
number_of_cells
For each:
number_of_nodes_defining_cell
For each: index (base 0)
number_of_foreground_regions
For each:
name type parameters (see below)
number_of_detonics_regions
For each:
boundary_accuracy
number_of_velocity_constraints
For each:
type parameters:
applied
enclosing_surface (Surface)
amplitude (Realfunction1d of time)
orientation_vector
normal
enclosing_surface (Surface)
amplitude (Realfunction1d of time)
translation
enclosing_surface (Surface)
translation_vector
number_of_stress_constraints
For each:
type parameters:
applied
enclosing_surface (Surface)
pressure (Realfunction1d of time)
deviatoric stress components (each Realfunction1d of time)
s11 s22 s33 s23 s31 s12
mirror
enclosing_surface (Surface)
translation
enclosing_surface (Surface)
translation_vector
number_of_propellors
For each:
enclosing_surface (Surface)
orientation_vector
pressure (Realfunction1d of magnitude of velocity)
number_of_material_sources
For each:
location velocity material_name material_state amplitude (Realfunction1d of time)
number_of_heat_sources
For each:
location heating_rate (power / volume)
number_of_detonics_sources
For each:
location time
number_of_detonics_inert_boundary_nodes
For each:
node_index inner_node_index
Types of tiling definition:
uniform region_width cell_width
geometric region_width initial_cell_width expansion_factor
geometric region_width initial_cell_width final_cell_width
weighted region_width cell_width_function (type Realfunction1d)
relative_weighted region_width cell_width_function (type Realfunction1d)
absolute tiling_type parameters
randomised random_amplitude tiling_type parameters
How to define a location: location_type_name parameters
Either: index cell_or_node_index Or: nearest_position position_vector Or: region surface (Surface type)
readdump_file
integratedump_file Courant_factor divergence_factor artificial_viscosity_factor evolution_factor detonation_factor (timestep safety factors) qquad qlin (artificial viscosity parameters) q_evolution_cutoff (max q/p for evolution to be allowed) evolution_update_mode (1/2 for once/twice per time step) initial_timestep growth_factor min_timestep min_timestep_action (set / abort) max_timestep max_timestep_action (set / abort) eps_min eps_max (general small and large numerical cutoffs) imaginary_sound_treatment (raw / abs) detonics_flag (0/1 for off/on) psi_store_u trigger_delay psi_trigger_disable psi_wake psi_dead autorezone_frequency (timesteps) autorezone_tolerance (0 to < 1, e.g. 0.1) start_time end_time max_timesteps number_of_stop_sensors For each: location parameter comparison value dump_frequency dump_filename_stem first_dump_index node_plot_interval node_plot_filename_stem first_node_plot_index cell_plot_interval cell_plot_filename_stem first_cell_plot_index shock_location_file artificial_viscosity_sensitivity graphics_time_interval number_of_history_files For each: position (D-vector) filename type (node / cell)
rezonedump_file
Contents of dump file:
background_node_array background_cell_array position_offset_vector velocity_offset_vector enclosing_surface (Surface) number_of_foreground_regions For each: node_array cell_array enclosing_surface position_offset_vector velocity_offset_vector
autorezonedump_file tolerance (0 to < 1, e.g. 0.1)