示例#1
0
        public Neutron SimulateOneNeutron()
        {
            Neutron neutron = new Neutron(new CustomPoint3D(), SigmaA, SigmaS, SigmaTr, SigmaT);

            neutron.Move();
            return(neutron);
        }
示例#2
0
 public Neutron SimulateOneNeutron()
 {
     Neutron neutron = new Neutron(new CustomPoint3D(), SigmaA, SigmaS, SigmaTr, SigmaT);
     neutron.Move();
     return neutron;
 }