Please enable JavaScript.
Coggle requires JavaScript to display documents.
Addtional ballast anchor calculator (per module look at subarray's net…
Addtional ballast anchor calculator
per module look at subarray's net additional demand >0?
No
NEXT subarray until end
No addtional Ballast or Anchor needed
YES
is the array anchored?
YES
Anchor dominant
HDT
loop through each POS 1>2>3>4 and calculate (Net Demand - Anchor )
Net demand - N1 * Anchor Capacity > 0?
Net demand -( N 1
Anchor 1 + N2
Anchor 1 ) > 0?
2 more items...
number of anchor added = N1
1 more item...
HST
Calculate Available Space in order POS 1>3>2>4
Ballast Dominant, Converter Net Addtional Demand = number of additional Ballast (Delta)
HDT
Do until Delta <= 0, For Each POS1, B = (total capacity - Current Ballast -(2 * IF anchored)) , Delta = Delta -B, Next POS2
ARRAY WEIGHT = ARRAYWAY + DELTAWEIGHT
CALCULATE NEW NETDEMAND
1 more item...
HST
Do until Delta <= 0, For Each POS1, B = (total capacity - (2 * IF anchored)) , Delta = Delta -B, Next POS2
NO
Ballast Dominant, Converter Net Addtional Demand = number of additional Ballast (Delta)
HDT
Do until Delta <= 0, For Each POS1, B = (total capacity - Current Ballast -(2 * IF anchored)) , Delta = Delta -B, Next POS2
ARRAY WEIGHT = ARRAYWAY + DELTAWEIGHT
HST
Do until Delta <= 0, For Each POS1, B = (total capacity - (2 * IF anchored)) , Delta = Delta -B, Next POS2