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

Create driver for incompressible resistive MHD using mixed FE #1

Open
4 of 5 tasks
jesusbonilla opened this issue Apr 29, 2020 · 0 comments
Open
4 of 5 tasks
Assignees

Comments

@jesusbonilla
Copy link
Collaborator

jesusbonilla commented Apr 29, 2020

We'll follow [1,2] and references therein (ref's to be completed) to implement the FE approximation of incompressible resistive MHD equations. As a first step we will focus on low Re & Ha numbers to avoid introducing stabilization terms. We'll follow [1] to implement mixed FE.

Following the formulation in [1], the discrete problem reads: find and such that for any and it holds

where .

Discretizing above equations with implicit Euler results in exact satisfaction of the Gauss low for every time step, this follows from [Thm 1, 1]. In [Sect. 3.4, 1] explicit Picard and Newton formulations can be found.

Tasks

  • Create a Julia project/driver for incompressible MHD equations.
  • Implement above formulation using Gridap library.
  • Implement Shercliff's benchmark test (See [Sec. 5.A, 2] for analytical solution).
  • Implement Hunt's benchmark test (See [Sec. 5.B, 2] for analytical solution).
  • Implement 2D island coalescence problem (a.k.a. reconnection problem?).

References

[1] K. Hu, Y. Ma & J. Xu Stable Finite Element Methods Preserving ∇ · B = 0 Exactly for MHD Models Numerische Mathematik, 135, 371–396 (2017)
[2] R. Planas STABILIZED FINITE ELEMENT FORMULATIONS FOR SOLVING INCOMPRESSIBLE
MAGNETOHYDRODYNAMICS
PhD Thesis (2013)

@jesusbonilla jesusbonilla self-assigned this Apr 29, 2020
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

No branches or pull requests

1 participant