PDEPE solver with x-dependent diffusion constant

Hello,
according to the documentation of the PDEPE solver one can use diffusion constant values that are dependent on x. However, if I calculate a simple 1 D model and set the c value with an if statement in the solver, I find that the system converges to entirely different values than it did before. This should not be the case, the diffusion should go slower in the more rigid parts, but the endvalues should be exactly the same.
This also happens if I do not use an if statement buf for example c=sin(x). Is this a major bug? How can i cirumvent this?
Greetings, Thomas

 Akzeptierte Antwort

Torsten
Torsten am 18 Mär. 2015

0 Stimmen

The diffusion coefficient is under the d/dx-operator - so how can you put it in the c-array ?
You must define f=Diff*DuDx where Diff is the diffusion coefficient (which may depend on x).
If this does not answer your question, we will have to see the MATLAB code to give further advice.
Best wishes
Torsten.

2 Kommentare

Thomas
Thomas am 18 Mär. 2015
Thank you, that was exactly what was going wrong. Splendid!
Ronald
Ronald am 4 Mai 2016
Bearbeitet: Ronald am 4 Mai 2016
Torsten: If I understand it corrctly, the constant Diff under the d/dx-operator refers to diffusivity (physically)? Since in d^2/dx^2 T - c d/dt T=0, the constant 1/c refers to diffusivity.
Nevertheless it should be possible to make the parameter c in the pdepe framework time-dependent, right? Do you maybe know how to realize this? Because the solver supposes c has the diagonal elements for each c_i of the pde-system, it is quite confusing.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Mathematics and Optimization finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 17 Mär. 2015

Bearbeitet:

am 4 Mai 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by