Rename some variables in the code

Issue #40 resolved
Raymond Smith created an issue

Change kappa in the electrolyte to sigma.

Change mcond in the bulk solid to sigma_s.

Comments (3)

  1. Edwin Khoo

    Should also make sure the names of variables and functions align with PEP 8 as much as possible.

  2. Raymond Smith reporter

    Note that PEP 8 doesn't seem to make much of a recommendation for local variable names, which is what this issue is actually about. We could make another issue for renaming methods and class definitions to better align with PEP 8.

  3. Log in to comment