Bag

Module summary

Tags: Bag

Bag is designed to simulate the pericardium

Parameters

k [-]: float

Nonlinear exponent

p_ref [Pa]: float

Reference pressure for which hold p(V_ref) = p_ref

V_ref [m3]: float

Reference volume for which hold p(V_ref) = p_ref

Signals

V [m3]: array

Volume enclosed by the Bag

p [Pa]: array

Pressure inside the Bag

Bag

The Bag module is introduced to simulate the effects of the pericardium on the heart. It applies an external pressure on the enclosed cavities. This pressure is dependent on the total volume of all cavities in the Bag, and is given by

(1)\[p(V) = p_{ref} \cdot \left({\frac{V}{V_{ref}}}\right)^k\]

Sensitivity

(Source code, png, hires.png, pdf)

../../../../_images/plot_bag.png

Fig. 1 Black line shows a reference relationship between Cavity volume and transmural pressure. In each plot, red and blue lines represent increased and decreased parameter value, respectively.

circadapt.components.cavity.Bag(model[, objects])

Bag is designed to simulate the pericardium