summaryrefslogtreecommitdiff
path: root/Dragon/data/C2D20_proc/DimACRCell.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/C2D20_proc/DimACRCell.c2m
Initial commit from Polytechnique Montreal
Diffstat (limited to 'Dragon/data/C2D20_proc/DimACRCell.c2m')
-rw-r--r--Dragon/data/C2D20_proc/DimACRCell.c2m35
1 files changed, 35 insertions, 0 deletions
diff --git a/Dragon/data/C2D20_proc/DimACRCell.c2m b/Dragon/data/C2D20_proc/DimACRCell.c2m
new file mode 100644
index 0000000..0bbe226
--- /dev/null
+++ b/Dragon/data/C2D20_proc/DimACRCell.c2m
@@ -0,0 +1,35 @@
+*DECK DimACRCell.c2m
+*----
+* Name : DimACRCell.c2m
+* Type : DRAGON procedure
+* Use : Dimensions for ACR-1000 cell
+* Author : G. Marleau
+* Revisions : 2006/05/16 -> Replace ACR-700 by ACR-1000
+* Reference : fuel18n.pin and fuel20n.pin
+*
+* Procedure called as:
+*
+* DimACRCell ::
+* >>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 rinpt thickpt rinct thickct :=
+ 5.20250 0.65 7.75 0.25 ;
+REAL rcool rpt
+ rgap rct
+ LPitch BLength :=
+ rinpt rinpt thickpt +
+ rinct rinct thickct +
+ 24.0 49.53 ;
+:: <<rcool>> <<rpt>> <<rgap>> <<rct>> <<LPitch>> <<BLength>> ;
+QUIT .