decay_heat_with_nuclear

时间:2021-05-22 17:46:52
【文件属性】:
文件名称:decay_heat_with_nuclear
文件大小:13KB
文件格式:ZIP
更新时间:2021-05-22 17:46:52
Ruby 衰变热核 从React堆堆芯中去除核燃料时,这是获得核燃料衰变热的简单方法。 使用3种方法ASB9-2 , ANS-1973和ANS-1979进行计算。 安装此gem并要求它 gem install decay_heat_with_nuclear require 'decay_heat_with_nuclear' 您需要一个哈希 哈希将如下所示: hash = { ts: array, t0: array } 其中ts是Time after remove (sec) ,t0是Cumulative reactor operating time (sec) 从这个宝石计算 DecayHeatWithNuclear.run(hash) 然后您将获得哈希数据,例如: output_hash = { a
【文件预览】:
decay_heat_with_nuclear-master
----Rakefile(29B)
----Gemfile(108B)
----.gitignore(588B)
----lib()
--------decay_heat_with_nuclear()
--------run_this.rb(2KB)
--------decay_heat_with_nuclear.rb(447B)
----decay_heat_with_nuclear.gemspec(1KB)
----README.md(1KB)
----LICENSE.txt(7KB)

网友评论