GridapMHD.jl
GridapMHD.jl copied to clipboard
A Gridap-based FEM solver for the MHD equations
Launching the Hunt driver in parallel for Ha > 2000 (approx) gives me the following error: [errorHunt_Ha5000_N2n20.log](https://github.com/gridapapps/GridapMHD.jl/files/10517785/errorHunt_Ha5000_N2n20.log) [outputHunt_Ha5000_N2n20.log](https://github.com/gridapapps/GridapMHD.jl/files/10517786/outputHunt_Ha5000_N2n20.log) In this case I was launching a Ha=5000 case with 40 processes....
I was launching the expansion driver with insulating walls and very small fields (Ha = 50) and I found the following issue: With a mesh of ~68k cells and using...
I have observed errors triggered by the combined use of GridapPETSc and GridapGmsh as it is done in the expansion driver. Eliminating the line `using GridapGmsh` and the line `include("Expansion.jl")`...
I am trying to launch the function "main" in debug mode using transfine meshes designed with Gmsh. I have prepared two simple examples: A square-section channel and a pipe. In...
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...
Hi, I've detected an error when running the hunt driver with solid coupling (tw != 0). The error cause has proved difficult to isolate as small variations in the model...