User Tools

Site Tools


group_secar2.0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
group_secar2.0 [2018/09/13 15:08]
plastun
group_secar2.0 [2018/09/13 15:14]
plastun
Line 3: Line 3:
 -- by Alex, Nadeesha and Louis -- -- by Alex, Nadeesha and Louis --
  
-----+
 ===== DAY1===== ===== DAY1=====
 ==== Getting started ===== ==== Getting started =====
Line 101: Line 101:
 We populated "X-θ" phase-space with rays distributed on the border of ellipse by the loop: We populated "X-θ" phase-space with rays distributed on the border of ellipse by the loop:
  
-''LOOP PHI 0.0 360 5;\\ +<code> 
-SRXX:= XX*COS(PHI*3.14159/180);\\ +LOOP PHI 0.0 360 5; 
-SRAX:= AX*SIN(PHI*3.14159/180);\\ +SRXX:= XX*COS(PHI*3.14159/180); 
-ENDLOOP;''+SRAX:= AX*SIN(PHI*3.14159/180); 
 +ENDLOOP; 
 +</code>
  
 Rays in another planes are on-axis: Rays in another planes are on-axis:
- +<code> 
-''SRYY:= 0.0;+SRYY:= 0.0;
 SRAY:= 0.0; SRAY:= 0.0;
-SRDE:= 0.0;''+SRDE:= 0.0; 
 +</code>
  
 Created loop for target position. Observed piece-wise curve for resolution vs target offset (meters) (see figure below) in case of 4th order calculation. If order reduced to the 1st, than curve is smooth, but maximum resolution is shifted. Created loop for target position. Observed piece-wise curve for resolution vs target offset (meters) (see figure below) in case of 4th order calculation. If order reduced to the 1st, than curve is smooth, but maximum resolution is shifted.
Line 125: Line 128:
  
 Beam is set to 132MeV <sup>46</sup>Cr<sup>14+</sup>\\ Beam is set to 132MeV <sup>46</sup>Cr<sup>14+</sup>\\
-''RP 132.0 46*PARA(1) 14*PARA(2) ;''\\ +<code> 
-''{Design acceptances, depends on kinematics of a specific reaction!}\\ +RP 132.0 46*PARA(1) 14*PARA(2); 
-XX:=0.0005;\\ +{Design acceptances, depends on kinematics of a specific reaction!} 
-AX:=0.01726;\\ +XX:=0.0005; 
-YY:=0.0005;\\ +AX:=0.01726; 
-AY:=0.01726;\\ +YY:=0.0005; 
-DE:=0.0047;'' +AY:=0.01726; 
-{{ :46cr_recoil_in_secar.png?400 |}}+DE:=0.0047; 
 +</code> 
 + 
 +Recoil beam fits the SECAR very well. 
 +{{ :46cr_recoil_in_secar.png?300 |}}
  
 ---- ----
 +THANK YOU FOR VISITING OUR PAGE
  
/srv/thewikis/JIOSS/data/pages/group_secar2.0.txt · Last modified: 2018/09/13 16:49 by plastun