fish_heart module

fish_heart.get_pars_fibres(ts, coors, mode=None, which=0, vf=1.0)
Parameters:

ts : TimeStepper

Time stepping info.

coors : array_like

The physical domain coordinates where the parameters shound be defined.

mode : ‘qp’ or ‘special’

Call mode.

which : int

Fibre system id.

vf : float

Fibre system volume fraction.

fish_heart.get_pressure(ts, coor, bc)
Internal pressure Dirichlet boundary condition.
fish_heart.get_scalar_pressure(tt)
Get scalar pressure given the normalized time tt.
fish_heart.get_traction(ts, coors, mode=None)

Pressure traction.

Parameters:

ts : TimeStepper

Time stepping info.

coors : array_like

The physical domain coordinates where the parameters shound be defined.

mode : ‘qp’ or ‘special’

Call mode.

fish_heart.incwd(filename)
Prepend the directory of this file to filename.
fish_heart.inodir(filename)
Prepend the output directory to filename.
fish_heart.post_process(out, problem, state, extend=False)
fish_heart.select_radius(coors, domain=None, radius=0.0, sense='in')
Select nodes within (sense == ‘in’) or outside (sense == ‘out’) a specified radius.

Previous topic

Developer Guide

This Page