Skip to content

Commit 88445ca

Browse files
committed
Adds jupyter notebooks for non polarised examples
1 parent 21a1d66 commit 88445ca

File tree

7 files changed

+3858
-1
lines changed

7 files changed

+3858
-1
lines changed

RATapi/examples/non_polarised/.ipynb_checkpoints/DSPC_custom_layers-checkpoint.ipynb

Lines changed: 861 additions & 0 deletions
Large diffs are not rendered by default.

RATapi/examples/non_polarised/.ipynb_checkpoints/DSPC_custom_xy-checkpoint.ipynb

Lines changed: 782 additions & 0 deletions
Large diffs are not rendered by default.

RATapi/examples/non_polarised/.ipynb_checkpoints/DSPC_standard_layers-checkpoint.ipynb

Lines changed: 523 additions & 0 deletions
Large diffs are not rendered by default.

RATapi/examples/non_polarised/DSPC_custom_XY.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def DSPC_custom_XY():
3232
3333
where VFn is the Volume Fraction of the n'th layer.
3434
"""
35-
# Start by making the class and setting it to a custom layers type:
35+
# Start by making the class and setting it to a custom XY type:
3636
problem = RAT.Project(name="Orso lipid example - custom XY", model="custom xy", geometry="substrate/liquid")
3737

3838
# We need to add the relevant parameters we are going to need to define the model

RATapi/examples/non_polarised/DSPC_custom_layers.ipynb

Lines changed: 861 additions & 0 deletions
Large diffs are not rendered by default.

RATapi/examples/non_polarised/DSPC_custom_xy.ipynb

Lines changed: 307 additions & 0 deletions
Large diffs are not rendered by default.

RATapi/examples/non_polarised/DSPC_standard_layers.ipynb

Lines changed: 523 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)