I want to do the above simulation using fick s law with the use of finite differences. My problem is at the set up of the whole problem.
我将从该文件中列举一些价值观和宣言,以及我如何设法加以落实。
<>物理特性:
- The initial volume of the cell ,V0.
- The initial volume of osmotically active water within the cell,Viw0.
这里,我是:
V0 = ... # just a variable
V = sc.zeros(5)
V[0] = ... # this goes for Viw0
www.un.org/Depts/DGACM/index_spanish.htm
- Initial concentration of solute within the cell , Ci0
- Concentration in the bulk medium C7 (this goes out of the cell)
在这方面,我确实:
C = sc.zeros(5)
C[0] = ... #this goes for Ci0
C7 = ...
www.un.org/Depts/DGACM/index_spanish.htm 第一部法律:
F = -D * dc/dx
# F 每一单位的转账率
# c 分散物质集中
# x 空间协调部分正常测量
在此,我不知道这项职能的论点是:
def F(what to put here?):
dc = 0.1 # I don t know what to do with the dc!
return -(D*dc)/dx
此外,如何实施有限的差别方法? (一) 采用这种方法的类别。
以下是与该文件的联系: