AMReX-Microelectronics / artemis

ARTEMIS (Adaptive mesh Refinement Time-domain ElectrodynaMIcs Solver) couples the Maxwell's equations implementation in WarpX with classical equations that describe quantum material behavior (such as, LLG equation for micromagnetics and London equation for superconducting materials) for quantifying the performance of next-generation microelectronics.
Other
12 stars 15 forks source link

London Module #74

Closed RevathiJambunathan closed 2 years ago

RevathiJambunathan commented 2 years ago

Does not incude documentation, yet

algo.yee_coupled_solver = MaxwellLondon
london.penetration_depth = 50e-9
london.superconductor_function(x,y,z) = analytical function specifying superconducing region

To visualize superconductor add plt.fields_to_plot = superconductor

ax3l commented 2 years ago

HIP CI: can be ignored today, this is a transient DNS issue on GitHub Actions / Azure talking to repo.radeon.com https://github.com/ECP-WarpX/WarpX/pull/3142

ajnonaka commented 2 years ago

Are there inputs files anywhere for the square of superconducting material with a wave inside initially? I don't see any full inputs files in this PR.

ajnonaka commented 2 years ago

Are there inputs files anywhere for the square of superconducting material with a wave inside initially? I don't see any full inputs files in this PR.

RevathiJambunathan commented 2 years ago

Hi @ajnonaka Thanks for adding the Roger input files. @jackieyao0114 can you check the inputs for correctness? I think we needed to make some modifications for the soft source instead of using the hard source.

I just pushed a commit to add the example with emebedded box for the superconductor that can be used to test london in simple cases.