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
62 stars 17 forks source link

Ensure vel.vector is written to vtu in 2D case #50

Closed Alex-Muirhead closed 8 months ago

Alex-Muirhead commented 8 months ago

Fixes #49 by checking for vel.x and vel.y components, instead of also requiring the existence of the vel.z component.

If the vel.z component cannot be found, then the value 0.0 is used.