HMRES_simulationopen()
Opens a simulation.
Syntax
int HMRES_simulationopen(char * simulationname, int simulationid);
Type
HyperMesh hmreslib Function
Description
Opens a simulation.
Inputs
- simulationname
- The simulation name of the simulation to be opened. If left blank, the ID is used to create the name.
- simulationid
- The simulation ID of the simulation to be opened.
Example
Zero, if successful; otherwise, nonzero.
The ID is ignored unless the name passed is zero length. In this case, HyperMesh creates a simulation name based on the ID, which must be nonzero.
A simulation must be created before it can be opened.
Errors
None.