Liquid Hydrogen Fuel Station
7 ビュー (過去 30 日間)
古いコメントを表示
Good Day !
I am working on developing code for a Subcooled Liquid Hydrogen Fuel station using MATLAB & Simulink. Currently, I saw the code for a liquid-to-gas fuel station, but I require assistance to obtain the MATLAB code specifically for a Subcooled liquid-to-liquid hydrogen fuel station.
Any advice or assistance would be greatly appreciated.
Thank You
1 件のコメント
Yifeng Tang
2025 年 2 月 28 日
Hi Shiva,
Are you familiar with Simscape? What you have in mind should be easier than Liquid-to-gas using Simscape, as no phase change needs to be modeled.
回答 (1 件)
Sam Chak
2025 年 2 月 28 日
Like @Yifeng Tang, I'd also suggest modeling this system using Simscape, as the entire hydrogen refueling station consists of many subsystems. If modeling in MATLAB, each subsystem may require hundreds of lines of code to accurately describe its mechanisms, including various equations and state control logic structures. I'm still learning how to use Simscape.
The graphical approach in Simscape typically bypasses these complexities, allowing the user to primarily specify the values of the parameters and the desired operating conditions of the system. You may refer to the following examples for ideas:

2 件のコメント
Yifeng Tang
2025 年 3 月 4 日
編集済み: Yifeng Tang
2025 年 3 月 4 日
Depending on whether you think phase change is expected to be important in your system, you may choose to use the Thermal Liquid (if phase change isn't expected) or Two-Phase Fluids (if phase change is expected) to model the LH2 network. I am leaning towards TL at this point, but you would know this better. Simscape Fluids should have most if not all components you showed in your diagram. It looks to me that what you have isn't that different from a regular liquid network (say coolant, water, oil, etc.), just at a low temperature and having different properties.
Suggestion on steps toward a model as you shown in the diagram:
(1) Complete Simscape Onramp.
(2) decide on whether you need thermal liquid or two phase. Get the fluid properties needed.
(3) read this documentation page and understand the framework of "test harness" for components. the other content on this page doesn't matter as much.
(4) gather a set of steady-state operation condition, or "design condition", including pressure, temperature, heat flow at various locations. Looks like you already have some of that in your diagram.
(5) build test harness models to parametrize key components, like pump, valve, long pipes. Don't try to build the full model.
(6) once you have finished (5), gradually assemble parametrized components into a model. Run the model as often as possible when adding components to your model. Add control if necessary. Identify issue early before the full model is assembled.
Be patient, good luck, happy modeling :D
参考
カテゴリ
Help Center および File Exchange で Thermal Liquid Library についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!