carputils
Doxygen code documentation for the python framework controlling openCARP
|
Functions | |
def | linear_fibre_rule (endo, epi, unit='degrees') |
Generate a linear fibre rule in the format expected by :class:carputils.mesh.Ring and :class:carputils.mesh.Ellipsoid . More... | |
def carputils.mesh.fibres.linear_fibre_rule | ( | endo, | |
epi, | |||
unit = 'degrees' |
|||
) |
Generate a linear fibre rule in the format expected by :class:carputils.mesh.Ring
and :class:carputils.mesh.Ellipsoid
.
For example, for a +60/-60 fibre rule:
For more details on mesh generation and definition of fibres, see :ref:generating_fibres
.
endo | float Fibre helix angle on the endocardium |
epi | float Fibre helix angle on the epicardium |
unit | str, optional One of ['degrees', 'radians'], the type of units endo and epi are specified in, defaults to degrees |