- Use a simplified "cooling system", assign a temperature, so I don't need to design/scale a cooling system just yet.
- Use VERY large volume as Anode and Cathode, to simulate constant boundary condition for the MEA. Mimic the typical condition in the MEA in the volumes. Enable S port for H2 & O2 removal. Trial and error to get the yH2 & yO2 right.
- Now we have a test harness, scale up MEA to get more power. increase area, or increase number of cells.
Can the PEM Fuel Cell Simscape model be scaled down to 100 W?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Adapting the MathWorks PEM Fuel Cell System (Simscape-based) to a low-power application, specifically a 100 W PEMFC stack.
I would like to know if anyone has successfully scaled down this model for such low power, and if so, what specific parameters or subsystems need the most attention (e.g., MEA parameters, flow channel sizing, or thermal management).
Any shared experiences, parameter tuning advice, or model references would be very helpful in guiding my adaptation process.
0 commentaires
Réponses (1)
Yifeng Tang
le 6 Juin 2025
I can share a case study where the original model is scaled UP by 4 times, to around 400kW. Maybe you can repeat the workflow for your application.
In "PEMFuelCellSystemStep1.slx", the goal is to properly scale up the stack model. This includes
In "PEMFuelCellSystemStep2.slx", the goal is to properly scale up anode side. With 4x size of the whole system, we now need 4x H2 flow, which requires us to scale up all diameter by 2, area by 4, volume by 4, etc.
In "PEMFuelCellSystemStep3.slx", the goal is to properly scale up cathode side. With 4x size of the whole system, we now need 4x H2 flow, which requires us to scale up all diameter by 2, area by 4, volume by 4, etc. The compressor map also needs to be adjusted to produce 4x mass flow.
In "PEMFuelCellSystemStep4.slx", the goal is to properly scale up the thermal management. It now needs to provide 4x cooling capacity. This includes scaling up the pipe diameters, length, heat transfer area, port area, pump max flow, etc.
Finally, in "PEMFuelCellSystemScale400kW.slx", the electrical load is scaled up by 4 times and the full model is tested with the pre-defined load profiles.
You may follow the steps, and think what physically needs to be changed and try to get those reflected in the model/block parameters.
Hope this helps.
5 commentaires
Yifeng Tang
le 30 Juil 2025
I suggest that you change the values in the script where the parameters are define, then "reinitialize".

Voir également
Catégories
En savoir plus sur Foundation and Custom Domains dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!