SearcharxivSearch

arXiv subjects

Mark C. Messner

Publications and source records attributed to Mark C. Messner.

3 recordsLinked to original sources

A Shifted Cohesive-Zone Method for Non-Interface-Fitted Meshes with Applications to Crystal Plasticity

The accurate simulation of interface-dominated solid mechanics problems on complex microstructures remains challenging, particularly when interface-fitted quadrilateral or hexahedral meshes are difficult to generate. We extend the shifted boundary method (SBM) to cohesive-zone formulations and introduce the Shifted Cohesive Zone Method (SCZM), with applications to crystal plasticity on non-interface-fitted meshes. By shifting the enforcement of traction-separation laws from the true interface to a nearby surrogate interface, SCZM enables the use of standard finite element spaces while avoiding the meshing burden associated with interface-conformal discretizations. We present a simplified SCZM weak form defined on the surrogate interface, leading to a straightforward implementation of the nonlinear residual and consistent tangent matrix. The method is implemented in the open-source MOOSE framework and coupled with constitutive models from NEML2, enabling simulations with linear elasticity, multiple traction-separation laws, and history-dependent crystal plasticity. We further develop a geometry-aware, PCA-enhanced point classification algorithm to accelerate surrogate-domain construction. Verification and benchmark studies in two and three dimensions demonstrate that SCZM achieves first-order convergence for non-interface-fitted interface problems and closely matches interface-fitted reference solutions in terms of reaction forces, surface energy release, deformation, stress fields, and damage evolution. These results indicate that SCZM provides an accurate and efficient framework for modeling interface mechanics in complex microstructures without requiring interface-fitted meshes.

math.NA

A Data-Driven Method for Modeling Creep-Fatigue Stress-Strain Behavior Using Neural ODEs

In this paper, we introduce a data-driven machine learning approach for modeling one-dimensional stress-strain behavior under cyclic loading, utilizing experimental data from the nickel-based Alloy 617. The study employs uniaxial creep-fatigue test data acquired under various loading histories and compares two distinct neural network-based ODE models. The first model, known as the black-box model, comprehensively describes the strain-stress relationship using a Neural ODE equation. To interpret this black-box model, we apply the Sparse Identification of Nonlinear Dynamical Systems (SINDy) technique, transforming the black-box model into an equation-based model using symbolic regression. The second model, the Neural flow rule model, incorporates Hooke's Law for the linear elastic component, with the nonlinear part characterized by a Neural ODE. Both models are trained with experimental data to accurately reflect the observed stress-strain behavior. We conduct a detailed comparison with the standard Chaboche model, which includes three back stresses. Our results demonstrate that the neural network-based ODE models precisely capture the experimental creep-fatigue mechanical behavior, exceeding the standard Chaboche model's accuracy. Furthermore, an interpretable model derived from the black-box neural ODE model through symbolic regression achieves accuracy comparable to the Chaboche model, enhancing its interpretability. The results highlight the potential of neural network-based ODE models to depict complex creep-fatigue behavior, eliminating the necessity for experts to define a specific, material-focused model form.

physics.comp-ph

Time-vectorized numerical integration for systems of ODEs

Stiff systems of ordinary differential equations (ODEs) and sparse training data are common in scientific problems. This paper describes efficient, implicit, vectorized methods for integrating stiff systems of ordinary differential equations through time and calculating parameter gradients with the adjoint method. The main innovation is to vectorize the problem both over the number of independent times series and over a batch or "chunk" of sequential time steps, effectively vectorizing the assembly of the implicit system of ODEs. The block-bidiagonal structure of the linearized implicit system for the backward Euler method allows for further vectorization using parallel cyclic reduction (PCR). Vectorizing over both axes of the input data provides a higher bandwidth of calculations to the computing device, allowing even problems with comparatively sparse data to fully utilize modern GPUs and achieving speed ups of greater than 100x, compared to standard, sequential time integration. We demonstrate the advantages of implicit, vectorized time integration with several example problems, drawn from both analytical stiff and non-stiff ODE models as well as neural ODE models. We also describe and provide a freely available open-source implementation of the methods developed here.

math.NA