We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd90ab5 commit 9188d3fCopy full SHA for 9188d3f
exercises/concept/meltdown-mitigation/conditionals.py
@@ -8,7 +8,7 @@ def is_criticality_balanced(temperature, neutrons_emitted):
8
:param neutrons_emitted: int or float - number of neutrons emitted per second.
9
:return: bool - is criticality balanced?
10
11
- A reactor is said to be critical if it satisfies the following conditions:
+ A reactor is said to be balanced in criticality if it satisfies the following conditions:
12
- The temperature is less than 800 K.
13
- The number of neutrons emitted per second is greater than 500.
14
- The product of temperature and neutrons emitted per second is less than 500000.
0 commit comments