From cd23a7426c46d7512b41f2cde76485d5e141cd47 Mon Sep 17 00:00:00 2001 From: ym1906 Date: Fri, 12 Jun 2026 16:22:47 +0100 Subject: [PATCH 1/2] Removed defunct variables from the output --- process/models/stellarator/stellarator.py | 48 ----------------------- 1 file changed, 48 deletions(-) diff --git a/process/models/stellarator/stellarator.py b/process/models/stellarator/stellarator.py index a15a6285d..3ebd66a69 100644 --- a/process/models/stellarator/stellarator.py +++ b/process/models/stellarator/stellarator.py @@ -1551,60 +1551,12 @@ def st_fwbs(self, output: bool): "(tritprate)", self.data.fwbs.tritprate, ) - po.ovarre( - self.outfile, - "Nuclear heating on i/b coil (MW/m3)", - "(pnuctfi)", - self.data.fwbs.pnuctfi, - ) - po.ovarre( - self.outfile, - "Nuclear heating on o/b coil (MW/m3)", - "(pnuctfo)", - self.data.fwbs.pnuctfo, - ) po.ovarre( self.outfile, "Total nuclear heating on coil (MW)", "(p_tf_nuclear_heat_mw)", self.data.fwbs.p_tf_nuclear_heat_mw, ) - po.ovarre( - self.outfile, - "Fast neut. fluence on i/b coil (n/m2)", - "(nflutfi)", - self.data.fwbs.nflutfi * 1.0e4, - ) - po.ovarre( - self.outfile, - "Fast neut. fluence on o/b coil (n/m2)", - "(nflutfo)", - self.data.fwbs.nflutfo * 1.0e4, - ) - po.ovarre( - self.outfile, - "Minimum final He conc. in IB VV (appm)", - "(vvhemini)", - self.data.fwbs.vvhemini, - ) - po.ovarre( - self.outfile, - "Minimum final He conc. in OB VV (appm)", - "(vvhemino)", - self.data.fwbs.vvhemino, - ) - po.ovarre( - self.outfile, - "Maximum final He conc. in IB VV (appm)", - "(vvhemaxi)", - self.data.fwbs.vvhemaxi, - ) - po.ovarre( - self.outfile, - "Maximum final He conc. in OB VV (appm)", - "(vvhemaxo)", - self.data.fwbs.vvhemaxo, - ) po.ovarre( self.outfile, "Blanket lifetime (full power years)", From 061a755fbe64d1186ec90e5ebb242ab3f8a24ace Mon Sep 17 00:00:00 2001 From: ym1906 Date: Fri, 12 Jun 2026 16:23:58 +0100 Subject: [PATCH 2/2] Fixed blanket lifeitme variable name --- process/models/stellarator/stellarator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process/models/stellarator/stellarator.py b/process/models/stellarator/stellarator.py index 3ebd66a69..ea61fa889 100644 --- a/process/models/stellarator/stellarator.py +++ b/process/models/stellarator/stellarator.py @@ -1566,8 +1566,8 @@ def st_fwbs(self, output: bool): po.ovarre( self.outfile, "Blanket lifetime (calendar years)", - "(t_bl_y)", - self.data.fwbs.t_bl_y, + "(life_blkt)", + self.data.fwbs.life_blkt, ) if (self.data.heat_transport.ipowerflow == 1) and (