File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ def post_init(self):
133
133
self .rhos = self .rhos0
134
134
self .Xstar = self .D0Ca / self .sedimentationrate
135
135
self .Tstar = self .Xstar / self .sedimentationrate
136
- self .b = (self .b / 1e4 ) * 0.8 ** 3 / ( 0.8 * 3 )
136
+ self .b = (self .b / 1e4 )
137
137
self .m2 = self .m1
138
138
self .n2 = self .n1
139
139
self .DCa = self .D0Ca
@@ -205,8 +205,8 @@ class Solver():
205
205
'''
206
206
dt : float = 1.e-6
207
207
# t_range is the integration time in units of T*.
208
- t_range : int = 30
209
- solver : str = "explicit "
208
+ t_range : int = 1
209
+ solver : str = "scipy "
210
210
# Beware that "scheme" and "adaptive" will only be propagated if you have
211
211
# chosen py-pde's native "explicit" solver above.
212
212
scheme : str = "euler"
You can’t perform that action at this time.
0 commit comments