core
core copied to clipboard
Add ThermalCXLine model
This draft PR fixes #57 by adding ThermalCXLine model and implementing ThermalCXPEC.
ThermalCXPEC is implemented as a function of 3 variables: electron density, electron temperature and donor temperature assuming Maxwellian distribution of both receiver and donor.
~~PR currently misses:~~
- ~~documentation~~,
- ~~tests~~,
- ~~demos~~.
I've added tests, demos and documentation, so I think this PR is ready for review.
Thanks a lot for the review, @Mateasek. I agree with all your suggestions. They are implemented in the latest commits.