armi.matProps.tableFunction1D module

A simple implementation for a one dimensional table to replace analytic curves in the YAML data files.

class armi.matProps.tableFunction1D.TableFunction1D(mat, prop)[source]

Bases: TableFunction

A one dimensional table function, containing pairs of data.

An example with the YAML format is:

function:
  <var>: 0
  type: table
  tabulated data:
    - [0.0, 0.0]
    - [50, 1e99]
    - [100, 2e-99]
    - [150, 100]

Constructor for TableFunction1D object.

Parameters:
  • mat (Material) – Material object with which this TableFunction1D is associated

  • prop (Property) – Property that is represented by this TableFunction1D