armi.matProps.tableFunction module

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

class armi.matProps.tableFunction.TableFunction(mat, prop)[source]

Bases: Function

An abstract TableFunction; the base class for other table lookup methods.

Constructor for base Function class.

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

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

static isTable()[source]