From 7dfcc480ba1e19bd3232349fc733caef94034292 Mon Sep 17 00:00:00 2001 From: stainer_t Date: Mon, 8 Sep 2025 13:48:49 +0200 Subject: Initial commit from Polytechnique Montreal --- PyGan/data/rDragView_proc/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 PyGan/data/rDragView_proc/README.md (limited to 'PyGan/data/rDragView_proc/README.md') diff --git a/PyGan/data/rDragView_proc/README.md b/PyGan/data/rDragView_proc/README.md new file mode 100644 index 0000000..792f99e --- /dev/null +++ b/PyGan/data/rDragView_proc/README.md @@ -0,0 +1,30 @@ +# DragView + +`DragView` aims to help with the visualisation of DRAGON/DONJON output using the ParaView software. While it currently only works for the SN type calculation for 2D and 3D Cartesian or hexagonal geometries, it is hoped that this is flexible enough that other types of geometries and calculations can be added. + +### Visualisation with ParaView + +ParaView can be downloaded at the following [link](https://www.paraview.org/download/). Once installed, click on +``` +File -> Open +``` +and navigate to the folder containing the vtu files. Select the desired file and _*click on 'Apply'*_ (usually found in the left panel in the 'Properties' tab). + +There are countless visualisation (e.g. clip, slice, extract) and data manipulation options available natively in ParaView, and the [wiki](https://www.paraview.org/Wiki/ParaView) is a good place to start. + +## Contributing + +If you make improvements to this code or have suggestions, please do not hesitate to fork the repository or submit bug reports on github. The repository's URL is: +``` +https://github.com/atyab191/DragView +``` + +## License + +Copyright (C) 2025 Polytechnique Montreal + +This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. + +## Acknowledgement + +This work was completed during a PhD and postdoc fellowship funded by NSERC. -- cgit v1.2.3