2025/08/29 by Jannick Kehls, Kehls, Jannick, Ellen Kuhl +7
Engineering · Materials Science · Physics and Astronomy · #Artificial Intelligence (cs.AI) #Bladed Disk Vibration Dynamics #Computational Engineering #FOS: Computer and information sciences #Finance #Machine Learning (cs.LG) #Machine Learning in Materials Science #Model Reduction and Neural Networks #and Science (cs.CE)
paper · pdf · doi:10.48550/arxiv.2509.02237
openalex publication_date 2025/08/29 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
AutoEncoder Architectures This repository accompanies the preprint“Autoencoder-based non-intrusive model order reduction in continuum mechanics”. It provides the AutoEncoder architectures, regression models, and reference simulation data used in the numerical experiments of the paper. The content is organized by case study, and each folder contains both reference FEM data(PureFEM) and the corresponding AutoEncoder-based surrogate models (AEandFFN). Folder Structure 01UnitCell/ 01PureFEM/ – Reference FEM simulations of the heterogeneous composite unit cell. 02AEandFFN/ – Implementation and training of the AutoEncoder (unsupervised) combined with a Feed-Forward Network for latent space regression. 02PlatewithEllipticHole/ 01PureFEM/ – FEM simulations of a plate with a parametrized elliptic hole (geometry variation with parameters xi, eta). 02AEandFFN/ – Complete AutoEncoder and regression setup. AEscripts/ – AutoEncoder architecture, training steps, and loss functions. FFNtoLSscripts/ – Feed-forward regression models mapping input parameters to the latent space. 01results/ – Example runs including training histories (lossAEhistory.txt, lossFFNtoLShistory.txt) and comparisons of reference and predicted meshes (meshreference.vtu, meshprediction.vtu). 03Thermoimperfection/ 01PureFEM/ – Thermo-mechanical FEM simulations with geometric imperfections. 02AEandFFN/ – Extended AutoEncoder setup for multi-field problems (temperature + displacement). Includes separate training histories for thermal and mechanical quantities (lossFFNtoLSTemphistory.txt, lossFFNtoLSdisphistory.txt). 04Thermo/ 01PureFEM/ – Thermo-mechanical FEM simulations of a plate for varying parameters (xi, eta). Contains .vtu output files documenting transient solution states. Contents PureFEM folders – Reference finite element solutions (ground truth data). AEandFFN folders – AutoEncoder and regression architectures, including training scripts and configuration files. 01results folders – Training and evaluation results: Loss histories for AutoEncoder and regression networks. Prediction vs. reference mesh files (.vtu, .inp). Timing information (trainingevaluationtimes.txt). Purpose This dataset provides the complete implementation and results required to reproduce the numerical experiments presented in the paper. It covers: Unit cell with heterogeneous microstructure – Displacement and force prediction. Plate with elliptic hole – Parametric geometry variation and anisotropic elasticity. Thermo-mechanical problem with imperfections – Multi-field AutoEncoder with coupled displacement and temperature. Thermo-mechanical plate – Transient analysis and surrogate reconstruction. The provided files are intended to help users quickly identify the relevant scripts and data for each study and to facilitate reproduction, extension, or adaptation of the presented AutoEncoder-based non-intrusive model order reduction framework.