Overview of external readers and the Altair Binary Format, the generic ASCII reader, running applications in batch mode, using Tcl/Tk commands, translators, and result math.
A generic ASCII reader is now available which allows you to bring custom results directly into HyperView. The AltairASCII format is useful for reading the results of any in-house or propriety codes which are saved in a generic format.
External resources can be registered in preference files, session files, or Templex files. If an external resource is registered in a program session, it is automatically registered in the session
file when the session is saved.
This API allows external applications to link HyperMesh as a library and provides a limited set of functions and structures to access specific functionality.
hmmodlib is a library of C routines which allows you to perform results translation of more complex data types, such as integration
point results or node-on-element results.
This section contains details on general HyperWorks scripting concepts, along with documentation on the Tcl commands that can be used to query and modify the database and GUI.
Overview of external readers and the Altair Binary Format, the generic ASCII reader, running applications in batch mode, using Tcl/Tk commands, translators, and result math.
HMMOD_elementidsetnodeonelementresult()
Assigns a value to the result at a node-on-element point of an element specified by ID, layer, node index, and index.
HMMOD_elementsetcentroidalresult()
Assigns a value to the result at the centroid of an element specified by element pointer, layer, and index.
HMMOD_elementsetintegrationpointresult()
Assigns a value to the integration point result of an element specified by element pointer, integration point, layer and index.
HMMOD_elementsetnodeonelementresult()
Assigns a value to the result at a node-on-element point of an element specified by element pointer, layer, node index, and index.
HMMOD_storeresults()
Indicates to hmmodlib that all nodes and elements have been added to the database. This function must be called before storing the results data.