jaxrts.models.DebyeHueckelIPD
- class jaxrts.models.DebyeHueckelIPD(arb_deg: bool = False)[source]
Debye-Hückel IPD Model [Debye and Hückel, 1923]. The Debye-Hückel Model is applicable for low-density and high-temperature plasmas, determined by charge screening effects as described in the Debye-Hückel theory.
Allows for the
arb_degflag, which solves Fermi integrals to obtain the Debye screening length, rather than using the classical formula.See also
jaxrts.ipd.ipd_debye_hueckelFunction used to calculate the IPD
Methods
__init__([arb_deg])all_element_states(plasma_state[, ...])check(plasma_state)Test if the model is applicable to the PlasmaState.
citation([style, comment])Return bibliographic information for the Model used.
evaluate(plasma_state, setup)prepare(plasma_state, key)Modify the plasma_state in place.
Attributes
A list of keywords where this model is adequate for
A list of bibtex keys.
Examples using
jaxrts.models.DebyeHueckelIPD