-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
190 additions
and
262 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
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 |
---|---|---|
@@ -1,11 +1,136 @@ | ||
remove stack.json from repo | ||
:orphan: | ||
|
||
================== | ||
Json input example | ||
================== | ||
|
||
comment on volumeFraction entry in interface.json | ||
In this page, we present an example of a json input | ||
|
||
change density from interface to active material | ||
|
||
fix nominal concentration | ||
TODO | ||
==== | ||
|
||
fix thermal property in electrolyte | ||
* comment on volumeFraction entry in interface.json | ||
* change density from interface to active material | ||
* fix nominal concentration | ||
* fix thermal property in electrolyte | ||
* remove thermal model. | ||
|
||
remove thermal model. | ||
Simulation | ||
========== | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/simulation.json | ||
:language: json | ||
|
||
Battery | ||
======= | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/battery.json | ||
:language: json | ||
|
||
Negative Electrode | ||
================== | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/negativeElectrode.json | ||
:language: json | ||
|
||
Coating | ||
======= | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/coating.json | ||
:language: json | ||
|
||
Active Material | ||
=============== | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/activeMaterial.json | ||
:language: json | ||
|
||
Interface | ||
========= | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/interface.json | ||
:language: json | ||
|
||
Solid Diffusion | ||
=============== | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/solidDiffusion.json | ||
:language: json | ||
|
||
Binder | ||
====== | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/binder.json | ||
:language: json | ||
|
||
Conducting Additive | ||
=================== | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/conductingAdditive.json | ||
:language: json | ||
|
||
Current Collector | ||
================= | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/currentCollector.json | ||
:language: json | ||
|
||
Positive Electrode | ||
================== | ||
|
||
Here, we provide all the parameter in a single json structure without linking to other files. | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/positiveElectrode.json | ||
:language: json | ||
|
||
Electrolyte | ||
=========== | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/electrolyte.json | ||
:language: json | ||
|
||
Separator | ||
========= | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/electrolyte.json | ||
:language: json | ||
|
||
Thermal Model | ||
============= | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/thermalComponent.json | ||
:language: json | ||
|
||
Geometry | ||
======== | ||
|
||
We consider the 3D demo model, see :ref:`here<3dgeometry>` | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/geometry.json | ||
:language: json | ||
|
||
Model Specification | ||
=================== | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/modelSpecification.json | ||
:language: json | ||
|
||
Control | ||
======= | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/control.json | ||
:language: json | ||
|
||
Time Stepping | ||
============= | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/timeStepping.json | ||
:language: json | ||
|
||
State Initialization | ||
==================== | ||
|
||
.. literalinclude:: scripts/jsonfiles/Example/stateInitialization.json | ||
:language: json | ||
|
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"isFile" : true, | ||
"filenames": ["modelSpecification.json", | ||
"battery.json", | ||
"control.json", | ||
"filenames": ["battery.json", | ||
"geometry.json", | ||
"modelSpecification.json", | ||
"control.json", | ||
"timeStepping.json", | ||
"stateInitialization.json"] | ||
} |
Oops, something went wrong.