Hello everyone,
I am trying to model the process of laser ablation on a material using MATLAB. The governing equation is of the form:
∂T(x,t)/∂t = ∂/∂x(A*∂T/∂x) + B*exp(-C*t2)*exp(-D*x)
with one Initial condition and two boundary conditions.
Using the built-in 'pdepe' function in Matlab...