mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-09 11:34:26 +08:00
Make working in log conductivity a bit more explicit.
Should be fixed in the actual implementation, and use SimPEG maps instead of forcing the user to work in weird units.
This commit is contained in:
@@ -9,6 +9,7 @@ import matplotlib.pyplot as plt
|
||||
M = Mesh.TensorMesh([np.ones(40)])
|
||||
M.setCellGradBC('dirichlet')
|
||||
params = Richards.Empirical.HaverkampParams().celia1990
|
||||
params['Ks'] = np.log(params['Ks'])
|
||||
E = Richards.Empirical.Haverkamp(M, **params)
|
||||
|
||||
bc = np.array([-61.5,-20.7])
|
||||
|
||||
Reference in New Issue
Block a user