Gregtech++ [GT++] [GTplusplus]

Gregtech++ [GT++] [GTplusplus]

94.1k Downloads

Nuclear Power

draknyte1 opened this issue ยท 17 comments

commented

So, I want other peoples thoughts on how to implement nuclear reactors.

I wish to use molten salts but otherwise it's open as to how people would like it implemented.
Varying outputs in terms of power and isotopes (Breeder reactors will be a thing too.)

@leagris @bear989 @muramasa- @Dream-Master

Remaining:

Add recipes for each casing and the Controller.
Improve build design, add another layer or two.

commented

I would reccomend molten salt reactors as another type. Additionaly, it would be nice to se, assuming your reactors are multiblocks, that each type of reactor, uranium, thorium, plutonium, salt, would have to be built differently.

commented

Ugh sorry for spam, hit the enter key for a new line and comment was posted. What I was going to say was, you should have as a return item, nuclear waste that can be centrifuged to get different elements. Much in the same way as reactorcraft does this. Anyways, I will think about it more tommorow.

commented

Any and all suggestions are welcome.

Molten salt is already something I am considering, easily achievable through solar towers.

commented

I have always wanted a GT Nuclear Reactor of some sort. Maybe Naquadah can be included too.

My wishes would be to also allow the reactor to heat coolant (Which could be pretty easy with an optional Input Hatch) to use with the Large Heat Exchanger and also, when it's done, PR with the head fork please!

commented

Being a GT Multiblock, it's not realistically that hard to make..

The biggest pain will probably be the recipe handler, to be honest,

commented

Considering this is it's own type of Reactor, I'll probably do a quick implementation of it this afternoon.
https://en.wikipedia.org/wiki/Liquid_fluoride_thorium_reactor

Thorium is always overlooked as a viable option, but no longer :D

commented

Thinking about Naquadah some more:
It could possibly be the best "fuel" for the reactor, but of course requires fusion for a steady supply. Maybe along with the option of creating plasma from fusion, you could manufacture Naquadah and use that in a Fluid Nuclear Reactor for extremely efficient power.

commented

Okay, one thing I would recommend would be reading up on this page, https://en.wikipedia.org/wiki/Nuclear_reactor . The one thing that would make your reactors different and far better than any other reactor at present would be make them realistic, and by that I mean make it more than just a plop down and forget reactor. Make them require monitoring and have the possibility of a meltdown, have certain blocks that when in use are radioactive and must be sealed in a room, should you go in the room you only have a minute to live regardless of the amour you are wearing due to the extreme radiation. Yes I know this would be a lot of work, but ti would make your mod stand out and it would be unique. As always, I will be thinking of more things for you.

EDIT: Another Suggestion, would be to add ReactorCraft support.

commented
            generateIC2FluidCell("HydrofluoricAcid");
            generateIC2FluidCell("SulfurDioxide");
            generateIC2FluidCell("SulfurousAcid");
            generateIC2FluidCell("SulfuricApatite");
            generateIC2FluidCell("UraniumHexaFluoride");
            generateIC2FluidCell("UraniumTetraFluoride");
            generateIC2FluidCell("ThoriumTetraFluoride");

Slowly adding the components to create Molten Salt Fuels, as well as the materials for Pebble bed reactors. Trying to keep everything as realistic as possible, Nq is definitely a viable option for very high tier reactors.. just wonder if using it directly as fuel or making it into a salt fuel is better :D

commented

73f56f9 - Did some more work on FLiBe fuels.

commented

2016-11-07_00 15 29
2016-11-07_01 23 04
2016-11-07_01 23 10
2016-11-07_01 23 14
2016-11-07_01 23 21

commented
commented

Fast Breeders will be next.
LFTR type is already complete.

commented

You can change the fusion reactor? To make it more difficult, have a multiblock and generate more energy?

commented

I could add more tiers for Fusion, if it's not difficult enough. Please explain your idea in a bit of detail and I'll see what I can do. :)

commented

2016-12-27_21 38 27
2016-12-27_21 38 33
2016-12-27_21 38 35
2016-12-31_18 27 02
2016-12-31_18 27 04
2016-12-31_18 27 05

commented

finished in a35fbfb