cell volumetrics

cell volumetrics

The cell volumetrics module provides cell-by-cell volumetrics data. It produces an output field with volume, mass, cell-center, and contaminant data attached to every cell in the grid. The user selects the analyte, basis, units, and soil properties, and the module computes volumetric data on a per-cell basis. Aggregate values across all selected cells are also reported in the Information window, and results can optionally be written to a tab-delimited file suitable for import into programs like Excel.

Ports

DirectionNameTypeDescription
InputInput FieldFieldThe field to use for calculations.
InputString For OutputStringString to be added at the beginning of the Output Results file.
OutputOutput FieldFieldThe main output field with cell volumetric data.
OutputNumeric Output 1NumberA numeric value computed from the expression.
OutputNumeric Output 2NumberA numeric value computed from the expression.
OutputNumeric Output 3NumberA numeric value computed from the expression.
OutputString Output 1StringA string value computed from the expression.
OutputString Output 2StringA string value computed from the expression.

Properties

PropertyTypeDescription
Allow RunBooleanWhen the Allow Run toggle is set to on the module will run every time a setting is changed.
ExecuteButtonThis button will force the module to run even if the Allow Run toggle has been turned off. This allows the user to make a number of changes before updating.
Z ScaleDoubleThe Z exaggeration factor applied to the input field.
ExplodeDoubleThe Explode factor applied to the input field.
Update Information WindowBooleanWhen on, the module sends a structured aggregate report to the Information window every time it runs.

Input Settings

PropertyTypeDescription
Nodal Data ComponentChoiceThe Nodal Data Component used to subset the input. Options are populated from the input field.
Nodal UnitsLinked Analyte UnitThe Nodal Units are set based on the input data and the selected Nodal Data Component. The Multiplier is the ratio of the user’s input units to grams/grams (for example, 1e-6 for mg/kg/ppm). The Calculation Type determines what type of units to process the Nodal Data Component in.
Coordinate UnitsLinked Coordinate UnitThe Coordinate Units are set based on the coordinate units of the input model. The Multiplier is the ratio of the user’s input units to liters (for example, 1000 for cubic meters).

Output Settings

PropertyTypeDescription
Volume UnitsChoice: Cubic Feet, Cubic Yards, Cubic Meters, Liters, Acre Feet, Barrels, SpecifyVolume Units is used to select which units the volume should be calculated in.
Volume Units RatioDoubleIf the Volume Units is set to Specify, the user must set the Volume Units Ratio. The ratio should be the factor needed to convert between the user-specified units and liters. For example, for cubic meters the ratio would be 1000.
Volume Specified UnitsStringIf the Volume Units is set to Specify, the user must set the Volume Specified Units label. This label will be used in the output.
Mass UnitsChoice: Kilograms, Metric Tons, Pounds, U.S. Short Tons, Ounces (Troy), SpecifyMass Units is used to select which units the mass should be calculated in.
Mass Unit RatioDoubleIf the Mass Units is set to Specify, the user must set the Mass Unit Ratio. The ratio should be the factor needed to convert between the user-specified units and kilograms.
Mass Specified UnitsStringIf the Mass Units is set to Specify, the user must set the Mass Specified Units label. This label will be used in the output.
Output Field DataMulti-select: Current Cell, Cell Center X, Cell Center Y, Cell Center Z, Soil Volume, Soil Mass, Chem Volume, Chem Mass, Average Concentration, Water Volume, Water Mass, Air Volume, Air Mass, Total ActivityThe Output Field Data selection determines which cell data components are included in the Output Field.
Output Results To FileBooleanThe Output Results To File toggle causes cell volumetrics to write a file, specified by the Filename, that contains all volumetrics information in a format suitable for input to programs like Excel (tab delimited .txt file). The file is opened in append mode and will grow as cell volumetrics is run. Delete or move the file when finished with it.
Overwrite FileBooleanThe Overwrite File toggle creates a new file when on, or appends to an existing file when off.
FilenameStringThe filename for output.

Output Port Settings

PropertyTypeDescription
Numeric Expression 1StringPython expression for the first numeric output port. Use variable names like SoilVolume, ChemicalMass, AverageConcentration, CenterOfMassX, etc. to reference cell volumetrics aggregate values.
Numeric Expression 2StringPython expression for the second numeric output port.
Numeric Expression 3StringPython expression for the third numeric output port.
String Expression 1StringPython f-string expression for the first string output port. Use {VariableName} placeholders such as {VolumeUnits}, {MassUnits}, {AnalyteName}, etc. to reference cell volumetrics values.
String Expression 2StringPython f-string expression for the second string output port.