HyperMesh and BatchMesher

User Procedures tab

User Procedures tab

Previous topic Next topic No expanding text in this topic  

User Procedures tab

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

This tab defines the user procedures that can be specified in BatchMesher jobs and runs.  See User Procedures for specific details on setting up these procedures.

bm_userprocedures_tab

There are several pre-defined procedures provided in the installation:

nastran_mesh

Writes out the resulting mesh in Nastran format

nastran_mesh_rename

Writes out the resulting mesh in Nastran format, but renames the output file.

 

The following tasks can be performed in this tab:

Task

Description

openfile

Opens a dialog, from which you can select a Tcl file.  In addition, double click a row in the Tcl File column to edit the file name and path.

addnewrow

Adds a empty row to the end of the table.

removerow

Removes the selected row/rows from the table.

For each user procedure in the table, the Name must be specified after selecting the file.  Double click in the cell to edit the name.  It is recommended to use a unique name for each entry, but it is not required.

Additionally, each user procedure requires a Tcl Procedure to be selected.  To set the procedure, left click in the Tcl Procedure cell and select from the drop down list.  To clear the procedure, select the empty row in the drop down list.

 

Procedures can be specified that apply to all jobs by default. These can then be manually overridden on the Batch Mesh tab.

Pre-geometry load

Select a user procedure to execute immediately after the job begins, before the input model is imported.

Pre-batch mesh

Select a user procedure to execute immediately after the input model is imported, before the batch mesh begins.  Examples include extracting a midsurface or performing a surface offset.

Post-batch mesh

Select a user procedure to execute immediately after the batch mesh process is complete.  Examples include creating solver specific cards, or exporting the mesh in a specific format.

 

Procedures can also be specified that apply to the entire run. These cannot be manually overridden elsewhere.

Pre-Run

Select a user procedure to execute before the first model/job starts.

Post-Run

Select a user procedure to execute after the last model/job completes.

 

See Also:

Menu Bar

Run Setup Tab

Run Status Tab

Configurations Tab

User Procedures