Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update collision integral fits #299

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

trevilo
Copy link
Contributor

@trevilo trevilo commented Oct 11, 2024

This PR updates the collision integral fits for the e-Ar collisions to fix the problems documented in #298 .

These should always pass for a valid model, but they don't.  See #298
for more explanation.  Because of those problems, a number of
regression tests will fail at this commit.
The original fits (in functions collision::argon::eAr11,
collision::argon::eAr12 etc) cause problems in the third order
electron thermal conductivity calculation.  Specifically, although the
fits aren't that bad, the resulting approximation of the quantity

L11 * L22 - L12 * L12,

(where L here corresponds the \Lambda in the usual notation) behaves
very badly (e.g., it goes negative near 8000K).  This bad behavior can
cause the electron thermal conductivity to also behave badly.

This commit updates the fits to eliminate this problem.

Due to these changes, a number of regression tests fail at this
commit.  These will be fixed in subsequent commits.
@trevilo trevilo self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant