pybamm.Parameter(name, domain=[])[source]¶A node in the expression tree representing a parameter
This node will be replaced by a Scalar node by :class`.Parameter`
| Parameters: |
|
|---|
pybamm.FunctionParameter(name, inputs, diff_variable=None)[source]¶A node in the expression tree representing a function parameter
This node will be replaced by a pybamm.Function node if a callable function
is passed to the parameter values, and otherwise (in some rarer cases, such as
constant current) a pybamm.Scalar node.
| Parameters: |
|
|---|
diff(variable)[source]¶See pybamm.Symbol.diff().
get_children_domains(children_list)[source]¶Obtains the unique domain of the children. If the children have different domains then raise an error