summaryrefslogtreecommitdiff
path: root/PyGan/data/testVVER_proc/vverGEO.c2m
diff options
context:
space:
mode:
authorstainer_t <thomas.stainer@oecd-nea.org>2025-09-08 13:48:49 +0200
committerstainer_t <thomas.stainer@oecd-nea.org>2025-09-08 13:48:49 +0200
commit7dfcc480ba1e19bd3232349fc733caef94034292 (patch)
tree03ee104eb8846d5cc1a981d267687a729185d3f3 /PyGan/data/testVVER_proc/vverGEO.c2m
Initial commit from Polytechnique Montreal
Diffstat (limited to 'PyGan/data/testVVER_proc/vverGEO.c2m')
-rw-r--r--PyGan/data/testVVER_proc/vverGEO.c2m42
1 files changed, 42 insertions, 0 deletions
diff --git a/PyGan/data/testVVER_proc/vverGEO.c2m b/PyGan/data/testVVER_proc/vverGEO.c2m
new file mode 100644
index 0000000..53e02ba
--- /dev/null
+++ b/PyGan/data/testVVER_proc/vverGEO.c2m
@@ -0,0 +1,42 @@
+****************************************************************
+* *
+* Procedure : vverGEO.c2m *
+* Purpose : Geometry creation *
+* Author : L.Fede *
+* *
+* CALL : *
+* GEOM := vverGEO *
+* *
+****************************************************************
+
+* ---
+* INPUT & OUTPUT PARAMETERS
+* ---
+PARAMETER GEOM :: ::: LINKED_LIST GEOM ; ;
+
+* ---
+* STRUCTURES AND MODULES
+* ---
+MODULE GEO: END: ;
+REAL PITCH := 0.73612 ;
+
+INTEGER COMB0101 COMB0105 COMB0106 COMB0107 GAIN3 MODE4 :=
+ 1 5 6 7 3 4 ; ! DISTRIBUTED SELF-SHIELDING
+
+* ---
+* GEOMETRY DEFINITION
+* ---
+REAL RCOMB7 := 0.3860 ;
+REAL RCOMB1 := 0.5 SQRT RCOMB7 * ;
+REAL RCOMB5 := 0.8 SQRT RCOMB7 * ;
+REAL RCOMB6 := 0.95 SQRT RCOMB7 * ;
+
+GEOM := GEO: :: HEXCEL 5
+ HBC COMPLETE ALBE 1.0
+ SIDE <<PITCH>>
+ RADIUS 0.0 <<RCOMB1>> <<RCOMB5>> <<RCOMB6>> <<RCOMB7>> 0.4582
+ MIX <<COMB0101>> <<COMB0105>> <<COMB0106>> <<COMB0107>> <<GAIN3>> <<MODE4>>
+;
+
+END: ;
+QUIT .