-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #751 from pybamm-team/issue-492-potentiostatic
Issue 492 potentiostatic
- Loading branch information
Showing
96 changed files
with
1,095 additions
and
531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
docs/source/models/submodels/current_collector/single_particle_potential_pair.rst
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
docs/source/models/submodels/external_circuit/current_control_external_circuit.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Current control external circuit | ||
================================ | ||
|
||
.. autoclass:: pybamm.external_circuit.CurrentControl | ||
:members: | ||
|
11 changes: 11 additions & 0 deletions
11
.../source/models/submodels/external_circuit/function_control_external_circuit.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Function control external circuit | ||
================================= | ||
|
||
.. autoclass:: pybamm.external_circuit.FunctionControl | ||
:members: | ||
|
||
.. autoclass:: pybamm.external_circuit.VoltageFunctionControl | ||
:members: | ||
|
||
.. autoclass:: pybamm.external_circuit.PowerFunctionControl | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
External circuit | ||
================ | ||
|
||
Models to enforce different boundary conditions (as imposed by an imaginary external | ||
circuit) such as constant current, constant voltage, constant power, or any other | ||
relationship between the current and voltage. "Current control" enforces these directly | ||
through boundary conditions, while "Function control" | ||
submodels add an algebraic equation (for the current) and hence can be used to set any | ||
variable to be constant. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
current_control_external_circuit | ||
function_control_external_circuit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.