Inquiry with Modeling Hydrogen Diffusion Through Palladium Filters in MATLAB
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Torsten
il 24 Mag 2024
Modificato: Torsten
il 24 Mag 2024
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
il 24 Mag 2024
Modificato: John D'Errico
il 24 Mag 2024
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.
Risposte (1)
Ziggy Hoffnung
il 10 Giu 2024
For details on the equations which PDE Toolbox can solve, see this link:
0 Commenti
Vedere anche
Categorie
Scopri di più su PDE Solvers in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!