Adaptive and Parallel Multiscale Framework for Modeling Cohesive Failure in Engineering Scale Systems

Read original: arXiv:2407.00006 - Published 7/2/2024 by Sion Kim, Ezra Kissel, Karel Matous
Total Score

0

🤯

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This research paper addresses the high computational demands of multiscale modeling by introducing an adaptive method that utilizes two microscale models based on an offline database.
  • The method employs nonlinear classifiers, developed using Support Vector Machines from microscale sampling data, as a preprocessing step for multiscale simulations.
  • The researchers also develop a new parallel network library that enables seamless model selection with customized communication layers, ensuring scalability in parallel computing environments.
  • The effectiveness of the hierarchically parallel solver is verified on a crack propagation problem within a curved adhesive layer, and the solver is used to predict the ultimate bending moment and adhesive layer failure of a wind turbine blade.

Plain English Explanation

The paper describes a new way to model complex systems with both large-scale and small-scale components. These "multiscale" models are computationally very demanding, so the researchers developed an adaptive method to make them more efficient.

The key idea is to use a database of pre-computed small-scale (microscale) models, rather than calculating them from scratch each time. These microscale models are categorized using machine learning algorithms, so the right model can be quickly selected during the larger-scale simulation.

To make this work in parallel computing environments, the researchers also built a new software library that allows the microscale models to be easily integrated and efficiently communicated between different parts of the simulation.

They tested this approach on a problem involving crack propagation in an adhesive layer, as well as a larger-scale engineering problem of predicting the failure of a wind turbine blade. The results show that their adaptive, parallel approach can significantly improve the efficiency and accuracy of multiscale modeling.

Technical Explanation

The paper introduces an adaptive method for multiscale modeling of curved interfaces, such as adhesive layers. This method utilizes an offline database of microscale models, which are classified using nonlinear Support Vector Machine (SVM) models.

The researchers developed a parallel network library that enables seamless model selection and customized communication layers, allowing the microscale models to be efficiently integrated into the larger-scale simulations. This ensures scalability in parallel computing environments.

The correctness and effectiveness of the hierarchically parallel solver are verified on a crack propagation problem within a curved adhesive layer. The researchers then use the solver to predict the ultimate bending moment and adhesive layer failure of a wind turbine blade, demonstrating its capabilities on a challenging large-scale engineering problem.

Critical Analysis

The paper presents a promising approach to addressing the high computational demands of multiscale modeling, but there are a few potential limitations and areas for further research:

  • The offline database of microscale models may be difficult to construct and maintain, especially for complex systems with a large number of possible configurations.
  • The SVM-based classification models could become unwieldy or less accurate as the database grows, and the researchers do not discuss how to efficiently update the models as new data becomes available.
  • The parallel network library is a novel contribution, but its performance and scalability characteristics are not extensively evaluated, especially for larger-scale problems.
  • The wind turbine blade example is a useful demonstration, but more extensive validation on a wider range of multiscale problems would help strengthen the generalizability of the approach.

Overall, the research presents an interesting and potentially impactful solution to the challenge of efficient multiscale modeling, but further work may be needed to address these limitations and fully realize the potential of the proposed methods.

Conclusion

This paper introduces an adaptive, parallel approach to multiscale modeling that leverages an offline database of pre-computed microscale models and a novel parallel network library. The results show that this method can significantly improve the computational efficiency and accuracy of multiscale simulations, as demonstrated on both a crack propagation problem and a large-scale wind turbine blade failure prediction.

The key innovations of the research are the use of machine learning-based model classification to quickly select the appropriate microscale model, and the development of a parallel network library that enables seamless integration of these microscale models into larger-scale simulations. These advances help address the high computational demands that have historically limited the practical application of multiscale modeling techniques.

While the paper highlights some potential limitations that warrant further investigation, the overall approach represents an important step forward in enhancing the capabilities of multiscale modeling, with potential applications in a wide range of engineering and scientific domains.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🤯

Total Score

0

Adaptive and Parallel Multiscale Framework for Modeling Cohesive Failure in Engineering Scale Systems

Sion Kim, Ezra Kissel, Karel Matous

The high computational demands of multiscale modeling necessitate advanced parallel and adaptive strategies. To address this challenge, we introduce an adaptive method that utilizes two microscale models based on an offline database for multiscale modeling of curved interfaces (e.g., adhesive layers). This database employs nonlinear classifiers, developed using Support Vector Machines from microscale sampling data, as a preprocessing step for multiscale simulations. Next, we develop a new parallel network library that enables seamless model selection with customized communication layers, ensuring scalability in parallel computing environments. The correctness and effectiveness of the hierarchically parallel solver are verified on a crack propagation problem within the curved adhesive layer. Finally, we predict the ultimate bending moment and adhesive layer failure of a wind turbine blade and validate the solver on a difficult large-scale engineering problem.

Read more

7/2/2024

🤿

Total Score

0

Enhancing Multiscale Simulations with Constitutive Relations-Aware Deep Operator Networks

Hamidreza Eivazi, Mahyar Alikhani, Jendrik-Alexander Troger, Stefan Wittek, Stefan Hartmann, Andreas Rausch

Multiscale problems are widely observed across diverse domains in physics and engineering. Translating these problems into numerical simulations and solving them using numerical schemes, e.g. the finite element method, is costly due to the demand of solving initial boundary-value problems at multiple scales. On the other hand, multiscale finite element computations are commended for their ability to integrate micro-structural properties into macroscopic computational analyses using homogenization techniques. Recently, neural operator-based surrogate models have shown trustworthy performance for solving a wide range of partial differential equations. In this work, we propose a hybrid method in which we utilize deep operator networks for surrogate modeling of the microscale physics. This allows us to embed the constitutive relations of the microscale into the model architecture and to predict microscale strains and stresses based on the prescribed macroscale strain inputs. Furthermore, numerical homogenization is carried out to obtain the macroscale quantities of interest. We apply the proposed approach to quasi-static problems of solid mechanics. The results demonstrate that our constitutive relations-aware DeepONet can yield accurate solutions even when being confronted with a restricted dataset during model development.

Read more

5/24/2024

🤖

Total Score

0

A Novel Paradigm in Solving Multiscale Problems

Jing Wang, Zheng Li, Pengyu Lai, Rui Wang, Di Yang, Dewu Yang, Hui Xu, Wen-Quan Tao

Multiscale phenomena manifest across various scientific domains, presenting a ubiquitous challenge in accurately and effectively simulating multiscale dynamics in complex systems. In this paper, a novel decoupling solving paradigm is proposed through modelling large-scale dynamics independently and treating small-scale dynamics as a slaved system. A Spectral Physics-informed Neural Network (PINN) is developed to characterize the small-scale system in an efficient and accurate way, addressing the challenges posed by the representation of multiscale dynamics in neural networks. The effectiveness of the method is demonstrated through extensive numerical experiments, including one-dimensional Kuramot-Sivashinsky equation, two- and three-dimensional Navier-Stokes equations, showcasing its versatility in addressing problems of fluid dynamics. Furthermore, we also delve into the application of the proposed approach to more complex problems, including non-uniform meshes, complex geometries, large-scale data with noise, and high-dimensional small-scale dynamics. The discussions about these scenarios contribute to a comprehensive understanding of the method's capabilities and limitations. By enabling the acquisition of large-scale data with minimal computational demands, coupled with the efficient and accurate characterization of small-scale dynamics via Spectral PINN, our approach offers a valuable and promising approach for researchers seeking to tackle multiscale phenomena effectively.

Read more

5/1/2024

📈

Total Score

0

Learning-based Multi-continuum Model for Multiscale Flow Problems

Fan Wang, Yating Wang, Wing Tat Leung, Zongben Xu

Multiscale problems can usually be approximated through numerical homogenization by an equation with some effective parameters that can capture the macroscopic behavior of the original system on the coarse grid to speed up the simulation. However, this approach usually assumes scale separation and that the heterogeneity of the solution can be approximated by the solution average in each coarse block. For complex multiscale problems, the computed single effective properties/continuum might be inadequate. In this paper, we propose a novel learning-based multi-continuum model to enrich the homogenized equation and improve the accuracy of the single continuum model for multiscale problems with some given data. Without loss of generalization, we consider a two-continuum case. The first flow equation keeps the information of the original homogenized equation with an additional interaction term. The second continuum is newly introduced, and the effective permeability in the second flow equation is determined by a neural network. The interaction term between the two continua aligns with that used in the Dual-porosity model but with a learnable coefficient determined by another neural network. The new model with neural network terms is then optimized using trusted data. We discuss both direct back-propagation and the adjoint method for the PDE-constraint optimization problem. Our proposed learning-based multi-continuum model can resolve multiple interacted media within each coarse grid block and describe the mass transfer among them, and it has been demonstrated to significantly improve the simulation results through numerical experiments involving both linear and nonlinear flow equations.

Read more

6/21/2024