summaryrefslogtreecommitdiff
path: root/Dragon/data/proc_LZC/DimCell.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 /Dragon/data/proc_LZC/DimCell.c2m
Initial commit from Polytechnique Montreal
Diffstat (limited to 'Dragon/data/proc_LZC/DimCell.c2m')
-rw-r--r--Dragon/data/proc_LZC/DimCell.c2m29
1 files changed, 29 insertions, 0 deletions
diff --git a/Dragon/data/proc_LZC/DimCell.c2m b/Dragon/data/proc_LZC/DimCell.c2m
new file mode 100644
index 0000000..e738481
--- /dev/null
+++ b/Dragon/data/proc_LZC/DimCell.c2m
@@ -0,0 +1,29 @@
+*DECK DimCell.c2m
+*----
+* Name : DimCell.c2m
+* Type : DRAGON procedure
+* Use : Dimensions for Gentilly-2 cell
+* Author : G. Marleau
+* Date : 2006/03/01
+* Reference : Gentilly-2 .
+*
+* Procedure called as:
+*
+* DimCell :: >>rcool<< >>rpt<< >>rgap<< >>rct<<
+* >>LPitch<< >>BLength<< ;
+*
+* Output data:
+* rcool : outer coolant radius
+* rpt : outer radius of pressure tube
+* rgap : outer radius of gap
+* rct : outer radius of calandria tube
+* LPitch : Lattice pitch
+* BLength : Bundle length
+*----
+* Definition of the input and output data structures and
+* of the input and output parameters for this procedure
+*----
+REAL rcool rpt rgap rct LPitch BLength :=
+ 5.168878 5.60320 6.44780 6.587482 28.575 49.53 ;
+:: <<rcool>> <<rpt>> <<rgap>> <<rct>> <<LPitch>> <<BLength>> ;
+QUIT .