Boundary conditions with pde solver

I would like to implement the following boundary conditions in the simulation of an adsorption fixed bed:
t >0 x=0 (column inlet) u=uo (40 mg/L, initial composition)
t >0 x=L (column outlet) du/dx=0 (no flux)
Thanks

Answers (1)

Hi
Please refer to the below link on how to implement boundary conditions

Community Treasure Hunt

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

Start Hunting!