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 --- Dragon/data/proc_LZC/DimCell.c2m | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Dragon/data/proc_LZC/DimCell.c2m (limited to 'Dragon/data/proc_LZC/DimCell.c2m') 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 ; +:: <> <> <> <> <> <> ; +QUIT . -- cgit v1.2.3