coefiecent of time dependent in pdepe solver
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Walter Roberson
le 27 Avr 2013
Is this a different question than your earlier http://www.mathworks.co.uk/matlabcentral/answers/63443-coefiecent-of-time-dependent-in-pdepe-solver
Réponses (0)
Voir également
Catégories
En savoir plus sur Mathematics and Optimization dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!