필터 지우기
필터 지우기

Inquiry with Modeling Hydrogen Diffusion Through Palladium Filters in MATLAB

조회 수: 3 (최근 30일)
Junhyeong
Junhyeong 2024년 5월 23일
답변: Ziggy Hoffnung 2024년 6월 10일
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:

카테고리

Help CenterFile Exchange에서 Eigenvalue Problems에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by