How to solve a system of PDAEs with eigenvalue

  • Thread starter Thread starter ktsharp
  • Start date Start date
  • Tags Tags
    Eigenvalue System
ktsharp
Messages
8
Reaction score
0
I have the following system of partial differential algebraic equations:

[ tex ] \frac{1}{H_p}\frac{\partial H_p}{\partial t} = - \frac{\partial W_p}{\partial x} - \frac{f1(H_p,c_p,W_p)}{H_p}, [ \tex ]
\frac{1}{H_p}\frac{\partial}{\partial t}(H_p c_p} = - \frac{\partial}{\partial x}(W_p c_p) - \frac{f2(H_p,W_p,c_p)}{H_p}, [\tex]<br /> 0 = f2(H_p,c_p,W_p) + f3(H_p,c_p,W_p). [\tex]&lt;br /&gt; &lt;br /&gt; with the following conditions:&lt;br /&gt; Hp(x,0) = 5&lt;br /&gt; Wp(x,0) = s1(x)&lt;br /&gt; cp(x,0) = s2(x)&lt;br /&gt; &lt;br /&gt; Hp(0,t) = s3(t)&lt;br /&gt; Wp(0,t) = W0&lt;br /&gt; Wp(L,t) = 0&lt;br /&gt; d(cp)/dx (L,t) = 0&lt;br /&gt; &lt;br /&gt; How can I solve this numerically?
 
Physics news on Phys.org
type "/tex" not "\tex" (or "$$") :wink:
ktsharp said:
I have the following system of partial differential algebraic equations:

\frac{1}{H_p}\frac{\partial H_p}{\partial t} = - \frac{\partial W_p}{\partial x} - \frac{f1(H_p,c_p,W_p)}{H_p},
\frac{1}{H_p}\frac{\partial}{\partial t}(H_p c_p) = - \frac{\partial}{\partial x}(W_p c_p) - \frac{f2(H_p,W_p,c_p)}{H_p},
0 = f2(H_p,c_p,W_p) + f3(H_p,c_p,W_p).
 
  • Like
Likes 1 person
[UPDATED]

I have the following system of partial differential algebraic equations:

\frac{1}{H}\frac{\partial H}{\partial t} = - \frac{\partial W}{\partial x} - \frac{f_1(H,c,W)}{H},
\frac{1}{H}\frac{\partial}{\partial t}(H c) = - \frac{\partial}{\partial x}(W c) - \frac{f_2(H,W,c)}{H},
0 = f_2(H,c,W) + f_3(H,c,W).

with the following conditions:
H(x,0) = 5
W(x,0) = s1(x)
c(x,0) = s2(x)

H(0,t) = s3(t)
W(0,t) = W0
W(L,t) = 0
d(c)/dx (L,t) = 0

How can I solve this numerically?
 
Back
Top