::hwat::utils::ExportModel

Writes out the input deck for the solver.

Syntax

::hwat::utils::ExportModel basename Template ?assemList?

Arguments

basename
The base filename to export to.
Template
Export template to use while writing model file(s).
assemList
List of assemblies to export into separate files. If this option is not specified, the entire model is written to a single file.
Optional.

Returns

Success
{list of files written}
Failure
{}

Example

::hwat::utils::ExportModel base.key dyna.key {Vehicle Barrier Dummy};