NESTCollaboration / nest

Noble Element Simulation Technique is used to simulate noble-element energy deposition microphysics.
http://nest.physics.ucdavis.edu
Other
23 stars 42 forks source link

NESTcalc::GetDriftVelocity_Liquid requires density as input, yet density is not used #166

Closed YaniBion closed 1 year ago

YaniBion commented 1 year ago

In NEST.cpp line 2251,

double NESTcalc::GetDriftVelocity_Liquid(
    double Kelvin, double eField,
    double Density) {  // for liquid and solid only

Yet density is not used?, it appears to be used only for GetDriftVelocity_MagBoltz, the gas density.

mszydagis commented 1 year ago

This is correct. It is there in case we need it in the future to more properly describe drift speed.

YaniBion commented 1 year ago

Sorry I meant to close it.