In GitLab by @mkovari on Aug 15, 2014, 14:00
There is an odd fudge when calculating the Central Solenoid currents.
cohbof = min(fcohbof, 1.0D0)
fcohbof = max(fcohbof, -1.0D0)
where
fcohbof = ratio of OH coil overall current density at BOF / coheof,
coheof = OH coil overall current density at EOF.
I assume that cohbof is the CS current density at BOF.
I believe the two constraints should be sufficient:
(26) OH coil EOF current density limit,
(27) OH coil BOP current density limit,
without the need for this fudge.
(Formerly change request 43b)
In GitLab by @mkovari on Aug 15, 2014, 14:00
There is an odd fudge when calculating the Central Solenoid currents.
cohbof = min(fcohbof, 1.0D0)fcohbof = max(fcohbof, -1.0D0)where
fcohbof= ratio of OH coil overall current density at BOF / coheof,coheof= OH coil overall current density at EOF.I assume that
cohbofis the CS current density at BOF.I believe the two constraints should be sufficient:
(26) OH coil EOF current density limit,
(27) OH coil BOP current density limit,
without the need for this fudge.
(Formerly change request 43b)