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