Dear experts
I tried to use AvalancheMicroscopic
to simulate the drifting of electrons in some drift chamber. I setup all fields, then:
//setup fields, wires, etc.
AvalancheMicroscopic* drift = new AvalancheMicroscopic();
//some setup
drift->DriftElectron(del_x, del_y, del_z, del_t, 0);
then I got these outputs and simulation never ends.
MediumMagboltz::GetElectronCollisionRate:
Rate at 40.5373 eV is not included in the current table.
Increasing energy range to 42.5642 eV.
AvalancheMicroscopic::TransportElectron: Increasing null-collision rate by 5%.
MediumMagboltz::GetElectronCollisionRate:
Rate at 44.8318 eV is not included in the current table.
Increasing energy range to 47.0734 eV.
MediumMagboltz::GetElectronCollisionRate:
Rate at 66.9145 eV is not included in the current table.
Increasing energy range to 70.2602 eV.
MediumMagboltz::GetElectronCollisionRate:
Rate at 71.5861 eV is not included in the current table.
Increasing energy range to 75.1655 eV.
MediumMagboltz::GetElectronCollisionRate:
Rate at 105.317 eV is not included in the current table.
Increasing energy range to 110.583 eV.
MediumMagboltz::GetElectronCollisionRate:
Rate at 112.109 eV is not included in the current table.
Increasing energy range to 117.714 eV.
MediumMagboltz::GetElectronCollisionRate:
Rate at 128.653 eV is not included in the current table.
Increasing energy range to 135.086 eV.
MediumMagboltz::GetElectronCollisionRate:
Rate at 145.646 eV is not included in the current table.
Increasing energy range to 152.928 eV.
......
What should I do?