Previous topic

Functions

Next topic

Interpolant

This Page

Input Parameter

class pybamm.InputParameter(name)[source]

A node in the expression tree representing an input parameter

This node’s value can be set at the point of solving, allowing parameter estimation and control

Parameters:name (str) – name of the node
new_copy()[source]

See pybamm.Symbol.new_copy().