massflow mine-block import command

Syntax

massflow mine-block import s

Import a mine block description. The description is contained in the file s.

MassFlow mine block format specification

A MassFlow CSV-format, comma-delimited mine block file with the following specifications:

Line 1 - Header. The following columns are mandatory:

Easting, Northing, Elevation, CavePeriod, BlockID, SolidsDen, InSituPor, MaxPor, FricAng, PriFragA, PriFragB, TenStrA, TenStrB, UCS, PercK1, PercK2, and PercVMR, in non-strict order but strict name.

See Block Model for the meaning of these parameters.

Extra columns with information about mine block ore grades can be added. There is no limit to the number of extra columns that can be added. Information in these columns is available as labels in the mineblock plot item and through the FISH functions massflow.mineblock.ore.name and massflow.mineblock.ore.value.

Line 2 onwards - Actual values for each of the column defined in Line 1

The code block below shows a portion of a MassFlow mineblock file.

 Easting,Northing,Elevation,CavePeriod,CavePerioDyn,BlockID,SolidsDen,InSituPor,MaxPor,FricAng,MeanDia,MeanDiaDyn,PriFragA,PriFragB,TenStrA,TenStrB,UCS,PercK1,PercK2,PercVMR,KIMB3DG,KIMB3F,KIMB3B
 1225,-1658,205,1,1,1,2.6,0,0.2,42,0.2,0.2,0.86,0.45,2.5,5,60000,11,4.5,0.5,0,0,0
 1235,-1658,205,1,1,2,2.6,0,0.2,42,0.2,0.2,0.86,0.45,2.6,6,60000,11,4.5,0.5,0,0,0
 1245,-1658,205,1,1,3,2.6,0,0.2,42,0.2,0.2,0.86,0.45,2.7,7,60000,11,4.5,0.5,0,0,0
...