|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Generate a simple four-chamber like geometry, providing a few parameters. More...
Classes | |
| class | FourChamber |
Variables | |
| xrange = range | |
| p60m60 = linear_fibre_rule(60, -60) | |
| float | r_lv = 25.0 |
| float | r_rv = 30.0 |
| float | r_la = 15.0 |
| float | r_ra = 20.0 |
| float | thickness_lv = 10.0 |
| float | thickness_rv = 5.0 |
| float | thickness_la = 3.0 |
| float | thickness_ra = 3.0 |
| float | height_biv = 15.0 |
| float | height_la = 12.5 |
| float | height_ra = 12.5 |
| mesh | |
| list | surfaces |
| bbox_biv = mesh.biv_bounding_box | |
| bbox_la = mesh.la_bounding_box | |
| bbox_ra = mesh.ra_bounding_box | |
| reg_box_biv = BoxRegion(bbox_biv[0], bbox_biv[1], 1) | |
| reg_box_la = BoxRegion(bbox_la[0], bbox_la[1], 2) | |
| reg_box_ra = BoxRegion(bbox_ra[0], bbox_ra[1], 2) | |
Generate a simple four-chamber like geometry, providing a few parameters.
| carputils.mesh.fourch.bbox_biv = mesh.biv_bounding_box |
| carputils.mesh.fourch.bbox_la = mesh.la_bounding_box |
| carputils.mesh.fourch.bbox_ra = mesh.ra_bounding_box |
| float carputils.mesh.fourch.height_biv = 15.0 |
| float carputils.mesh.fourch.height_la = 12.5 |
| float carputils.mesh.fourch.height_ra = 12.5 |
| carputils.mesh.fourch.mesh |
| carputils.mesh.fourch.p60m60 = linear_fibre_rule(60, -60) |
| float carputils.mesh.fourch.r_la = 15.0 |
| float carputils.mesh.fourch.r_lv = 25.0 |
| float carputils.mesh.fourch.r_ra = 20.0 |
| float carputils.mesh.fourch.r_rv = 30.0 |
| list carputils.mesh.fourch.surfaces |
| float carputils.mesh.fourch.thickness_la = 3.0 |
| float carputils.mesh.fourch.thickness_lv = 10.0 |
| float carputils.mesh.fourch.thickness_ra = 3.0 |
| float carputils.mesh.fourch.thickness_rv = 5.0 |
| carputils.mesh.fourch.xrange = range |
1.8.13