I want to simulate an adsorbent bed for a chemical reactor by solving a set of partial differential equations. I want to reduce eq_1 and eq_2 to a set of ordinary differential equations via finite volume techniques for spatial terms. Ct , DL and eb are constants, i have trouble in finding a suitable model and technique in FiPy code.
Basically i want to form a 1D simulation with 100 slices where gas species i,j etc. start at x=0 and travel to the rest of the column. What type of model should i use? I have checked the exampled from FiPy code website but could not find the exact recipe that I wish.
Thanks,