Search found 3 matches

by ziron999
Wed Sep 28, 2016 12:10 pm
Forum: General discussion
Topic: Accumulator / Solar panel ratio
Replies: 168
Views: 606563

Re: Accumulator / Solar panel ratio

is there a reason why it's 20/24? 84/100 goes down to 21/25? dividing by 4
by ziron999
Mon Sep 26, 2016 1:58 am
Forum: General discussion
Topic: Accumulator / Solar panel ratio
Replies: 168
Views: 606563

Re: Accumulator / Solar panel ratio

original ratio guess = 0.84 ... original solution: 70 solar to every 100 accumulators 0.85 solution: 70.9(71) to every 100 accumulators is 0.8508 pretty close...honestly it's so minor that 7 to every 10 should be fine even if 0.85 is right. this is quick programming there is problems...if it can't ...
by ziron999
Sat Sep 24, 2016 1:41 pm
Forum: General discussion
Topic: Accumulator / Solar panel ratio
Replies: 168
Views: 606563

Re: Accumulator / Solar panel ratio

original ratio guess = 0.84 float numOfSolarPanels = 1; const float powerOfSolarPanels = 60; //vanilla value float numOfAccumlators = 100; //calculate per 100 accumlators const float powerOfAccumlators = 5000; //vanilla value const float ratioGuess = 0.85; if ((numOfSolarPanels * powerOfSolarPanels)...

Go to advanced search