Primary helium to secondary air system (brayton) turbine not working #28108
Unanswered
oh304
asked this question in
Q&A Modules: Thermal Hydraulics
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you summarize what you've changed from the example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! I hope you are well.
I have been using some components in moose to create a system where a heat source from some power heats up a primary system with a pressuriser, pump and heat exchanger. This primary system works fine, and I can see a nice heat up through the pipes, and eventually passing through the heat exchanger.
The heat exchanger is modelled using the HeatTransferFromHeatStructure1Phase component, connecting the primary and secondary pipes through a cylindrical heat structure:
The secondary loop is then almost entirely copied from the closed brayton example in MOOSE:
https://mooseframework.inl.gov/moose/modules/thermal_hydraulics/examples/brayton_cycle/brayton_cycle.html
I then model the shaft, motor compressor and turbine as in the example above:
My issue is, the turbine doesn't seem to be working. The system is initialised through a motor powering the compressor. The motor then rampsdown, however the shaft speed falls with it. The pressure ratio in the turbine increases whilst the motor is on, but as it falls, the turbine then stops working and the pressure ratio returns to 1 for the rest of the simulation. This is not what I expect of course, but cannot understand what I am missing to get past this.
Please let me know if I'm missing anything obvious, and thank you for your time! :)
Oscar
Beta Was this translation helpful? Give feedback.
All reactions