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 12d3e06 commit 83e42a5Copy full SHA for 83e42a5
lua/Dam.lua
@@ -1,6 +1,8 @@
1
--- A water in the dam model.
2
-- @arg data.water The initial stock of water measured in m³. The initial value is 5,000,000,000.
3
-- @arg data.inFlow1 The flow of water into the dam each first season. The default is 2e9.
4
+-- @arg data.inFlow2 The flow of water into the dam each second season. The dafault value is 1.5e9.
5
+-- @arg data.currentYear The Flow of water into the dam each tird season.
6
-- @arg data.population The total amount of inhabitants. The default value is 1e5.
7
-- @arg data.consumePerPerson The total amount of water per inhabitant. The default value is 10.
8
-- @arg data.kWh2cubicMeters The total amount of kWh produced by cubic meters. The default value is 100.
0 commit comments