massflow.mineblock.installmarkers

Syntax

i = massflow.mineblock.installmarkers(mb,i<,f>)

Manually install markers into mineblock mb. The marker type to be installed is given by i. The types are as follows:

-2: unbulked for IMZ growth

-1: unbulked for collapse

0: unbulked for rilling

1: partially bulked

2: fully bulked

3: air

Optionally, if air markers are being installed, the porosity can be specified as f (between 0 and 1). If no value is given, the default is 0.5.

The function retuirns the number of markers created.

Returns:

i - number of markers created

Accepts:

i - the marker type to be installed f - (optional) the porosity of air markers

Arguments:

mb - mineblock pointer