New Reply

DC conduction equation in Matlab

 
Share Thread Thread Tools
Feb14-13, 02:44 AM   #1
 

DC conduction equation in Matlab


Hello

I am solving DC conduction equation in Matlab. My equation is 1/r * ∂/∂r [r*σ* ∂V/∂r]=∂ρ/∂t
My equation is 1D(only varies with radius) and time dependent. i am using pdepe solver.The space charge ( ρ) is the time dependent variable. But the form of matlab pdepe solver the time dependent is the unknown term V. Can alyone help me how to solve this equation with pdepe or other solvers.

Thanks
 
PhysOrg.com
PhysOrg
engineering news on PhysOrg.com

>> Researchers use light projector and single-pixel detectors to create 3-D images
>> GPS solution provides 3-minute tsunami alerts
>> Single-pixel power: Scientists make 3-D images without a camera
Feb14-13, 04:50 AM   #2
 
Good Morning Mattw,

So, a few questions:

Your unknown is [itex]V\left(t,r\right )[/itex]?
[itex]\rho \left (t,r\right)[/itex] is known for all [itex]t[/itex] and [itex]r[/itex]?

J.
 
Feb14-13, 04:58 AM   #3
 
Hi jfgobin

the space charge distribution ρ(t,r) is unknown.
 
Feb14-13, 05:00 AM   #4
 

DC conduction equation in Matlab


Mattw, so you are trying to solve for both [itex]V[/itex] and [itex]\rho[/itex].

What is your second equation?
 
Feb14-13, 05:01 AM   #5
 
Or is is just Maxwell's?
 
Feb14-13, 05:14 AM   #6
 
Hi jfgobin

ρ(t,r) is just the continuti equation from Maxwell's.

I am solving this equation with matlab, and i am using pdepe solver. at the beginning if i assume my problem is in steady state then i can make ∂ρ/∂t zero. But the problem is i cant make "C"( coefficient of the time dependent term) zero in pdepe solve. Do you have any idea if there is matlab PDE solver for 1/r * ∂/∂r [r*σ* ∂V/∂r]=0 OR how to make "c" zero in pdepe solver?

Thanks
 
New Reply

Tags
conductivity, dc space charge
Thread Tools


Similar Threads for: DC conduction equation in Matlab
Thread Forum Replies
Heat Conduction Equation - BVP Advanced Physics Homework 8
Conduction - Heat Equation - Units Don't Add Up!! Mechanical Engineering 1
Heat Transfer: Matlab 2D Conduction Engineering, Comp Sci, & Technology Homework 0
2D Heat Conduction - MATLAB help Engineering, Comp Sci, & Technology Homework 2
2d steady state conduction matlab help Engineering, Comp Sci, & Technology Homework 0