-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A new calculation model for thermal management #61
Comments
Above is the big picture of the model. And here comes the detail. ReactorA reactor produce Thermal Power quantified by MW. GeneratorA generator convert part of Thermal Power * time into electric energy stored in batteries, quantified by MegaJoules. 1MJ = 1MW * 1s Thermal powered enginesThermal powered engines use all the thermal power that the energy source can provide. RadiatorRadiators dissipate the waste heat by thermal radiation. The radiation power is confined to Boltzmann Law. Microwave ReceiverAct like a generator, but it is a converting MegaJoules measured electrical energy into MJ and Thermal Power with an efficiency. At the same time, it act as a thermal source. That Thermal power can further be used as input of generators or just turn into WH and dissipates by radiators. Thermal ReceiverAct as a Microwave Receiver with the internal MJ generator shut down (i.e. electrical energy converting efficiency is 0). All received power is Thermal Power and of course act as a thermal source. This power can further be used by a generator or thermal powered engines or just turn into WH and dissipates by radiators. The calculation modelThe calculation model is slightly different from original model by delay the WH calculation into radiators.
I believe the most words above is just the author wants in the very first. So here I point out the most prominent part to define NEW:
|
The core/dissipating temperature and power output are calculated as described below:
|
Giving a reactor with minimal output temperature 1500K and unlimited power output, and a generator connected to it with k_i = 1MW/K and efficiency 30%, 4 radiators with maximum temperature 3500K. Each radiator has a kr_i of 0.05MW/K and surface area of 5m^2. When generator (the thermal sink) is demanding and a battery charging the maximum output Ps is reached. Solving it by using the Boltzmann Law, a radiator at its maximum dissipating power is to have a temperature of 3500K and dissipating at 7682449 W/m^2 * 5m^2 = 39MW. Total dissipating power is 39 * 4 = 156MW. The total thermal conductance power is (3500K-0K) * 0.5MW/K *4 = 700MW which is enough to dissipating 156MW. The Ts is then 156MW/4/0.5MW/K + 3500K = 3578K. Similarly, the minimal demanding condition can also be calculated: |
The current calculation is some what unreal and cause many naughty problems such as #60 .
Here I present a more realistic model for heat and radiation calculation.
The primary energy source (reactors) just produce energy. The core temperature of a reactor and it's power output is internal relative by an arbitrary function.
The use of it's output energy power is then divided into two part: the Power to do Work, and the Power to heat up the body.
A generator is able to convert the power into Mega-joules that can further be stored in batteries and Waste heat that heat up the body.
A thermal power based engine is able to convert the power into Thermal Energy that can only be stored as waste heat or used immediately as driving energy.
When the waste heat accumulates that heat the radiator beyond its highest functional rate, The energy source must be shutdown or the vessel will eventually explode.
The text was updated successfully, but these errors were encountered: