Cosmetic changes only.
This commit is contained in:
parent
b29baf29d5
commit
3dab7d35bf
@ -124,7 +124,7 @@ classdef Oven < Simulator.MOTCaptureProcess & matlab.mixin.Copyable
|
||||
|
||||
function ret = get.AtomicBeamDensity(this)
|
||||
%See Background collision probability section in Barbiero
|
||||
ret = this.calculateFreeMolecularRegimeFlux() / (this.AverageVelocity * pi * (this.Beta*this.NozzleLength/2)^2);
|
||||
ret = this.calculateFreeMolecularRegimeFlux / (this.AverageVelocity * pi * (this.NozzleRadius)^2);
|
||||
end
|
||||
|
||||
function ret = get.MeanFreePath(this)
|
||||
|
Loading…
Reference in New Issue
Block a user