tomdodd4598 / NuclearCraft

NuclearCraft is a Forge mod for Minecraft 1.12.2.
https://www.curseforge.com/minecraft/mc-mods/nuclearcraft-overhauled
MIT License
196 stars 127 forks source link

Suggestions regarding the new heat exchanger design #654

Open wormzjl opened 4 years ago

wormzjl commented 4 years ago

Seen that the heat exchanger is not done for overhaul yet, as a chemical engineer myself I have some suggestions regarding the design.

Here is a simplified schema for a shell-and-tube heat exchanger which is mostly used IRL

image

Normally the heat exchange happens between 2 fluids only in a single HX, it is divided into shell side and tube side where 2 fluids are separated. Usually the pressure on both sides are quiet different .

The material selection depends mostly on the operating conditions (temperature, pressure) and how corrosive the fluid is. Normally it is carbon steel or stainless steel, and sometimes copper or other alloys. The heat exchange efficiency is not always a concern, since one can just build a bigger one (or make a series of them) instead of upgrading to expensive and less mechanically-performant materials.

As for application for nuclearcraft, I’d recommend:

I understand it’s rather different with current implementation, but with this in mind, it’s very easy to make an exchanger that works, but more difficult to make it just right: Player need to optimize the tube type/count and baffle placement based on the fluids on both sides. Please let me know if you are interested in some of these ideas.

Also a question, with current forge fluid system I wonder if it’s possible to have one fluid at 2 different temperatures instead of having two fluids?

tomdodd4598 commented 4 years ago

I've left this unanswered for a while, but should say that when I actually get to implementing the new multiblock, I'll be happy to chat about incorporating these concepts into the 'NuclearCraft-style' framework :)