HOME RESEARCH TEACHING PUBLICATIONS LINKS


Computational Solid and Structural Mechanics Laboratory (CSSML)

My primary research interests are in the areas of:

  • Computational Mechanics:
    • Multi-scale problems in non-linear structural dynamics
    • Nonlinear mechanics: Contact, Impact, Blast
    • Computational material modeling: Plasticity, Damage, Fracture
    • Coupled Multi-physics Problems, Fluid-structure interaction, Flow through porous media
    • Inverse Problems
  • CyberPhysical Systems:
    • Real-time hybrid simulation of structures and components
    • Modeling of smart structural systems
    • Applications in Structural Health Monitoring, Damage Detection, Durability and Deterioration
  • High-performance Computing
    • On-the-fly adaptive model updating for optimizing parallel performance of codes
    • Multi-level partitioning of large computational models
Computational Mechanics: Multi-scale modeling of Structures and Materials using Recursive Domain Decomposition and Multi-time-step methods

Developing efficient and accurate computational methods for solving coupled multi-physics problems is the primary goal of my research. The disparity in the length and time scales usually involved in these problems makes them extremely challenging. Researchers have devoted significant effort to address the coupling of multi-physics phenomena in space through techniques such as domain decomposition and multi-scale methods but a commensurate effort to couple multiple scales in time is lacking in the current literature.

Consider the problem of coupling multiple time scales for non-linear dynamic analysis of large structures with complex geometries efficiently. Such problems have been solved, in the past, by discretizing the structural domain in space with finite elements and using a time-stepping scheme for numerical time integration. However, using a uniform time step for the entire mesh that meets that stability and accuracy requirements of all the elements is computationally very inefficient.

The present multi-time-step coupling method is based on a dual Schur domain decomposition method (FETI: finite element tearing and interconnecting) that uses Lagrange multipliers to enforce the continuity of the solution across the interfaces between the subdomains. The subdomains can be integrated with different time steps and/or time stepping schemes. The method has been shown to be unconditionally stable, energy preserving and computationally very efficient. The multi-time-step method has also been extended for problems with geometric and material non-linearities. Multiple subdomains with multiple levels of time steps are coupled using a hierarchical recursive coupling method. An efficient parallelization based on message passing interface (MPI) that uses a recursive tree topology for distributing subdomains between processors has also been developed.
Animations:
Axial Stress wave in Notched Beam
Rocket case with cracks subject to sudden head end pressure




Recursive domain decomposition and coupling of large finite element models


Computational Mechanics: Multi-scale thermo-mechanical modeling and simulation of cellular solids at high strain rates

Cellular solids are encountered widely in nature. Most naturally occurring materials such as wood, bone, biological tissues etc. are highly porous and/or functionally anisotropic at the micron scale. This has inspired significant research in man-made cellular solids for various engineering applications such as blast / impact absorption, thermal insulation / conduction, light-weight construction, acoustic / structural damping, chemical catalysis, water filtration, waste containment etc. As the manufacturing cost of these materials comes down, the list of applications keeps growing along with the need for a better understanding of the behaviour of these materials. Researchers in various fields have conducted a wide variety of experimental and numerical studies in order to characterize the mechanical, thermal and chemical properties of cellular solids.

In this study, we present a discrete structural model for irregular open-cell metallic foams that is capable of capturing a variety of physical phenomena at multiple spatial and temporal scales ranging from local ligament damage to the global deformation response. The ligaments are modelled with geometrically non-linear, non-prismatic 3-D frame elements and the nodes are modelled as stiff spheres that represent the inertial properties of the cellular material more accurately. Similar unit-cell and representative volume element models in the literature have usually been calibrated against the static bulk moduli of the foam material while the study of the dynamic characteristics of these models has received only limited attention. We evaluate the performance of our model in terms of its ability to capture the dynamic behaviour of metallic foams under high strain rate loading conditions and present some examples from real life applications.

Animations:

"Roll-up" (beyond 2π) of a 3D large deformation cantilever beam (Cosserat rod) under applied end moment.

Nonlinear crushing response (Load vs. Displacement) of a cylindrical sample of aluminium foam under uniaxial compression.



Computational Mechanics: Coupled Meshfree and Finite Element simulations for Structural and Material behavior under Extreme Loads

In recent years, several meshfree methods have been proposed to overcome some of the difficulties encountered with finite element methods for problems involving large deformations and/or fracture. However, depending upon the implementation, meshfree methods also suffer from some drawbacks such as greater computational cost, inconsistent enforcement of essential boundary conditions and errors in the integration of the discretized weak form.

In order to alleviate some of these difficulties, researchers have proposed coupled meshfree and finite element methods to capitalize on the best attributes of both methods. In such an approach, large parts of the problem domain are solved with finite elements and a meshfree discretization is used only in small regions of interest where finite elements may be insufficient to capture the desired response. These are usually regions with high spatial and/or temporal gradients. Significant effort has been devoted to the resolution of multiple scales in space through techniques such as domain decomposition and multi-scale methods but a commensurate effort to capture multiple scales in time is lacking in the current literature.

We present an accurate multi-time-step integration method that enables one to decompose a large spatial domain into smaller subdomains and solve each subdomain with its requisite spatial and temporal resolution. This method can be used effectively to augment existing methods for spatial coupling of meshfree and finite element methods, such as blending functions and/or Lagrange multipliers, with an appropriate time integration using multiple time-steps. In the present study, we evaluate the computational performance of this method in terms of the stability and accuracy of the spatial and temporal coupling. We also investigate the effect of various coupling parameters on the rate of convergence of this method for highly non-linear problems and present results from several example problems that we used for verification and validation.
Animations:
Axial Stress wave in Meshfree-FEM Beam with different Meshfree-FE interfaces and time-steps

Response of a fixed-free cracked Meshfree-FEM beam to a horizontal traction load applied at the free end.

CyberPhysical Systems: Multi-rate Real-time Hybrid Simulation of Cyber-mechanical Systems

Real-time hybrid simulation, which must integrate and coordinate simulation models and physical components with high fidelity, has important applications in many civil and mechanical engineering domains including the design and evaluation of buildings, bridges, airplanes, and automobiles. Civil engineers are working to develop novel smart structures that are resilient to earthquakes, but neither the particulars of how earthquakes impact our critical infrastructures nor the best ways to mitigate those effects are as yet well understood. Since physical testing of full scale civil structures remains prohibitively expensive, a key barrier to progress in this crucial work is the lack of a mature capability to conduct real-time hybrid tests and experiments in which numerical simulations are coordinated in real-time with manageable physical specimens.

In this research, we have made novel advances to (1) the design, conduct, and evaluation of multi-rate real-time hybrid tests and experiments that demonstrate the tight integration of timing, sequencing, and value semantics across cyber and physical domains (2) the co-design of how control and simulation computations are decomposed for real-time parallel execution and how they are mapped and scheduled across multi-core hosts; and (3) configurable and adaptive concurrency platform and communication mechanisms to deal with cyber-physical timing constraints, and to allow asynchronous on-the-fly adjustments to physical, data flow, and control flow variability at run-time.


Schematic of a multi-rate RTHS

High-Performance Computing: Semantics-rich Libraries for Exascale Computation of Recursively Decomposed Numerical Models in Computational Mechanics

Modern applications in computational mechanics, especially those intended to run at exascale (i.e., on machines, that can perform one quintillion floating point operations a second), are not written from scratch. Instead, they are built by stitching together various carefully-written, hand-tuned libraries. Correctly composing these libraries is difficult, but traditional compilers are unable to effectively analyze and transform across abstraction layers. Domain specific compilers integrate semantic knowledge into compilers, allowing them to transform applications that use particular domain-specific languages, or domain libraries. But they do not help when new domains are developed, or applications span multiple domains.

In this work, we have built a generic, extensible compiler infrastructure that incorporates semantic information of recursive domain decomposition. In this approach, a large computational model is progressively decomposed using recursive bisection into a tree of subdomains where the leaf nodes that represent individual subdomains are solved independently and coupled back together to obtain the global solution. Our framework enables the necessary transformations on algorithmic coupling of these subdomains to achieve much faster execution of such applications on highly parallel machines than what was previously possible.




Recursive domain decomposition and coupling


HOME RESEARCH TEACHING PUBLICATIONS LINKS