Skip to content

Commit

Permalink
Merge pull request #167 from jhinebau/feature/UofT_work
Browse files Browse the repository at this point in the history
accidentally deleted a line
  • Loading branch information
jhinebau committed Jul 10, 2014
2 parents dc4fb85 + 19bb653 commit 1e19b1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sgl_conduit.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@


#setting up network
=======
sgl = OpenPNM.Network.Cubic(name = 'SGL10BA', loglevel = 40)
sgl.generate(divisions = [26, 26, 10], add_boundaries = True, lattice_spacing = [Lc])

Expand Down Expand Up @@ -104,7 +103,9 @@
for x in range(21):
OP_1.update(seq = max_inv_seq*(x/20))

print('seq = '+str(round(max_inv_seq*(x/20)))+' Pa out of '+str(round(max_inv_seq))+' total sequences')
print('seq = '+str(round(max_inv_seq*(x/20)))+' Seq out of '+str(round(max_inv_seq))+' total sequences')

modes = ['strict', 'loose']

for mode_increment in range(len(modes)):
#adding multiphase conductances
Expand Down

0 comments on commit 1e19b1e

Please sign in to comment.