Inquiry with Modeling Hydrogen Diffusion Through Palladium Filters in MATLAB

3 次查看(过去 30 天)
I am currently working on a project involving the simulation of hydrogen diffusion through palladium filters with various geometric shapes. Specifically, I need to determine the permeability of the palladium filter and understand how this permeability changes when the shape, thickness and compositions of the filter is altered.
I am planning to use MATLAB, particularly the PDE Toolbox, to set up and solve the relevant diffusion equations. I wonder is that possible using MATLAB.
Thank you so much !
  3 个评论
Torsten
Torsten 2024-5-24
编辑:Torsten 2024-5-24
Diffusion processes through filters happen on extremely small scales. How do you plan to set up different geometries, shapes or thicknesses in the PDE toolbox if there are millions of pores to be considered ? You should make experiments and deduce empirical correlations for different filter types instead of simulating in my opinion.
John D'Errico
John D'Errico 2024-5-24
编辑:John D'Errico 2024-5-24
It very much depends upon how you will model diffusion. If you would hope to model the diffusion process on an atomic/molecular level, then you can do literally nothing, because this will be far too complex a process. Even if you could formulate equations, they would take far too long to solve to produce anything meaningful. That means you need to model the process at a very high level, where all you need to worry about are large scale parameters like diffusivity. You need to worry about isotropy for diffusion, if the substrate is isotropic, then much the better as it makes the model simpler yet.
Honestly though. I'm not sure what you are looking to learn here. If you make the model simple enough, then all you need are things like the thickness of the media, the area, and the diffusivity. You should be able to calculate the flow at that point, with no need for a PDE solver. The point being, once the media becomes fully saturated, then there is no time dependency.

请先登录,再进行评论。

回答(1 个)

Ziggy Hoffnung
Ziggy Hoffnung 2024-6-10
For details on the equations which PDE Toolbox can solve, see this link:

标签

Community Treasure Hunt

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

Start Hunting!

Translated by