diff --git a/MOT Capture Process Simulation/@MOTSimulator/reinitializeSimulator.m b/MOT Capture Process Simulation/@MOTSimulator/reinitializeSimulator.m index 8083b9c..71a6544 100644 --- a/MOT Capture Process Simulation/@MOTSimulator/reinitializeSimulator.m +++ b/MOT Capture Process Simulation/@MOTSimulator/reinitializeSimulator.m @@ -5,7 +5,6 @@ function reinitializeSimulator(this) this.NozzleLength = 60e-3; this.NozzleRadius = 2.60e-3; this.Beta = 2 * (this.NozzleRadius/this.NozzleLength); - this.ClausingFactor = this.calculateClausingFactor(); this.ApertureCut = max(2.5e-3,this.NozzleRadius); this.OvenDistance = (25+12.5)*1e-3 + (this.NozzleRadius + this.ApertureCut) / tan(15/360 * 2 * pi); % Distance between the nozzle and the 2-D MOT chamber center @@ -23,8 +22,7 @@ function reinitializeSimulator(this) Theta_Aperture = 15/360*2*pi; % The limitation angle of the second aperture in the oven this.NozzleExitDivergence = min(Theta_Nozzle,Theta_Aperture); this.MOTExitDivergence = 16e-3; % The limitation angle between 2D-MOT and 3D-MOT - this.TimeSpentInInteractionRegion = this.SimulationTime; - this.TotalPower = 0.8; + this.TotalPower = 0.6; this.OrangeBeamRadius = 1.2e-3; this.PushBeamRadius = 1.2e-3; this.PushBeamDistance = 0.32;