gdtk-uq / gdtk

The Gas Dynamics Toolkit (GDTk) is a set of software tools for simulating high speed fluid flow, maintained at The University of Queensland and the University of Southern Queensland, Australia.
https://gdtk.uqcloud.net/
Other
59 stars 15 forks source link

Calling blocks in user function #37

Closed jr144393 closed 11 months ago

pajacobs-ghub commented 11 months ago

You have access to all of the needed data at prep time and your input script is being interpreted by a Lua interpreter. You may add some Lua code to the end of your input script that writes out a list of block ids, to the console or to a file. The list can be brought into a post-processing script.