Multi-Constitutive Neural Network for Large Deformation Poromechanics Problem

Read original: arXiv:2010.15549 - Published 6/13/2024 by Qi Zhang, Yilin Chen, Ziyi Yang, Eric Darve
Total Score

0

🧠

Sign in to get full access

or

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

Overview

  • This paper explores the use of deep neural networks (DNNs) to solve the problem of large-strain consolidation in poromechanics.
  • The researchers propose a novel method called the Multi-Constitutive Neural Network (MCNN) that can solve multiple constitutive laws using a single model.
  • MCNN takes input data and a one-hot encoded vector that identifies the specific constitutive law to be solved, and outputs the corresponding solution.
  • The authors claim this is the first time a single DNN model can evaluate multiple constitutive laws with good accuracy, outperforming individual neural network solvers in some cases.

Plain English Explanation

The paper focuses on a problem in the field of poromechanics, which is the study of how fluids and solids interact in porous materials. Specifically, the researchers are interested in predicting how much pore pressure and settlement will occur in a material under different conditions, such as varying material properties and loading.

To solve this problem, the researchers developed a new type of deep neural network called the Multi-Constitutive Neural Network (MCNN). This network is unique because it can handle multiple different constitutive laws - mathematical equations that describe how a material behaves - all within a single model.

Normally, you would need a separate neural network for each constitutive law. But with MCNN, the researchers found a way to input a special "label" that tells the network which law to use. This allows MCNN to solve multiple PDEs (partial differential equations) through a single training process, while still maintaining good accuracy. In some cases, MCNN even outperformed individual neural networks that were trained specifically for each PDE.

The key innovation here is the ability to handle multiple material behaviors in a single model, which could be very useful for applications where materials with different properties need to be analyzed, such as in composite materials or rate-dependent materials.

Technical Explanation

The researchers formulate the large-strain consolidation problem in poromechanics as a DNN-based prediction task. Given input data such as material properties and loading conditions, the goal is to predict the resulting pore pressure and settlement.

To solve this, the authors propose the Multi-Constitutive Neural Network (MCNN) architecture. MCNN takes two main inputs: the material/loading data (denoted as $\hat{X}$) and a one-hot encoded vector that identifies the specific constitutive law to be solved (denoted as $\hat{t}$). The network then outputs the corresponding solution.

The key innovation is that MCNN can handle multiple constitutive laws within a single model, unlike previous approaches that required separate neural networks for each law. This is achieved by using the one-hot encoded vector as an additional input to "specify" which law the network should solve.

Through experiments, the authors demonstrate that MCNN trained on multiple constitutive laws can outperform individual neural network solvers trained on each PDE separately. They attribute this to the ability of MCNN to leverage shared representations and learn more generalizable features.

Critical Analysis

The paper presents a compelling approach to solving multi-constitutive poromechanics problems using a novel neural network architecture. The MCNN model's ability to handle multiple constitutive laws within a single framework is a significant contribution, as it could enable more efficient and flexible analysis of complex material behaviors.

However, the paper does not extensively discuss the limitations or potential drawbacks of the MCNN approach. For example, it is unclear how the method would scale to an extremely large number of constitutive laws, or how sensitive the performance is to the choice and encoding of the one-hot input vector.

Additionally, the paper focuses primarily on the technical details of the model and its performance, but does not delve deeply into the physical interpretability or insights that could be gained from the MCNN approach. It would be valuable to see more discussion on how the network's internal representations relate to the underlying poromechanics phenomena.

Further research could also explore the calibration of constitutive models using MCNN, or investigate its applicability to other domains beyond poromechanics where multiple constitutive behaviors need to be modeled simultaneously.

Conclusion

This paper presents a novel deep learning approach called the Multi-Constitutive Neural Network (MCNN) for solving large-strain consolidation problems in poromechanics. The key innovation is the ability of MCNN to handle multiple constitutive laws within a single model, by using a one-hot encoded vector to specify the law to be solved.

The authors demonstrate that MCNN can outperform individual neural network solvers trained on each constitutive law separately, suggesting that the model is able to capture shared representations and generalize more effectively. This could have important implications for the efficient and flexible analysis of complex material behaviors in fields like composite materials and rate-dependent mechanics.

While the technical details and performance of MCNN are well-explored, the paper could benefit from a deeper discussion of the method's limitations, physical interpretability, and potential for further research and applications. Overall, this work represents an important step towards more powerful and versatile neural network tools for solving challenging problems in poromechanics and beyond.



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

Multi-Constitutive Neural Network for Large Deformation Poromechanics Problem

Qi Zhang, Yilin Chen, Ziyi Yang, Eric Darve

In this paper, we study the problem of large-strain consolidation in poromechanics with deep neural networks (DNN). Given different material properties and different loading conditions, the goal is to predict pore pressure and settlement. We propose a novel method multi-constitutive neural network (MCNN) such that one model can solve several different constitutive laws. We introduce a one-hot encoding vector as an additional input vector, which is used to label the constitutive law we wish to solve. Then we build a DNN which takes $(hat{X}, hat{t})$ as input along with a constitutive law label and outputs the corresponding solution. It is the first time, to our knowledge, that we can evaluate multi-constitutive laws through only one training process while still obtaining good accuracies. We found that MCNN trained to solve multiple PDEs outperforms individual neural network solvers trained with PDE in some cases.

Read more

6/13/2024

⛏️

Total Score

0

Learning Physics-Consistent Material Behavior Without Prior Knowledge

Zhichao Han, Mohit Pundir, Olga Fink, David S. Kammer

Accurately modeling the mechanical behavior of materials is crucial for numerous engineering applications. The quality of these models depends directly on the accuracy of the constitutive law that defines the stress-strain relation. Discovering these constitutive material laws remains a significant challenge, in particular when only material deformation data is available. To address this challenge, unsupervised machine learning methods have been proposed. However, existing approaches have several limitations: they either fail to ensure that the learned constitutive relations are consistent with physical principles, or they rely on a predefined library of constitutive relations or manually crafted input features. These dependencies require significant expertise and specialized domain knowledge. Here, we introduce a machine learning approach called uLED, which overcomes the limitations by using the input convex neural network (ICNN) as the surrogate constitutive model. We improve the optimization strategy for training ICNN, allowing it to be trained end-to-end using direct strain invariants as input across various materials. Furthermore, we utilize the nodal force equilibrium at the internal domain as the training objective, which enables us to learn the constitutive relation solely from temporal displacement recordings. We validate the effectiveness of the proposed method on a diverse range of material laws. We demonstrate that it is robust to a significant level of noise and that it converges to the ground truth with increasing data resolution. We also show that the model can be effectively trained using a displacement field from a subdomain of the test specimen and that the learned constitutive relation from one material sample is transferable to other samples with different geometries. The developed methodology provides an effective tool for discovering constitutive relations.

Read more

7/31/2024

🧠

Total Score

0

Identifying Constitutive Parameters for Complex Hyperelastic Materials using Physics-Informed Neural Networks

Siyuan Song, Hanxun Jin

Identifying constitutive parameters in engineering and biological materials, particularly those with intricate geometries and mechanical behaviors, remains a longstanding challenge. The recent advent of Physics-Informed Neural Networks (PINNs) offers promising solutions, but current frameworks are often limited to basic constitutive laws and encounter practical constraints when combined with experimental data. In this paper, we introduce a robust PINN-based framework designed to identify material parameters for soft materials, specifically those exhibiting complex constitutive behaviors, under large deformation in plane stress conditions. Distinctively, our model emphasizes training PINNs with multi-modal synthetic experimental datasets consisting of full-field deformation and loading history, ensuring algorithm robustness even with noisy data. Our results reveal that the PINNs framework can accurately identify constitutive parameters of the incompressible Arruda-Boyce model for samples with intricate geometries, maintaining an error below 5%, even with an experimental noise level of 5%. We believe our framework provides a robust modulus identification approach for complex solids, especially for those with geometrical and constitutive complexity.

Read more

6/26/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