coefiecent of time dependent in pdepe solver
1 view (last 30 days)
Show older comments
Hello
I have the electrostatic equation like this ∇.(σ∇V)=∂ρ/∂t and if we write this in cylindrical coordinate it becomes: (1/r) *∂/∂r (rσ ∂V/∂r)=∂ρ/∂t and ρ is given by ρ=-(ε∇V ). So if u substitute the value of ρ it to the cylindrical equation: (1/r) *∂/∂r (rσ ∂V/∂r)=∂(-(ε∇V )/∂t.
Now my question is , is it possible to write (1/r) ∂/∂r (rσ ∂V/∂r)=∂(-(ε∇V )/∂t. it to diffusion form. I want the time dependence ∂(-(ε∇V )/∂t to be written [some value]∂V/∂t.
My aim is to solve (1/r) *∂/∂r (rσ ∂V/∂r)=∂(-(ε∇V )/∂t using pdepe solver:
Any help?
Thanks
1 Comment
Walter Roberson
on 27 Apr 2013
Is this a different question than your earlier http://www.mathworks.co.uk/matlabcentral/answers/63443-coefiecent-of-time-dependent-in-pdepe-solver
Answers (0)
See Also
Categories
Find more on Mathematics and Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!