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/testVVER_proc/vverGEO.py | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 PyGan/data/testVVER_proc/vverGEO.py (limited to 'PyGan/data/testVVER_proc/vverGEO.py') diff --git a/PyGan/data/testVVER_proc/vverGEO.py b/PyGan/data/testVVER_proc/vverGEO.py new file mode 100644 index 0000000..ccc4452 --- /dev/null +++ b/PyGan/data/testVVER_proc/vverGEO.py @@ -0,0 +1,25 @@ +############################################################################## +# # +# Description : PyGan scritp for VVER pin cell simulation with DRAGON5 # +# Author : L. Fede # +# Date : 2023 # +# # +############################################################################## +# +import lifo +import cle2000 + +def vverGEO(namGEOM): + + # Lifo + myLifo=lifo.new() + myLifo.pushEmpty(namGEOM, "LCM") + + # Execution + geoVVER = cle2000.new('vverGEO',myLifo,1) + geoVVER.exec() + + # Recover + myLifo.lib() + pyGEOM = myLifo.node(namGEOM) + return pyGEOM -- cgit v1.2.3