Você está na página 1de 8

P.

Cardiff1
School of Mechanical and
Materials Engineering,
University College Dublin,
Belfield, D4,
Development of a Hip
Dublin, Ireland
e-mail: philip.cardiff@ucd.ie Joint Model for Finite
A. Karac
Faculty of Mechanical Engineering,
Volume Simulations
University of Zenica,
Fakultetska 1, 72000 Zenica, This paper establishes a procedure for numerical analysis of a hip joint using the finite
Bosnia and Herzegovina volume method. Patient-specific hip joint geometry is segmented directly from computed
tomography and magnetic resonance imaging datasets and the resulting bone surfaces
are processed into a form suitable for volume meshing. A high resolution continuum
D. FitzPatrick tetrahedral mesh has been generated, where a sandwich model approach is adopted; the
bones are represented as a stiffer cortical shells surrounding more flexible cancellous
R. Flavin cores. Cartilage is included as a uniform thickness extruded layer and the effect of layer
thickness is investigated. To realistically position the bones, gait analysis has been per-
A. Ivankovic formed giving the 3D positions of the bones for the full gait cycle. Three phases of the
gait cycle are examined using a finite volume based custom structural contact solver
School of Mechanical and implemented in open-source software OpenFOAM. [DOI: 10.1115/1.4025776]
Materials Engineering,
University College Dublin, Keywords: hip joint, gait analysis, bone segmentation, volume meshing
Belfield, D4,
Dublin, Ireland

1 Introduction shell elements, and bone surface meshes can be over-smoothened


to deal with the understandably complex task of volumetric
During routine activities, such as walking or stair climbing, the
meshing. In spite of the steady increase in mesh densities, recent
hip joint experiences complex loading scenarios determined by
models are still approaching the high resolution required to cap-
the musculotendon forces, inertia, and gravity. As a consequence
ture large local stress gradients present in the contacting regions.
of the limitations of in vivo and in vitro hip joint studies, numeri-
This gives a possible explanation of why hip contact pressure pre-
cal models of the hip joint have increasingly been considered to
dictions of more recent studies are larger than older studies
better understand the mechanics of the joint. Potentially, these
[2,4,5,14].
in silico2 studies of the hip joint may provide an effective tool for
Numerical analysis of hip joint mechanics may be performed
analysis of hip joint mechanics and stability, helping orthopedists
using one of many approaches, however, due to its well estab-
make confident surgical decisions.
lished role in computational structural mechanics, finite element
Numerical methods and computing power have progressed con-
(FE) analysis is the most widely employed method [1,3,4,1420].
siderably since Brekelmans et al. [1] first developed a 2D finite
Nonetheless, the finite volume (FV) method, being attractively
element model of the femur in the early 1970s. In preference to
simple, yet strongly conservative in nature, has become a viable
model geometry derived from radiographs, recent realistic hip
alternative in many solid mechanics applications [2140,70,71].
models are now typically captured directly from patient-specific
Accordingly, the current work employs a cell-centered FV struc-
computed tomography (CT) or magnetic resonance imaging
tural contact procedure to numerically examine the hip joint,
(MRI) datasets [29]. The hip bones are commonly represented as
implemented in open-source C based software OpenFOAM
sandwich structures consisting of two discrete types of bone
(Open Source Field Operation and Manipulation, version 1.6-ext)
[2,3,5], a stiffer outer shell of cortical bone surrounding a more
[4143], where the implemented physics and numerical algo-
flexible inner core of cancellous bone. In more recent years, CT-
rithms may be viewed and are open to academic scrutiny, which is
based material property assignment has become more popular
not possible with black box commercial codes.
[1013], where the stiffness of each finite element is assigned
based on CT Hounsfield pixel intensities. This approach repre-
sents an improvement on the more traditional bi-material sand-
wich model approach, however, the exact empirical relationship 2 Methods
between Hounsfield intensity and stiffness can be difficult to 2.1 Geometry Generation. Extraction of the hip bone geome-
determine and verification is not trivial [11,12]. try from tomography images is not a trivial task and care must be
Although models of the hip joint have progressed considerably, taken to avoid the loss of significant geometrical information. This
there are still a number of shortcomings. Due to computational section establishes a procedure for the generation of faithful hip
limits, the mesh is often of insufficient resolution to capture the bone volume meshes from patient specific tomography image sets.
true anatomy, cortical bone is often represented by degenerative CT and MRI scans were acquired of the hip joint of a 23-year-
old male subject with no congenital or acquired pathology. The CT
1
Corresponding author.
images (512  512 pixels, 0.7422  0.7422  1.2500 mm) and
2
The phrase in silico, coined in 1989 as an analogy to the Latin phrases in vivo MRI images (256  256 pixels, 1.6797  1.6797  2.9999 mm)
and in vitro, is an expression meaning performed on computer or via computer spanning from mid femur to second lumbar vertebra were obtained
simulation. using the GE medical systems LightSpeed VCT [46] and GE medi-
Contributed by the Bioengineering Division of ASME for publication in the
JOURNAL OF BIOMECHANICAL ENGINEERING. Manuscript received February 12, 2013;
cal systems Signa HDxt [46] scanners, respectively.
final manuscript received July 1, 2013; accepted manuscript posted October 19, Using an automated thresholding technique, implemented in
2013; published online December 3, 2013. Assoc. Editor: Tammy Haut Donahue. open-source software 3DSlicer (version 4.0) [47], the cortical

Journal of Biomechanical Engineering Copyright V


C 2014 by ASME JANUARY 2014, Vol. 136 / 011006-1

Downloaded From: http://fuelcellscience.asmedigitalcollection.asme.org/ on 05/27/2015 Terms of Use: http://asme.org/terms


Fig. 1 Volume conservative smoothing of the bone surfaces

bone is extracted by selecting pixels in the range 4001585


Hounsfield Units (HU), while the cancellous bone is extracted
selecting pixels in the range 200400 HU [48]. Subsequently, the
exterior bone surfaces are clearly discernible, and with minimum
user effort, manual separation of the femur, pelvis and sacrum is
performed. However, the cortical-cancellous bone interface can
be much more difficult to distinguish necessitating time consum-
ing manual segmentation. During the difficult task of distinguish-
ing the cortical-cancellous bone interface, the MRI image set can
be combined with the CT images, using a fast rigid registration
procedure [47], limiting the subjectively of the segmentation.
Once the bone pixels of interest have been selected, an enclos-
ing triangulated surface is constructed using a marching cubes
procedure [47], producing a castellated surface mesh of the bone,3
illustrated in Fig. 1(a).
To remove unwanted noise, the castellated surface meshes are
smoothed to ten iterations using a volume conserving Laplacian
smoothing algorithm (Fig. 1(b)) [49], as implemented in the open-
source software Meshlab [50].
Decimation, the process of combining small faces together, is
conducted using a quadric based edge collapse decimation proce-
dure, making the surface files more manageable for subsequent
meshing procedures. A decimation factor of 0.2 is employed
reducing the number of faces by a factor of 5, with negligible
effect to the bone features. This has been verified using open-
source software Metro [51] by examining the geometric deviation
between the original surface mesh and the decimated mesh. The
mean geometric deviation is 0.0059 mm and the maximum is
0.1441 mm, which is considered acceptable.
Finally, cleaning operations are performed on the surface mesh
where close vertices are merged, short edges are removed, small Fig. 2 Final processed bone exterior surfaces embedded in a
holes are filled, and isolated faces and vertices are eliminated frontal CT slice
[52]. The final surfaces (Fig. 2) are exported in stereolithography
(STL) format, a facet-based surface composed of triangles, suita-
ble for input to most volumetric meshing software.
the entire volume mesh is incrementally smoothed. The volume
meshes are exported via the ANSYS Fluent .msh format and
2.2 Volume Meshing. Although, hexahedral meshes have converted to the OpenFOAM format using the OpenFOAM utility
been found to be more accurate than tetrahedral meshes [53,54], fluent3DMeshToFoam.
generation of fully hexahedral hip joint meshes is far from a trivial To overcome inferior quality cells in thin cortical bone regions,
process. Consequently, tetrahedral meshes are often employed, as smaller local cell sizes are required, and the minimum cortical
is the case in the current study. bone thickness has been limited to 1.5 mm in troublesome areas.
The femur, pelvis, and cortical-cancellous STL surfaces are To create the articular cartilage volume meshes, the femur and
imported into ANSYS ICEM CFD [55], and partitioned into pelvis articular surface meshes are extruded in the surface
patches of interest, distal femur, femur head, acetabulum, iliosac- normal direction by 0.6 mm using the OpenFOAM utility
ral joint, and pubic symphysis joint, for application of boundary extrudeMesh. The cartilage thickness, t, has been deter-
conditions. The cortical and cancellous bone volumes are meshed mined using the approximate acetabulum radius, Ra , and the
using the patch independent Delaunay tetrahedral approach, and approximate femoral head radius, Rf [4],
incrementally smoothed to improve the quality. Triangular prisms
are grown from the boundary surface and cortical-cancellous Ra  Rf
t (1)
interface, which is favorable for accurate boundary stresses, and 2

3
In this context, castellated refers to the resemblance of the mesh to the where Ra 27:6 mm and Rf 26:4 mm have been determined
battlements on top of a medieval castle. by manually fitting spheres.

011006-2 / Vol. 136, JANUARY 2014 Transactions of the ASME

Downloaded From: http://fuelcellscience.asmedigitalcollection.asme.org/ on 05/27/2015 Terms of Use: http://asme.org/terms


Fig. 4 Gait cycle data processed with visualizeGaitData utility

(Fig. 4) in open-source software ParaView [59], enabling accu-


rate determination of the beginning of each gait event.
A developed custom OpenFOAM utility rotateRigidFemur
employs the kinematic gait data to calculate the time-varying
position of the femur relative to the pelvis, allowing accurate
positioning of the femur volume mesh relative to the pelvis for
any phase of the gate cycle.

2.4 Finite Volume Structural Solver and Contact


Procedure. An FV-based transient structural contact solver,
elasticNonLinULSolidFoam, has been specically devel-
oped to analyze the hip joint [36,43,60], with inertia and body
forces being neglected in the current analyses. Here, linear elas-
tic material properties are assumed and the updated Lagrangian
mathematical model is applied. Special attention is given to the
contact algorithm, where a recently developed FV procedure
based on the frictionless penalty method has been used [33].
Two potentially contacting surfaces are designated as the master
and slave surfaces, and during the iterative procedure, the slave
vertices are checked for penetration of the master surface. If a
slave vertex does penetrate, an increment of interface force is
applied between the slave vertex and the master surface.
The contact algorithm is controlled via three main parameters,
namely, the interface stiffness, synonymous with the penalty
factor or penalty stiffness, the gap tolerance, and the contact cor-
rection frequency. The penalty factor controls the addition of
interface force increments. Its choice affects the convergence of
the contact procedure. If the penalty factor is too high, then the
contact may not converge. If it is too low, the contact may take a
Fig. 3 Hip joint model material distribution showing a shell of prohibitively long time to converge. The gap tolerance specifies
cortical bone surrounding a core of cancellous bone, with a the extent of penetration. If the gap tolerance is too large, the
layer of cartilage on the articular surfaces. Cells have been bodies will penetrate by a large amount and the contact pressures
removed for visualization
will be underestimated. Conversely, if too small, the convergence
of the contact procedure will be adversely affected. The contact
The final high resolution hip joint volume mesh, containing a correction frequency factor specifies how often the contact proce-
total of 569,418 cells (266,817 cortical, 253,316 cancellous, dure is to be invoked during the inner iteration loop. It should be
49,285 cartilage), is shown in Fig. 3. The average cell breadth on noted that as long as the procedure converges, the penalty factor
the articular surfaces is approximately 0.5 mm, ensuring good and contact correction frequency do not affect the predicted
resolution of contact stress gradients. mechanics, as an iterative procedure is employed ensuring the
However, ultimately the geometric accuracy of the model is contact constraints are respected within the user defined gap
limited by the resolution of the tomography images. tolerance.

2.3 Gait Analysis. Gait analysis, the systematic study of 3 Results


locomotion, has been performed on the subject from which the The hip joint is numerically analyzed at three different phases
tomography images have been obtained, using the CODA (Coda- of the gait cycle, namely:
motion V6.69H-CX1/MPX30) movement analysis system [56,57]. the mid-stance phase
The kinematic data of 3D positions, measured at 200 Hz, has been the hip force peak following the heel-strike phase
analyzed and processed using a custom written OpenFOAM the hip force peak prior to the toe-off phase
utility visualizeGaitData [36,44]. The Visualization Tool-
kit (VTK) les generated by the visualizeGaitData utility allow 3.1 Hip Joint Model Setup. The three hip joint models are
visualization of a stick-man representation of the gait cycle [58] shown in Fig. 5. All materials are represented as hypoelastic,

Journal of Biomechanical Engineering JANUARY 2014, Vol. 136 / 011006-3

Downloaded From: http://fuelcellscience.asmedigitalcollection.asme.org/ on 05/27/2015 Terms of Use: http://asme.org/terms


Fig. 5 Hip joint models

homogenous, and isotropic and the material distribution is dis- displacements field solutions [36], must also reach the prescribed
played previously in Fig. 3. The cortical bone is assigned a tolerance.
Youngs modulus of 17 GPa and a Poissons ratio of 0.3 The models have been solved in parallel on a distributed mem-
[2,47,14,6164], the cancellous bone is assigned a Youngs ory supercomputer using 32 CPU cores (Intel Xeon E5430 Quad
modulus of 800 MPa and a Poissons ratio of 0.2 [64,65], and the Core 2.66 GHz) in an approximate clock time of 10 h.
articular cartilage is assigned a Youngs modulus of 12 MPa and a Figure 7(a) displays the solution convergence for a typical
Poissons ratio of 0.45 [19,66]. model, showing that both the solver residual and the relative
As boundary conditions, shown graphically in Fig. 6, the pelvis residual reach the predefined tolerance of 107 in approximately
is fixed at the iliosacral and pubic symphysis joints, and the distal 160,000 outer iterations. Although a relatively aggressive under-
femur is displaced in the femur axial direction into the acetabulum relaxation factor of 0.05 has been applied to achieve convergence,
such that the resulting total hip joint force is as measured in vivo high frequency oscillations are still visible in the residuals, most
by Bergmann et al. [45] At midstance and toe-off, the hip joint likely due to the nonlinear nature of the contact as well as lower
force is twice the body weight, 1,611 N, in the femur axial direc- quality cells. Figure 7(b) shows the convergence of the contact
tion. For the heel-strike model, the femur axial force is 1,917 N, penetration to the predefined gap tolerance 9  106 m, where it
equivalent to 2.38 times the body weight. can be seen that the contact converges at approximately 60,000
The remaining femur and pelvis surfaces are specified as outer iterations and the remaining outer iterations are required to
traction-free. Custom boundary conditions with nonorthogonal converge the displacement increments.
corrections, previously described [36,60], are employed and the The collection of software employed in the current work is
gradient terms are calculated using the least squares method.4 The summarized in the Appendix.
models are solved in one load increment and inertia and gravity
forces are neglected.
For the contact procedure, the pelvis articular cartilage surface
is designated as the master and the femur articular surface as the
slave. The contact penetration distances have been calculated
using the contact-spheres approach [35]. A contact gap tolerance
of 9  106 m is employed, the penalty factor is 6  108 and the
contact correction frequency is 40.

3.2 Solution Process. The linear system formed by the


discretization of the momentum equation is iteratively solved
using a geometric multigrid5 [67] segregated approach, where
each of the three components of the momentum equation are
separately solved in terms of the displacement increment. The
final solution tolerance is set to 107 . An additional relative
residual, defined as the maximum difference between successive
4
The OpenFOAM extendedLeastSquares gradient scheme is employed as
it assumes nonorthogonal boundary cells, unlike the leastSquares gradient
scheme.
5
The OpenFOAM GAMG linear solver has been employed, where the coarsest
solution grid is set to the square root of the average number of cells on each
processor. Fig. 6 Boundary conditions

011006-4 / Vol. 136, JANUARY 2014 Transactions of the ASME

Downloaded From: http://fuelcellscience.asmedigitalcollection.asme.org/ on 05/27/2015 Terms of Use: http://asme.org/terms


Fig. 7 Typical model solution convergence

3.3 Contact Stress Analysis. The von Mises stress distribu- articular surface faces with a pressure greater than 1 kPa. The
tion of the mid-stance model is shown in Fig. 8. The most highly average contact pressure is 6.28 MPa and has been calculated by
stressed areas, of 30MPa, are found in the ilium directly above dividing the total contact normal force by the contact area. The
the acetabulum, the acetabular roof bone, as well as near the fixed total contact normal force, Cn , is calculated by
iliosacral joint. The scale of Fig. 8 ranges from 0 to 10 MPa to
allow clearer viewing of the highly stressed regions. X Cf
Cn  Cf  rf (2)
Examining the contact pressure distribution, shown in Fig. 8(a), f
jCf j
three distinct contact regions are discernible, occurring in anterior
superior, posterior superior, and superior regions of the acetabu- P
lum. The maximum predicted contact pressure is 26 MPa occur- where f refers to the summation over all the faces of the articu-
ring in the most superior contact region. The predicted contact lar surface and Cf is the face area vector.
area is 3:96  104 m2 and has been calculated by summing the Inspecting the model contact gap, as shown in Fig. 8(b), the
anterior superior and posterior superior regions show the most
negative contact gap, relative to the superior region of the femoral
head.
When the von Mises stress distribution of the toe-off and heel-
strike models are examined, the most highly stressed areas occur
in the bone superior and posterior to the acetabulum. As with the
mid-stance model, the acetabular roof is highly stressed, in partic-
ular directly above the contact regions. Additionally, the bone
around the iliosacral joint experiences high stresses.
Inspecting the contact regions of the toe-off and heel-strike
models, shown side-by-side in Figs. 9, distinct contact areas are
once again visible. As with the mid-stance model, three contact
regions occur in the heel-strike model, where the maximum
predicted contact pressure is 26 MPa, the contact area is
3:83  104 m2 and the average pressure is 10.1 MPa. In contrast,
two contact regions occur in the toe-off model, where the maxi-
mum predicted contact pressure is 23 MPa, the contact area is
4:62  104 m2 , and the average pressure is 5.93 MPa.
To ensure the predicted results are mesh independent, an addi-
tional mid-stance simulation has been performed using a more
dense globally refined mesh. The refined mesh, containing a total
of 769,529 cells (25% more cells than the original mesh) with an
average articular surface cell breadth of approximately 0.42 mm,
predicted a maximum contact pressure of 26.67 MPa, which
is within 3% of the original mesh predictions, and stress
distributions close to the original mesh, demonstrating mesh
independence.

3.4 Effect of Cartilage Thickness. As the current models


have approximated the articular cartilage as a 0.6 mm constant
thickness layer, two additional simulations of mid-stance have
been performed with increased cartilage thickness by 20% to
0.72 mm, and decreased thickness by 20% to 0.48 mm.
For the thinner cartilage model (0.48 mm), the maximum con-
tact pressure is 34.58 MPa, the average contact pressure is
9.30 MPa, and the contact area is 2:51  104 m2 . For the thicker
cartilage model (0.72 mm), the maximum predicted contact pres-
sure is 21.59 MPa, the average contact pressure is 6.86 MPa, and
the contact area is 3:59  104 m2 . Table 1 summarizes the
Fig. 8 Mid-stance model results for the three distinct cartilage thicknesses.

Journal of Biomechanical Engineering JANUARY 2014, Vol. 136 / 011006-5

Downloaded From: http://fuelcellscience.asmedigitalcollection.asme.org/ on 05/27/2015 Terms of Use: http://asme.org/terms


Fig. 9 Contact pressures of the toe-off & heel-strike models (in MPa)

Table 1 Effect of Cartilage Thickness on the Contact Mechanics of the Mid-Stance Model

Cartilage thickness (in mm) Maximum pressure (in MPa) Average pressure (in MPa) Area (in m2)

0.48 34.58 9.30 2:50  104


0.60 26 6.28 3:96  104
0.72 21.59 6.86 3:59  104

4 Discussion been found that there is an inverse relationship between the carti-
lage thickness and maximum contact pressure, where the maxi-
Inspecting the regions of greatest stress in the mid-stance mum contact pressure increases by approximately 60% as the
model, the pelvis is relatively highly stressed in the acetabular cartilage thickness decreases by 33% from 0.72 to 0.48 mm. How-
roof, the ilium above the acetabulum and at the iliosacral joint. On ever, surprisingly at first, the middle thickness (0.6 mm) model
closer analysis of the femur, the body of the femur holds much of predicts the lowest average contact pressure. The reason for this
the stress where significant bending occurs. These predictions may be deciphered by noticing that the contact pressure increases
agree well with results from numerical models in literature in the thicker cartilage model in the anterior and posterior regions
[2,4,14,16,19,62,64,68], and it has been noted the large predicted of the acetabulum and lowers in the superior region. In reality, it
stresses in the vicinity of the iliosacral joint are contributed to by is expected that the physiological cartilage thickness is greater on
the rigid fixture boundary condition [69]. the superior femur head surface; therefore increasing the overall
Examining the predicted contact pressure distributions, the cartilage thickness may overestimate the thickness in the anterior
analyses suggest that the hip joint contact is not perfectly congru- and posterior regions of the acetabulum and femur head.
ent and that there are distinct regions of local high contact pres- Of the three phases of gait examined, as anticipated the largest
sure, agreeing with previous FE predictions [4,14]. Comparing the stresses and contact pressures occur in the heel-strike model, cor-
contact mechanics of the mid-stance model with values from liter- responding to the peak in gait cycle total joint forces.
ature, the predicted contact pressures are larger than the reported For all models, the predicted stress values and locations are
values. Peak contact pressures in literature vary from 1 to 18 MPa consistent with previous FE studies [2,4,14,16,19,36,62,64,68],
[2,4,14,16,19,62,64,68], whereas the maximum predicted contact however, the magnitude of maximum contact pressures are
pressure in the mid-stance model is 26 MPa. A possible explana- greater than previously predicted. The effect of cartilage thick-
tion for this difference may be attributed to the simplifying ness has been examined and as expected the maximum pre-
assumptions commonly made in the literature with regard to dicted contact pressure has been found to be inversely related
spherical congruent contact surfaces that overestimate contact to the cartilage thickness, with the case of the thinnest cartilage
areas; hence underestimating contact pressures. Additionally, producing the greatest maximum contact pressure. However, the
many of the published numerical models represent the contact largest average contact pressure has been found in the thickest
surfaces with relatively low resolution grids essentially averaging cartilage case, most likely due to the assumption of constant
local contact stress peaks. A contributing factor that may result in thickness cartilage resulting in underestimation of superior carti-
the current model overestimating the contact pressure may be lage thickness and overestimation of anterior/posterior cartilage
ascribed to simplifying assumptions with regard to the uniform thickness.
bone mechanical properties and the constant thickness articular All presented results show that this novel numerical model,
cartilage. Employing a stiffness of 17 GPa for the acetabular corti- based on the finite volume method as implemented in an open-
cal bone may overestimate the stiffness of the pelvis, reducing the source software, represent a powerful alternative to well-
natural congruency of the joint and increasing contact stresses. A established commercial FE-based software. As its object-oriented
more realistic representation of varying cartilage thickness in nature permits complex custom routines to be implemented in an
addition to spatially varying tomography-based bone properties efficient manner, further improvement of the current model will
would certainly result in a more faithful model. be focused on implementation of material properties based on CT
Analyzing the effect of cartilage thickness has shown a consid- Hounsfield pixel intensities and on employment of physiologically
erable influence on the predicted mechanics. As expected, it has realistic musculotendon loading models [36,44].

011006-6 / Vol. 136, JANUARY 2014 Transactions of the ASME

Downloaded From: http://fuelcellscience.asmedigitalcollection.asme.org/ on 05/27/2015 Terms of Use: http://asme.org/terms


Table 2 Software Employed in the Current Work

Phase of model development Software/Utility Description

CT/MRI segmentation 3DSlicer [47] Open-source image segmentation and surface generation software
Surface processing Meshlab [50] Open-source software for general surface processing
Surface processing Metro [51] Open-source software alloying verification of decimated surfaces
Volumetric meshing ANSYS ICEM CFD [55] Commercial meshing software for generation of volumetric
meshes
Volumetric meshing OpenFOAM/fluent3DMeshToFoam OpenFOAM utility to convert mesh to OpenFOAM format
[42,43]
Volumetric meshing OpenFOAM/extrudeMesh [42,43] OpenFOAM utility to create cartilage volumetric mesh
Gait analysis OpenFOAM/visualiseGaitData [44] Custom OpenFOAM utility to convert gait data into a form suitable
for viewing
Gait analysis OpenFOAM/rotateRigidFemur [36] Custom OpenFOAM utility for relative positioning of the femur
using gait data
Solving OpenFOAM/elasticNonLinUL- Custom OpenFOAM application for numerical calculation of
SolidFoam [60] displacements, stresses and strains by finite volume method
Post-processing ParaView [59] Open-source visualisation software for post processing results

Acknowledgment [15] Oonishi, H., Isha, H., and Hasegawa, T., 1983, Mechanical Analysis
of the Human Pelvis and Its Application to the Artificial Hip JointBy Means
Financial support from TEKNO Surgical Ltd. is gratefully of the Three Dimensional Finite Element Method, J. Biomech., 16, pp.
acknowledged. The authors thank Mike Walsh and Damien 427444.
[16] Brown, T. D., and DiGioia, A. M., 1984, A Contact-Coupled Finite Element
Kiernan of the Central Remedial Clinic Dublin for conducting the Analysis of the Natural Adult Hip, J. Biomech., 17, pp. 437448.
gait analysis. [17] Afoke, N. Y. P., Byers, P. D., and Hutton, W. C., 1987, Contact Pressures in
the Human Hip Joint, J. Bone Joint Surgery, 69-B(4), pp. 536541. Available
at http://www.bjj.boneandjoint.org.uk/content/69-B/4/536.full.pdf
[18] Dalstra, M., and Huiskes, R., 1995, Load Transfer Across the Pelvic Bone,
Appendix J. Biomech., 28(6), pp. 715724.
[19] Russell, M. E., Shivanna, K. H., Grosland, N. M., and Pedersen, D. R., 2006,
The software employed in the current work are summarized in Cartilage Contact Pressure Elevations in Dysplastic Hips: A Chronic Overload
Table 2. Model, J. Orthop. Surg. Res., 1, p. 6.
[20] Shivanna, K. H., Grosland, N. M., Russell, M. E., and Pedersen, D. R., 2008,
Diarthrodial Joint Contact Models: Finite Element Model Development of the
Human Hip, Eng. Comput., 24, pp. 155163.
References [21] Demirdzic, I., Martinovic, D., and Ivankovic, A., 1988, Numerical Simulation
[1] Brekelmans, W. A. M., Poort, H. W., and Slooff, T. J. J. H., 1972, A New of Thermal Deformation in Welded Workpiece (in Croatian), Zavarivanje 31,
Method to Analyse the Mechanical Behaviour of Skeletal Parts, Acta Ortho- pp. 209219.
paedica, 43(5), pp. 301317. [22] Ivankovic, A., Muzaferija, A., and Demirdzic, I., 1997, Finite Volume Method
[2] Dalstra, M., Huiskes, R., and van Erning L., 1995, Development and and Multigrid Acceleration in Modelling of Rapid Crack Propagation in Full-
Validation of a Three-Dimensional Finite Element Model of the Pelvic Bone, Scale Pipe Test, Comput. Mech., 20(12), pp. 4652.
ASME J. Biomech. Eng., 117(3), pp. 272278. [23] Georgiou, I., Ivankovic, A., Kinloch, A. J., and Tropsa, V., 2003, Rate
[3] Anderson, A. E., Peters, C. L., Tuttle, B. D., and Weiss, J. A., 2005, Subject- Dependent Fracture Behaviour of Adhesively Bonded Joints, Vol. 32, Fracture
Specific Finite Element Model of the Pelvis: Development, Validation and of Polymers, Composites and Adhesives II, Volume 32 of European Structural
Sensitivity Studies, ASME J. Biomech. Eng., 127(3), pp. 364373. Integrity Society, A. Pavan, B. R. K. Blackman, and J. G. Williams, eds.,
[4] Anderson, A. E., Ellis, B. J., Maas, S. A., and Weiss, J. A., 2010, Effects of Elsevier, New York, pp. 317328.
Idealized Joint Geometry on Finite Element Predictions of Cartilage Contact [24] Karac, A., Blackman, B. R. K., Cooper, V., Kinloch, A. J., Rodriguez Sanchez,
Stresses in the Hip, J. Biomech., 43, pp. 13511357. S., Teo, W. S., and Ivankovic, A., 2011, Modelling the Fracture Behaviour of
[5] Bachtar, F., Chen, X., and Hisada, T., 2006, Finite Element Contact Analysis Adhesively-Bonded Joints as a Function of Test Rate, Eng. Fract. Mech., 78,
of the Hip Joint, Med. Biol. Eng. Comput., 44, pp. 643651. pp. 973989.
[6] Majumder, S., Roychowdhury, A., and Pal, S., 2004, Variations of Stress in [25] Demirdzic, I., and Muzaferija, S., 1995, Numerical Method for Coupled Fluid
Pelvic Bone During Normal Walking, Considering All Active Muscles, Trends Flow, Heat Transfer and Stress Analysis Using Unstructured Moving Meshes
Biomater Artif Organs, 17(2), pp. 4853. Available at http://www.biomaterials. With Cells of Arbitrary Topology, Comput. Methods Appl. Mech. Eng.,
org.in/ojs/index.php/tibao/article/view/221 125(14), pp. 235255.
[7] Silvestri. C., 2008, Development and Validation of a Knee-Thigh-Hip [26] Jasak, H., and Weller, H. G., 2000, Application of the Finite Volume Method
LSDYNA Model of a 50th Percentile Male, Ph.D. thesis, Worcester Polytech- and Unstructured Meshes to Linear Elasticity, Int. J. Numer. Methods Eng.,
nic Institute. 48, pp. 267287.
[8] Anderson, A. E., Ellis, B. J., Maas, S. A., Peters, C. L., and Weiss, J. A., 2008, [27] Fryer, Y. D., Bailey, C., Cross, M., and Lai, C. H., 1991, A Control Volume
Validation of Finite Element Predictions of Cartilage Contact Pressure in the Procedure for Solving Elastic Stress-Strain Equations on an Unstructured
Human Hip Joint, ASME J. Biomech. Eng., 130(5), p. 051008. Mesh, Appl. Math. Model., 15(1112), pp. 639645.
[9] Anderson, A. E., Ellis, B. J., Peters, C. L., and Weiss, J. A., 2008, Cartilage [28] Wheel, M. A., 1996, A Geometrically Versatile Finite Volume Formulation
Thickness: Factors Influencing Multidetector CT Measurements in a Phantom for Plane Elastostatic Stress Analysis, J. Strain Anal. Eng. Des., 31(2), pp.
Study, Radiology, 246(1), pp. 133141. 111116.
[10] Ota, T., Yamamoto, I., and Morita, R., 1999, Fracture Simulation of the Femo-  Ivankovic, A., and Karac, A., 2012, Finite Volume Stress Analy-
[29] Tukovic, Z.,
ral Bone Using the Finite-Element Method: How a Fracture Initiates and sis In Multi-Material Linear Elastic Body, Int. J. Numer. Methods Eng., 93(4),
Proceeds, J. Bone and Mineral Metabolisms, 17(2), pp. 108112. pp. 400419.
[11] Yosibash, Z., Padan, R., Joskowicz, L., and Milgrom, C., 2007, A CT- [30] Demirdzic, I., and Martinovic, D., 1993, Finite Volume Method for Thermo-
Based High-Order Finite Element Analysis of the Human Proximal Femur Elasto-Plastic Stress Analysis, Comput. Methods Appl. Mech. Eng., 109, pp.
Compared To In-Vitro Experiments, ASME J. Biomech. Eng., 129(3), pp. 331349.
297309. [31] Demirdzic, I., Dzafarovic, E., and Ivankovic, A. I., 2005, Finite-Volume
[12] Taddei, F., Martelli, S., Reggiani, B., Cristofolini, L., andViceconti, M., 2006, Approach to Thermoviscoelasticity, Numer. Heat Transfer, Part B: Fundamen-
Finite-Element Modeling of Bones from CT Data: Sensitivity to Geometry and tals, 47(3), pp. 213237.
Material Uncertainties, IEEE Trans. Biomed. Eng., 53(11), pp. 21942200. [32] Bijelonja, I., Demirdzic, I., and Muzaferija, S., 2005, A Finite Volume Method
[13] Orwoll, E. S., Marshall, L. M., Nielson, C. M., Cummings, S. R., Lapidus, J., for Large Strain Analysis of Incompressible Hyperelastic Materials, Int. J.
Cauley, J. A., Ensrud, K., Lane, N., Hoffmann, P. R., Kopperdahl, D. L., and Numer. Methods Eng., 64(12), pp. 15941609.
Keaveny, T. M., 2009, Finite Element Analysis of the Proximal Femur [33] Cardiff, P., Karac, A., and Ivankovic, A., 2012, Development of a Finite Vol-
and Hip Fracture Risk in Older Men, J. Bone and Mineral Res., 24(3), pp. ume Contact Solver Based on the Penalty Method, Comput. Mater. Sci., 64,
475483. pp. 283284.
[14] Harris, M. D., Anderson, A. E., Henak, C. R., Ellis, B. J., Peters, C. L., and [34] Tropsa, V., Georgiou, I., Ivankovic, A., Kinloch, A. J., and Williams, J. G.,
Weiss, J. A., 2012, Finite Element Prediction of Cartilage Contact Stresses in 2006, OpenFOAM in Non-Linear Stress Analysis: Modelling of Adhesive
Normal Human Hips, J. Orthop. Res., 30, pp. 11331139. Joints, First OpenFOAM Workshop, Zagreb, Croatia.

Journal of Biomechanical Engineering JANUARY 2014, Vol. 136 / 011006-7

Downloaded From: http://fuelcellscience.asmedigitalcollection.asme.org/ on 05/27/2015 Terms of Use: http://asme.org/terms


[35] Jasak, H., and Weller, H., 2000, Finite Volume Methodology for Contact [54] ANSYS Inc. ANSYS ICEM CFD 13.0 user manual, 2011, http://www.ansys.
Problems of Linear Elastic Solids, Proceedings of the third International com/Products/OtherProducts/ANSYSICEMCFD
Conference of Croatian Society of Mechanics, Cavtat/Dubrovnik, 7, pp. 253260. [55] Charnwood Dynamics Ltd., 2011, http://www.codamotion.com
[36] Cardiff, P., 2012, Development of the Finite Volume Method for Hip Joint [56] Central Remedial Clinic, Gait analysis at the gait lab, 2011, http://www.crc.ie
Stress Analysis, Ph.D. thesis, University College Dublin. [57] Kitware Inc. and VTK, 2012, VTK File Formats: The VTK Users Guide.
[37] Karac, A., and Ivankovic, 2009, Investigating the Behaviour of Fluid-Filled www.kitware.com
Polyethylene Containers Under Base Drop Impact: A Combined Experimental/ [58] Kitware Inc. and Paraview, ParaView Users Guide, 2012, http://
Numerical Approach, Int. J. Impact Eng., 36(4), pp. 621631. www.paraview.org
[38] Kanyanta, V., Ivankovic, A., and Karac, A., 2009, Validation of a Fluid- [59] Cardiff, P., Karac, A., Tukovic, Z., and Ivankovic, A., 2012, Development of a
Structure Interaction Numerical Model for Predicting Flow Transients in Finite Volume Based Structural Solver for Large Rotation of Non-Orthogonal
Arteries, J. Biomech., 42(11), pp. 17051712. Meshes, Seventh OpenFOAM Workshop, Darmstadt, Germany.
[39] Kelly, A., and ORourke, M. J., 2010, Two System, Single Analysis, Fluid- [60] Goel, V. K., Valliappan, S., and Svensson, N. L., 1978, Stresses in the Normal
Structure Interaction Modelling of the Abdominal Aortic Aneurysms, Proc. Pelvis, Comput. Biol. Med., 8, pp. 91104.
IMechE Part H, 224(H8), pp. 955970. [61] Dalstra, M., Huiskes, R., Odgaard, A., and Van Erning, L., 1993, Mechanical and
[40] Weller, H. G., Tabor, G., Jasak, H., and Fureby, C., 1998, A Tensorial Textural Properties of Pelvic Trabecular Bone, J. Biomech., 26(45), pp. 523535.
Approach to Computational Continuum Mechanics Using Object Orientated [62] Jonkers, I., Sauwen, N., Lenaerts, G., Mulier, M., Van Der Perre, G., and
Techniques, Comput. Phys., 12(6), pp. 620631. Jaecques, S., 2008, Relation Between Subject-Specific Hip Joint Loading,
[41] The OpenFOAM Extend Project, 2012, http://www.extend-project.de Stress Distribution in the Proximal Femur and Bone Mineral Density Changes
[42] The OpenFOAM Foundation, 2012, http://www.openfoam.org After Total Hip Replacement, J. Biomech., 41, pp. 34053413.
[43] Cardiff, P., Karac, A., Flavin, R., FitzPatrick, D., and Ivankovic, A., 2012, [63] Pustoch, A., and Cheze, L., 2009, Normal and Osteoarthritic Hip Joint
Modelling the Muscles for Hip Joint Stress Analysis Using a Finite Volume Mechanical Behaviour: A Comparison Study, Med. Biol. Eng. Comput., 47(4),
Methodology, 18th Bioengineering In Ireland, Belfast, Northern Ireland. pp. 375383.
[44] Bergmann, G., Deuretzbacher, G., Heller, M., Graichen, F., Rohlmann, A., [64] Taylor, M., Tanner, K. E., Freeman, M. A. R., and Yettram, A. L., 1995,
Strauss, J., and Duda. G. N., 2001, Hip Contact Forces and Gait Patterns From Cancellous Bone Stresses Surrounding The Femoral Component of a Hip Pros-
Routine Activities, J. Biomech., 34, pp. 859871. thesis: An Elastic-Plastic Finite Element Analysis, Med. Eng. Phys., 17(7), pp.
[45] G. E. Healthcare, 2012, http://www.gehealthcare.com 544550.
[46] Pieper, S., Lorensen, B., Schroeder, W., and Kikinis, R., 2006, The NA-MIC [65] Mesfar, W., and Shirazi-Adl, A., 2005, Biomechanics of the Knee Joint in
Kit: ITK, VTK, Pipelines, Grids and 3D Slicer as an Open Platform for the Medi- Flexion Under Various Quadriceps Forces, The Knee, 12, pp. 424434.
cal Image Computing Community, Proceedings of the Third IEEE International [66] Muzaferija, S., 1994, Adaptive Finite Volume Method Flow Prediction Using
Symposium on Biomedical Imaging: From Nano to Macro, Vol. 1, pp. 698701. Unstructured Meshes and Multigrid Approach, British Thesis Service. Univer-
[47] Misch, C. E., 2008, Contemporary Implant Dentistry, 3rd ed., Mosby Elsevier. sity of London.
[48] Vollmer, J., Mencl, R., and Muller. H., 1999, Improved Laplacian Smoothing [67] Hodge, W. A., Fijan, R. S., Carlson, K. L., Burgess, R. G., Harris, W. H., and
of Noisy Surface Meshes, Eurographics, 18(3), pp. 131138. Mann, R. W., 1986, Contact Pressures in the Human Hip Joint Measured
[49] Meshlab, 2012, http://meshlab.sourceforge.net In Vivo, Proc. Natl. Acad. Sci. USA, 83(9), pp. 28792883.
[50] Cignoni, P., Rocchini, C., and Scopigno, R., 1998, Metro: Measuring Error on [68] Phillips, A. T. M., Pankaj, P., Howie, C. R., Usmani, A. S., and Simpson, A. H.
Simplified Surfaces, Computer Graphics Forum, 17(2), pp. 167174. R. W., 2007, Finite Element Modelling of the Pelvis: Inclusion of Muscular
[51] Campen, M., Kobbelt, L., andAttene. M., 2012, A Practical Guide to Polygon and Ligamentous Boundary Conditions, Med. Eng. Phys., 29(7), pp. 739748.
Mesh Repairing, Eurographics 33rd Annual Conference of the European Asso- [69] Wolff, J., 1986, The Law of Bone Remodeling (translation of the German 1892
ciation for Computer Graphics, Cagliari, Sardinia, France. edition), Springer, Berlin Heidelberg New York.
[52] Cifuentes A. O., and Kalbag, A., 1992, A Performance Study of Tetrahedral [70] Cardiff, P., Karac, A., and Ivankovic, A, 2014, A Large Strain Finite Volume
and Hexahedral Elements in 3-D Finite Element Structural Analysis, Finite Method for Orthotropic Bodies with General Material Orientations, Computer
Elements in Analysis and Design, 12, pp. 313318. Methods Appl. Mech. Eng., 268, pp. 118.
[53] Ramos, A., and Simoes, J. A., 2006, Tetrahedral Versus Hexahedral Finite [71] Carolan, D., Tukovic, Z.,  Murphy, N., and Ivankovic, A, 2013, Arbitrary
Elements in Numerical Modeling of the Proximal Femur, Med. Eng. Phys., 28, Crack Propagation in Multi-phase Materials Using the Finite Volume Method,
pp. 916924. Comput. Materials Sci., 69, pp. 153159.

011006-8 / Vol. 136, JANUARY 2014 Transactions of the ASME

Downloaded From: http://fuelcellscience.asmedigitalcollection.asme.org/ on 05/27/2015 Terms of Use: http://asme.org/terms

Você também pode gostar