Skip to content

Commit

Permalink
[models: Sail] Add self.ke attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaris committed Jun 8, 2018
1 parent 107842d commit 22405c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyrism/models/models.py
Expand Up @@ -599,6 +599,7 @@ def __calc(self):

att = 1. - sigf
m = np.sqrt(att ** 2. - sigb ** 2.)
self.ke = m
sb = sdb * self.ks + sdf * self.kt
sf = sdf * self.ks + sdb * self.kt
vb = dob * self.ks + dof * self.kt
Expand Down

0 comments on commit 22405c1

Please sign in to comment.