~christopher-hunt08/maus/maus_DOE_review_version

« back to all changes in this revision

Viewing changes to src/legacy/FILES/Models/Modules/AFC/AbsorberFocusCoil_nominal.dat

  • Committer: Christopher Hunt
  • Date: 2014-07-08 16:52:34 UTC
  • Revision ID: christopher.hunt08@imperial.ac.uk-20140708165234-8532hqmj36m8ll4r
Everything

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// src/legacy/FILES/Models/Modules/AFC/AbsorberFocusCoil.dat
 
2
//
 
3
// Absorber Focus Coil with no windows or absorber in it
 
4
//
 
5
// Modified by P. Snopok on August 21, 2012
 
6
//
 
7
// See comments from Chris Rogers below
 
8
 
 
9
 
 
10
// WARNING *** I HAVE BEEN CAREFUL TO GET THIS RIGHT
 
11
//         *** JUST DONT BREAK IT!
 
12
//
 
13
// I think I fixed the AFC module, which was a complete mess.
 
14
//
 
15
// The curvature shape came from communication with Wing about 3 years ago. I hope it's still correct. 
 
16
//
 
17
// The tests I did to make sure the new geometry was reasonable:
 
18
//
 
19
// (i) I ran with datacard 
 
20
// CheckVolumeOverlaps 1
 
21
// This uses GEANT4 internal routine to check for overlaps between different GEANT4 volumes.
 
22
// 
 
23
// (ii) I plotted energy deposited vs (z,r) for different emittance samples and checked that they lose energy where I expect and don't lose energy where I don't expect.
 
24
// 
 
25
// (iii) I made some visualisations and checked it looks reasonable. Copper is red, Aluminium is white, lH2 is blue.
 
26
// 
 
27
// (iv) I plotted the energy on axis vs z for a reference particle (no stochastics) and checked it looked reasonable.
 
28
// 
 
29
// Notes:
 
30
// - I don't implement the Mylar bullet proofing.
 
31
// - I do not take responsibility for maintaining this geometry file.
 
32
//
 
33
// CTR - 2010-03-02
 
34
 
 
35
 
 
36
Module AbsorberFocusCoil
 
37
{
 
38
//  Volume Cylinder
 
39
//  Dimensions 76.0 84.4 cm
 
40
  Volume Tube
 
41
  Dimensions 235.5 757 844 mm
 
42
  PropertyBool Invisible 1
 
43
  PropertyString Material Galactic
 
44
  Module AFC/AFCCryostat.dat
 
45
  {
 
46
    Position 0.0 0.0 0.0 mm
 
47
    Rotation 0.0 0.0 0.0 degree
 
48
    Module AFC/FCoil.dat
 
49
    {
 
50
//       Position 0.0 0.0 -205.0 mm
 
51
      Position 0.0 0.0 -202.2 mm
 
52
      Rotation 0.0 0.0 0.0 degree
 
53
      ScaleFactor 103.52
 
54
    }
 
55
    Module AFC/FCoil.dat
 
56
    {
 
57
//       Position 0.0 0.0 205.0 mm
 
58
      Position 0.0 0.0 202.2 mm
 
59
      Rotation 0.0 0.0 0.0 degree
 
60
      ScaleFactor -103.52
 
61
    }  
 
62
  }
 
63
}