Researcher profile

Lukas Exl

Lukas Exl contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
7works
0followers
3topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

7 published item(s)

preprint2022arXiv

Bridging Fidelities to Predict Nanoindentation Tip Radii Using Interpretable Deep Learning Models

As the need for miniaturized structural and functional materials has increased,the need for precise materials characterizaton has also expanded. Nanoindentation is a popular method that can be used to measure material mechanical behavior which enables high-throughput experiments and, in some cases, can also provide images of the indented area through scanning. Both indenting and scanning can cause tip wear that can influence the measurements. Therefore, precise characterization of tip radii is needed to improve data evaluation. A data fusion method is introduced which uses finite element simulations and experimental data to estimate the tip radius in situ in a meaningful way using an interpretable multi-fidelity deep learning approach. By interpreting the machine learning models, it is shown that the approaches are able to accurately capture physical indentation phenomena.

preprint2022arXiv

Description of collective magnetization processes with machine learning models

This work introduces a latent space method to calculate the demagnetization reversal process of multigrain permanent magnets. The algorithm consists of two deep learning models based on neural networks. The embedded Stoner-Wohlfarth method is used as a reduced order model for computing samples to train and test the machine learning approach. The work is a proof of concept of the method since the used microstructures are simple and the only varying parameters are the magnetic anisotropy axes of the hard magnetic grains. A convolutional autoencoder is used for nonlinear dimensionality reduction, in order to reduce the required amount of training samples for predicting the hysteresis loops. We enriched the loss function with physical information about the underlying problem which increases the accuracy of the machine learning approach. A deep learning regressor is operating in the latent space of the autoencoder. The predictor takes a series of previously encoded magnetization states and outputs the next magnetization state along the hysteresis curve. To predict the complete demagnetization loop, we apply a recursive learning scheme.

preprint2022arXiv

Exploring the hysteresis properties of nanocrystalline permanent magnets using deep learning

We demonstrate the use of model order reduction and neural networks for estimating the hysteresis properties of nanocrystalline permanent magnets from microstructure. With a data-driven approach, we learn the demagnetization curve from data-sets created by grain growth and micromagnetic simulations. We show that the granular structure of a magnet can be encoded within a low-dimensional latent space. Latent codes are constructed using a variational autoencoder. The mapping of structure code to hysteresis properties is a multi-target regression problem. We apply deep neural network and use parameter sharing, in order to predict anchor points along the demagnetization curves from the magnet's structure code. The method is applied to study the magnetic properties of nanocrystalline permanent magnets. We show how new grain structures can be generated by interpolation between two points in the latent space and how the magnetic properties of the resulting magnets can be predicted.

preprint2021arXiv

Magnetostatics and micromagnetics with physics informed neural networks

Partial differential equations and variational problems can be solved with physics informed neural networks (PINNs). The unknown field is approximated with neural networks. Minimizing the residuals of the static Maxwell equation at collocation points or the magnetostatic energy, the weights of the neural network are adjusted so that the neural network solution approximates the magnetic vector potential. This way, the magnetic flux density for a given magnetization distribution can be estimated. With the magnetization as an additional unknown, inverse magnetostatic problems can be solved. Augmenting the magnetostatic energy with additional energy terms, micromagnetic problems can be solved. We demonstrate the use of physics informed neural networks for solving magnetostatic problems, computing the magnetization for inverse problems, and calculating the demagnetization curves for two-dimensional geometries.

preprint2020arXiv

Learning time-stepping by nonlinear dimensionality reduction to predict magnetization dynamics

We establish a time-stepping learning algorithm and apply it to predict the solution of the partial differential equation of motion in micromagnetism as a dynamical system depending on the external field as parameter. The data-driven approach is based on nonlinear model order reduction by use of kernel methods for unsupervised learning, yielding a predictor for the magnetization dynamics without any need for field evaluations after a data generation and training phase as precomputation. Magnetization states from simulated micromagnetic dynamics associated with different external fields are used as training data to learn a low-dimensional representation in so-called feature space and a map that predicts the time-evolution in reduced space. Remarkably, only two degrees of freedom in feature space were enough to describe the nonlinear dynamics of a thin-film element. The approach has no restrictions on the spatial discretization and might be useful for fast determination of the response to an external field.

preprint2019arXiv

Learning magnetization dynamics

Deep neural networks are used to model the magnetization dynamics in magnetic thin film elements. The magnetic states of a thin film element can be represented in a low dimensional space. With convolutional autoencoders a compression ratio of 1024:1 was achieved. Time integration can be performed in the latent space with a second network which was trained by solutions of the Landau-Lifshitz-Gilbert equation. Thus the magnetic response to an external field can be computed quickly.

preprint2018arXiv

Computational micromagnetics with Commics

We present our open-source Python module Commics for the study of the magnetization dynamics in ferromagnetic materials via micromagnetic simulations. It implements state-of-the-art unconditionally convergent finite element methods for the numerical integration of the Landau-Lifshitz-Gilbert equation. The implementation is based on the multiphysics finite element software Netgen/NGSolve. The simulation scripts are written in Python, which leads to very readable code and direct access to extensive post-processing. Together with documentation and example scripts, the code is freely available on GitLab.