Browsing by Author "Ismail, Ernesto"
Now showing 1 - 4 of 4
Results Per Page
Sort Options
- ItemOpen AccessA Non-linear Visco-elastic Model for Dynamic Finite Element Simulation of Bovine Cortical Bone(2021) Blignaut, Caitlyn; Ismail, Ernesto; Cloete, TrevorModelling and simulation of the human body during an impact situation such as a car accident, can lead to better designed safety features on vehicles. In order to achieve this, investigation into the material properties and the creation of a numerical model of cortical bone is needed. One approach to creating a material model of cortical bone suitable for these situations is to describe the material model as visco-elastic, as reported by Shim et al. [1], Bekker et al. [2] and Cloete et al. [3]. The work by Shim et al. and Bekker et al. developed three-dimensional models, but do not accurately capture the transition in behaviour in the intermediate strain rate region, while Cloete et al. developed a phenomenological model which captures the intermediate strain rate behaviour in one dimension. This work aims to verify and extend these models. The intermediate strain rate regime (1 s−1 to 100 s−1 ) is of particular interest because it is a key characteristic of the behaviour of cortical bone and several studies have been conducted to gather experimental data in this region [3, 4, 5, 6]. The behaviour can be captured using non-linear viscoelastic models. This dissertation focuses on the development and implementation of a material model of cortical bone based on non-linear visco-elastic models to capture the intermediate strain rate regime behaviour. The material model was developed using uni-axial test results from cortical bone. The model by Cloete et al. has been improved and extended, and issues of local and global strain rate with regards to the viscosity have been clarified. A hereditary integral approach was taken in the analysis and implementation of discrete models and was found to be consistent with mathematical models. The model developed was extended to three dimensions in a manner similar to that of Shim et al. and Bekker et al. for implementation in commercial finite element software (LS-Dyna and Abaqus).
- ItemOpen AccessDevelopment of Open-Source Software for Repeatable Processing of Mechanical Test Data(2023) Slater, Daniel; Ismail, Ernesto; George SarahExperiments that test for the mechanical properties of materials typically generate large amounts of raw data that must be cleaned and processed before meaningful analysis can be performed. Manual processing of this data is often time-consuming and susceptible to errors. Furthermore, the necessary processing steps are usually similar for various datasets, given that mechanical testing procedures are standardised. These issues were addressed in this project through the development of a software toolkit for automated processing and repeatable analysis of mechanical test data. The toolkit, named Paramaterial, was developed as a pip installable Python package, and is designed for use in Jupyter Notebooks. The usage of Jupyter Notebooks makes the steps that a user took in processing and analysing data explicit, thus providing traceability and repeatability. The functionalities of Paramaterial were demonstrated by processing and analysing several datasets sourced from the literature and from the Centre for Material Engineering (CME) at the University of Cape Town (UCT). The example dataset gathered for the demonstrations consists of 100 uniaxial tensile tests, and 56 plane-strain tension tests on aluminium AA6061, as well as 70 uniaxial compression tests, and 40 plane-strain compression tests on aluminium AA3104. The Jupyter Notebooks containing the code for these demonstrations serve as tutorials for future users of the toolkit. Code documentation and user manuals have also been provided, making the software readily available to be used for improving the quality and quantity of processed experimental data in the field.
- ItemOpen AccessExtending the annular in-plane torsional shear test specimen to applications at high strain rates(2022) Osman, Muhsin; Ismail, Ernesto; Cloete, TrevorThe in-plane torsion test is a well-established test used for the characterisation of sheet metals. The specimen is intended to deform in planar simple shear and is designed to be machined with a continuous annular shear zone. As a result, there are no “edge effects” or geometric discontinuities to generate instabilities, thus large true strains up to 1 can be achieved. Before this research, the specimen had only been used for material characterisation in the quasi-static regime. The aim of this research was to conduct further quasi-static testing using the in-plane torsion test and to extend its use into the dynamic regime. Quasi-static tests were performed on a quasi-static torsional (QST) system that was designed to be integrated onto a Zwick universal testing machine. Dynamic tests were performed on a modified torsional split Hopkinson bar (TSHB) system. The TSHB system adopted a nested configuration which allowed for a longer incident bar, and thus larger obtainable strains. Two quick-release mechanisms were used, one using a novel reusable wedge and the other using fracture-pins. All specimens were manufactured from Al 1050 H14. Typical results agreed with material test data available in the literature. Both systems attained large strains at near-constant strain rates and together, allowed for material characterisation over a large range of strain rates. Near-uniform deformations were observed for specimens with lower strain gauge widths. An added feature of the specimen was the flat reverse face, which together with the nested configuration of both systems allows for the possibility for full-field DIC measurement in the future. An estimation method for steady-state flow stress is presented with the steady-state flow stress found to be rate dependant. Finally, a relationship between the steady-state flow stress and strain rate for all experimental results is proposed.
- ItemOpen AccessIsogeometric Analysis: Fundamentals and details of implementation. From first steps to two-dimensional non-linear problems(2018) Burger, Heidi; Ismail, Ernesto; Reddy, BatmanathanIsogeometric analysis (IGA) is a computational analysis technique that can serve as an alternative to the traditional finite element method (FEM) in approximating solutions to differential equations. IGA is not necessarily more efficient that traditional FEM, but because of its nature, can naturally handle a greater variety of complex geometries. IGA is based on the use of NURBS (non-uniform rational B-splines), mathematical descriptions of geometry which are the standard of representing geometry in computer aided design (CAD) modeling software. IGA therefore links the CAD world to the world of analysis. Traditional FEM was developed before NURBS, in the 1950s and therefore developed quite separately. This project focuses on the fundamentals and implementation of IGA for problems, including one-dimensional, two-dimensional scalar, two-dimensional vector-valued and simple non-linear problems. For each new problem, the underlying mathematics is developed and the implementation is discussed in detail. One of the major contributions of this project is considered to be the detail in which the implementation of the Neumann boundary condition is described. There is none of this level of detail in any of the available literature. All problems solved are demonstrative and was written in a modular way that is easy to read and understand. Furthermore, how to extract NURBS data from CAD software is discussed, which would prove useful for future problems with more complex geometry. While the work done in this project is not considered novel, the thoroughness in which the project was approached is hoped to be useful for future projects. From this project, the work can be expanded to more complex geometries, multi-patch problems with the help of CAD programs or more complex non-linear problems.