Bond Graph Model of Cerebral Circulation: Toward Clinically Feasible Systemic Blood Flow Simulations
Abstract¶
The primary paper Safaei et al. (2018) proposed an anatomically detailed model of the human cerebral circulation that runs faster than real-time on a desktop computer and is designed for use in clinical settings when the speed of response is important. Based on a one-dimensional formulation of the flow of an incompressible fluid in distensible vessels, a lumped parameter model was developed for 218 arterial segments. The proposed model improved simulation speed by approximately 200-fold while preserved accuracy. Bond graph formulation was used to ensure mass and energy conservation. The model predicted the pressure and flow signatures in the body.
1Introduction¶
The primary paper Safaei et al. (2018) aimed to achieve two goals in cardiovascular system modelling: making the model subject-specific and fast enough to be useful in a clinical setting. An existing cardiovascular model, Anatomically Detailed Arterial Network (ADAN) model Blanco et al. (2015), utilises a detailed geometry of the cardiovascular system and simulates the blood flow by solving 1D version of the Navier-Stokes equations in compliant domains. The primary paper developed a 0D compartmentalised model to predict the haemodynamics of the same subject. The model is formulated as a system of Ordinary Differential Equations (ODE) which is 200x faster to solve, thus enabling real-time simulations. Compared to the 1D model, the 0D model achieved a prediction accuracy of within %, for the blood flow and pressure during one cardiac cycle. A closed-loop is formed by providing components representing the venous return to the heart. With 218 arterial segments in the body, the model predicted the detailed blood flow signature towards various tissue beds. The model is publicly accessible at Physiome Model Repository: https://
2Model Description¶
In the 0D model, instead of treating blood vessels as a continuum, they were modelled as segments in a compartmentalised manner. A bond graph approach was used to represent each segment of a vessel. Bond graph formulation concerns the mass and energy flows in and out of the vessel, following the fundamental laws of mass and energy conservation. The bond graph components for a blood vessel model include resistance, capacitance, and inductance. Resistance is associated with energy dissipation, while capacitance and inductance are associated with energy storage. The parameters describe the integrated properties of the segment, following the assumptions that blood is an incompressible Newtonian fluid flowing through distensible vessels.
The resistance of the vessel segments was evaluated from the 1D Navier-Stokes equation, assuming a parabolic flow profile under laminar and stationary flow conditions. The capacitance was evaluated for a homogeneous linear elastic material with constant Young’s Modulus, and using the theory of thin shells. The inductance was calculated based on the mass inertial effects. The vessel segments were assumed to have a uniform circular cross-section throughout.
The complete cardiovascular system model consisted of three parts: heart, systemic loop, and pulmonary loop (see Figure 1). The pulmonary circulation was based on the model in Blanco & Feijóo (2013). The heart was modelled as a four-chamber pump, as described in Safaei et al. (2018). The systemic loop covered the rest of the vessels. The arterial geometry was based on ADAN model Blanco et al. (2015). The peripheral blood flow resistance for distal vessels at the end of truncated arteries was evaluated based on Blanco et al. (2014). Six venous components were modelled in the systemic loop. It shall be noted that the schematic in the primary paper (figure 10) mistakenly included only one venous component. Figure 1 is a corrected version of the schematic of the cardiovascular model.
By connecting the arterial network and the components in the schematic (see Figure 1), a closed-loop was formed to simulate the full cycle of blood flow through the cardiovascular system. A system of ODEs can be formulated that governs the dynamics of the cardiovascular system.
The model was implemented in CellML. The CellML scripts were arranged as shown in Figure 2. The model involves four scripts: BG_Modules.cellml contains a library of bond graph components, Parameters.cellml collects all the model constants and parameters, Units.cellml stores the unit settings and Main.cellml constructs the final model by mapping the bond graph components following the anatomy.
3Computational Simulation¶
The simulation file main_ADAN-218.sedml contains the computational setting for running the model. Open the .sedml file in OpenCOR and click Run Simulation. The simulation requires cardiac cycles to reach a stabilised periodic solution. The final solution corresponds to the results plotted in figure 15 in the primary paper. The model was run for ten cardiac cycles () using a s time step, with tolerance and CVODE solver. The computation took about in a desktop computer with an Intel CORE i5 CPU. To obtain the plots of simulation results, export the csv file from OpenCOR and run MATLAB script csvPlotsGenerator.m (can be found in Physiome Model Repository) to generate the plots.
4Model Results¶
The simulated results for blood pressure and flow rate for the closed-loop cardiovascular system are reproduced, as shown in Figure 3. The results correspond to figure 15 in the primary paper.
5Discussion¶
The strength of the model is in the near real-time simulation speed compared to 1D solvers, which shows potential in clinical use. The simulated results are sufficiently close to that of the ADAN model, which demonstrates the model reliability. A potential improvement of the model includes developing a model for tapering vessels as many arteries do not satisfy the assumption of uniform radius along the segment.
Acknowledgments¶
SS acknowledges the financial support provided by the Aotearoa Foundation.
- Safaei, S., Blanco, P. J., Müller, L. O., Hellevik, L. R., & Hunter, P. J. (2018). Bond Graph Model of Cerebral Circulation: Toward Clinically Feasible Systemic Blood Flow Simulations. Frontiers in Physiology, 9, 148.
- Blanco, P. J., Watanabe, S. M., Passos, M. A. R., Lemos, P. A., & Feijóo, R. A. (2015). An anatomically detailed arterial network model for one-dimensional computational hemodynamics. IEEE Transactions on Biomedical Engineering, 62(2), 736.
- Blanco, P. J., & Feijóo, R. A. (2013). A dimensionally-heterogeneous closed-loop model for the cardiovascular system and its applications. Medical Engineering & Physics, 35(5), 652–667.
- Blanco, P. J., Watanabe, S. M., Dari, E. A., Passos, M. A. R., & Feijóo, R. A. (2014). Blood flow distribution in an anatomically detailed arterial network model: criteria and algorithms. Biomechanics and Modeling in Mechanobiology, 13(6), 1303–1330.