pybamm.BaseBatteryModel(options=None, name='Unnamed battery model')[source]¶Base model class with some default settings and required variables
Extends: pybamm.BaseModel
process_parameters_and_discretise(symbol, parameter_values, disc)[source]¶Process parameters and discretise a symbol using supplied parameter values and discretisation. Note: care should be taken if using spatial operators on dimensional symbols. Operators in pybamm are written in non-dimensional form, so may need to be scaled by the appropriate length scale. It is recommended to use this method on non-dimensional symbols.
| Parameters: |
|
|---|---|
| Returns: | Processed symbol |
| Return type: |