How can I solve this PDE equation?
이전 댓글 표시
∂c/∂t+Q∂c/∂v=Ri
R1=∑_(i=D)^G▒KFiCf
R2=KFDCF-∑_(i=N)^G▒KDiCD
R3=KFNCF+KDNCD-KNGCN
R4=KFG+KDGCD+KNGCN
I.C.: Ci(v,0)=Cis
B.C.: Q(0,t)=Qin &Ci(0,t)=Ci0
댓글 수: 6
Walter Roberson
2016년 10월 15일
Please also post an image of the equations. Your notation is not clear.
You seem to be using i as a subscript with D and G as scalars, a sum over variable i ranging from D to G. But then KDiCD would look to be K*Di*C*D for some unknown K and C, but that would imply that D should be subscripted.
In the definition of R1, you have Cf, and in some of the other places you have CF . Is that a mistake, that they should all be Cf ? Or is Cf a single variable and CF is C*F for some unknown C and F?
Please be clear as to what the parameters are of the system, what the different variable names are, and where the boundaries of the variable names are.
saeed karami
2016년 10월 21일
saeed karami
2016년 10월 21일
Walter Roberson
2016년 10월 21일
Sometimes you use i to subscript, like in R_f and R_D, but what is R_i in the first equation?
In assigning to R_D is that using D as a numeric value like it is used in the definition of R_f ? Or in the definitions of R_f and R_d are D and G and N abstract symbols in some sorted order but non-numeric order not stated here ?
saeed karami
2016년 10월 21일
Walter Roberson
2016년 10월 21일
I do not know how to sum over a range of symbols unless the symbols have been ordered in some way. A summation over an unordered set of symbols is denoted by sigma variable_name element_of set; when you have sigma variable_name = value with upper value given, then it is assumed that the variables are orderable and vary by 1 -- e.g., i = N, i = N+1, i = N+2 ... i = G
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 General PDEs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

