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

London Equation bugfix #311

Merged
merged 2 commits into from
Jan 7, 2025
Merged

London Equation bugfix #311

merged 2 commits into from
Jan 7, 2025

Conversation

hughcars
Copy link
Collaborator

The London equation implementation has an issue where the london depth is added as a curlcurl term, where it should have been added as a mass term. This was due to a typo where df was used instead of f. The effect of the London equation is to make a reaction-diffusion (second order) boundary layer in the London region, which is independent of driving frequency, hence needing the mass term. The magnetic boundary layer effect was confirmed after this fix.

Additionally to get good results requires disabling the divergence free cleaner, as the mass term results in a change to the nullspace of the stiffness matrix.
image (18)

@hughcars hughcars added the bug Something isn't working label Dec 10, 2024
@hughcars hughcars force-pushed the hughcars/london-equation-bugfix branch from f2298c3 to e67c73b Compare December 24, 2024 14:23
@hughcars hughcars force-pushed the hughcars/london-equation-bugfix branch from e67c73b to e9b1afd Compare January 7, 2025 17:53
@hughcars hughcars marked this pull request as ready for review January 7, 2025 17:56
@hughcars hughcars enabled auto-merge January 7, 2025 17:56
@hughcars hughcars merged commit 64c028d into main Jan 7, 2025
17 checks passed
@hughcars hughcars deleted the hughcars/london-equation-bugfix branch January 7, 2025 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant