fiqus 2026.1.0__py3-none-any.whl → 2026.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. fiqus/MainFiQuS.py +1 -8
  2. fiqus/data/DataConductor.py +4 -8
  3. fiqus/data/DataFiQuSMultipole.py +358 -167
  4. fiqus/data/DataModelCommon.py +30 -15
  5. fiqus/data/DataMultipole.py +33 -10
  6. fiqus/data/DataWindingsCCT.py +37 -37
  7. fiqus/data/RegionsModelFiQuS.py +1 -1
  8. fiqus/geom_generators/GeometryMultipole.py +751 -54
  9. fiqus/getdp_runners/RunGetdpMultipole.py +181 -31
  10. fiqus/mains/MainMultipole.py +109 -17
  11. fiqus/mesh_generators/MeshCCT.py +209 -209
  12. fiqus/mesh_generators/MeshMultipole.py +938 -263
  13. fiqus/parsers/ParserCOND.py +2 -1
  14. fiqus/parsers/ParserDAT.py +16 -16
  15. fiqus/parsers/ParserGetDPOnSection.py +212 -212
  16. fiqus/parsers/ParserGetDPTimeTable.py +134 -134
  17. fiqus/parsers/ParserMSH.py +53 -53
  18. fiqus/parsers/ParserRES.py +142 -142
  19. fiqus/plotters/PlotPythonCCT.py +133 -133
  20. fiqus/plotters/PlotPythonMultipole.py +18 -18
  21. fiqus/post_processors/PostProcessMultipole.py +16 -6
  22. fiqus/pre_processors/PreProcessCCT.py +175 -175
  23. fiqus/pro_assemblers/ProAssembler.py +3 -3
  24. fiqus/pro_material_functions/ironBHcurves.pro +246 -246
  25. fiqus/pro_templates/combined/CC_Module.pro +1213 -0
  26. fiqus/pro_templates/combined/ConductorAC_template.pro +1025 -0
  27. fiqus/pro_templates/combined/Multipole_template.pro +2738 -1338
  28. fiqus/pro_templates/combined/TSA_materials.pro +102 -2
  29. fiqus/pro_templates/combined/materials.pro +54 -3
  30. fiqus/utils/Utils.py +18 -25
  31. fiqus/utils/update_data_settings.py +1 -1
  32. {fiqus-2026.1.0.dist-info → fiqus-2026.1.2.dist-info}/METADATA +64 -68
  33. {fiqus-2026.1.0.dist-info → fiqus-2026.1.2.dist-info}/RECORD +42 -40
  34. {fiqus-2026.1.0.dist-info → fiqus-2026.1.2.dist-info}/WHEEL +1 -1
  35. tests/test_geometry_generators.py +29 -32
  36. tests/test_mesh_generators.py +35 -34
  37. tests/test_solvers.py +32 -31
  38. tests/utils/fiqus_test_classes.py +396 -147
  39. tests/utils/generate_reference_files_ConductorAC.py +57 -57
  40. tests/utils/helpers.py +76 -1
  41. {fiqus-2026.1.0.dist-info → fiqus-2026.1.2.dist-info}/LICENSE.txt +0 -0
  42. {fiqus-2026.1.0.dist-info → fiqus-2026.1.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
- fiqus/MainFiQuS.py,sha256=edv6-4VzlBVUCo35eqmnAVrh7f1daLGEpJhJmVsD9Mw,21915
1
+ fiqus/MainFiQuS.py,sha256=dMcGLWX7HF9-I8T_X1tb1e9ez3v5CeGjlJJfPxU-0-k,21755
2
2
  fiqus/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- fiqus/data/DataConductor.py,sha256=srdHdqqxfANeQYbfQB2jl1UllVhHwoPv3vrQ7ZhNbRk,27823
3
+ fiqus/data/DataConductor.py,sha256=fDhWHccsy9bbPk0Ofe2dEuE8rhIMUSTNO9CQQ2TYtB4,27702
4
4
  fiqus/data/DataFiQuS.py,sha256=xsGhww-q7zW15-9C2wlMR8pspEfafOvaENOzhwR8yi0,5967
5
5
  fiqus/data/DataFiQuSCCT.py,sha256=__3AEMvalYm_YgCV9RK-hr9T7e_Dvvx3fBcqbToQWUw,7285
6
6
  fiqus/data/DataFiQuSConductor.py,sha256=HpPelDwQsGbgNoX3SdwHQYcTMCHq8vMmi0C-EGpxWeA,3392
@@ -8,14 +8,14 @@ fiqus/data/DataFiQuSConductorAC_CC.py,sha256=fF_g2Ao5Q_vy2g5EcxSGbstHETYP2YKJH2B
8
8
  fiqus/data/DataFiQuSConductorAC_Rutherford.py,sha256=mEZYPqIMzovyt-7vwD16dMScwwrX2ZTkmn1MmZI4rNM,30037
9
9
  fiqus/data/DataFiQuSConductorAC_Strand.py,sha256=vyVcY9IIVbTvOVP1AkbTLafcv2TSM02BHQ6Fxy3ZDbY,38089
10
10
  fiqus/data/DataFiQuSHomogenizedConductor.py,sha256=2MIJHJ51nB3_7Gx4St0tFfKh07vFhVu3DzXVNvntsMY,22854
11
- fiqus/data/DataFiQuSMultipole.py,sha256=_rX9zP-xNTZioVmu4NCaFVWF66ipesp8cSiB0pmKsG4,32377
11
+ fiqus/data/DataFiQuSMultipole.py,sha256=GiErxzISEFWN6nbfH8IUlZ_hbvvgu64nWipd8ciTDa4,42746
12
12
  fiqus/data/DataFiQuSPancake3D.py,sha256=czgDU-h_XBq3OLqFOllr8zLx_MxQoCiWo84DsyOhhbo,136611
13
- fiqus/data/DataModelCommon.py,sha256=UoMdZSaHTghal0X9DeNiGUzMNdjolwMy9IRNaQQh38s,23491
14
- fiqus/data/DataMultipole.py,sha256=-UUxtgdn32NKxZt3-p-3p5lDcdxlGN9uPlVeLJB9u2E,6323
13
+ fiqus/data/DataModelCommon.py,sha256=v78jhX4oL7aro2t2Uzo7HTvUIB2Z5_pOBL_gzd_dQcA,24255
14
+ fiqus/data/DataMultipole.py,sha256=-T1RWiK9Z5WDOeRrzozR3M5hUN5GjJcr6E95NNeVzE0,7577
15
15
  fiqus/data/DataRoxieParser.py,sha256=2qlyUmrFOJw7CT2CDs3psv_B7GNtpkTcJoRwpVHr_C0,9277
16
16
  fiqus/data/DataSettings.py,sha256=zs5sEYUk4xjeMc_j8gt3PMji7V0yyMYizpXxBKv0aB0,3799
17
- fiqus/data/DataWindingsCCT.py,sha256=qqqxO4VG6rsKpNEImkA1hjrUMyS4UFNfVG_ioQd4ML8,1709
18
- fiqus/data/RegionsModelFiQuS.py,sha256=6FTJBE0D4snVivMnKpS4NPJFFrdoZjmpR4KmMNF74R4,6795
17
+ fiqus/data/DataWindingsCCT.py,sha256=45af8J8iAAiRlhO1eIjHsngNUWgpZAZ_UGL3aF8AJCI,1672
18
+ fiqus/data/RegionsModelFiQuS.py,sha256=d1cdNZoHb8Ge0x04Jeneq0ShNjkVAOqPy4ry0W6A1VI,6739
19
19
  fiqus/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  fiqus/geom_generators/GeometryCCT.py,sha256=t-b4M3XQ7cZlB-_gR59A5sC6qXIldsfBCDqvxSSS9gs,49902
21
21
  fiqus/geom_generators/GeometryConductorAC_CC.py,sha256=B98dl6rlOOZBUX1qw1MVxOq5I3UwkkAUtAnAROry4D8,69785
@@ -23,7 +23,7 @@ fiqus/geom_generators/GeometryConductorAC_Rutherford.py,sha256=8_-YkhpqElDrMl27s
23
23
  fiqus/geom_generators/GeometryConductorAC_Strand.py,sha256=0MXKxyodC4Q6Ie4ryiIqgdRmyFsEZrFAc_Tu9yW5wuA,100610
24
24
  fiqus/geom_generators/GeometryConductorAC_Strand_RutherfordCopy.py,sha256=TME2ZKV7f_UClhr_8E_ss7hWBom-0MDpQVr__nF05wY,100975
25
25
  fiqus/geom_generators/GeometryHomogenizedConductor.py,sha256=vaJu5374gFHzWiCjMbRglSqbdE46qDRkZ4Gt6exCvH0,7616
26
- fiqus/geom_generators/GeometryMultipole.py,sha256=NXJXZY6WCf37kkjUa3mJG85zX5-uDPSz26HM_z7P7Nw,156639
26
+ fiqus/geom_generators/GeometryMultipole.py,sha256=hk2aGaOYdcPXYJUN6qfzABnHx_XIWJN1odr_pibRg2k,201017
27
27
  fiqus/geom_generators/GeometryPancake3D.py,sha256=mefxCg7It69jSMqV4y1-dniy2rwjs0phcXH0Ly-9myQ,180157
28
28
  fiqus/geom_generators/GeometryPancake3DUtils.py,sha256=nmOEKtqzUWB5xbITFkIiO38FeLeIydFxtLrRyZXVQPg,23679
29
29
  fiqus/geom_generators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -32,7 +32,7 @@ fiqus/getdp_runners/RunGetdpConductorAC_CC.py,sha256=KlxIBc8iCRfjoGH-wqwq7DHqz16
32
32
  fiqus/getdp_runners/RunGetdpConductorAC_Rutherford.py,sha256=v3SPfTBZCK24qKF_IoS_drqfxWWWWMXfiG4E-g1ijAY,9869
33
33
  fiqus/getdp_runners/RunGetdpConductorAC_Strand.py,sha256=VUMMu6qmx8zYhRp1tqZac8tjJbsVhrJmW2EvxP9NcHc,23043
34
34
  fiqus/getdp_runners/RunGetdpHomogenizedConductor.py,sha256=tzWZKqguyE7vdW1LNm4QKRG7AftdmXfPOZ36Ku6pQGU,8871
35
- fiqus/getdp_runners/RunGetdpMultipole.py,sha256=mYinMVQDJx2zAZIypFbl7bybu7h3TKjlExZ5evZpqYU,8200
35
+ fiqus/getdp_runners/RunGetdpMultipole.py,sha256=OXjYMOP9xKsiTDVo9PDFopdpW9BabimzZAbxWx62gUc,14892
36
36
  fiqus/getdp_runners/RunGetdpPancake3D.py,sha256=bXqd8hRbH-XFmZ50i4q9cE7slNAiiNz2zi3hGI1RLYY,10876
37
37
  fiqus/getdp_runners/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  fiqus/mains/MainCCT.py,sha256=XpDPlj5n8B70ksOF6AHaeTXB752kN7CMLktISoXqirA,4422
@@ -40,70 +40,72 @@ fiqus/mains/MainConductorAC_CC.py,sha256=R4hwF7uLScZDs6vUlt63JxPTEpcAkiCmpP_m5nv
40
40
  fiqus/mains/MainConductorAC_Rutherford.py,sha256=nmV5pAiMbypFQ-sRts5iAgEPOOsZyJNRTnKNvFQWdxQ,3084
41
41
  fiqus/mains/MainConductorAC_Strand.py,sha256=taZ10hr-c3Mmn83WwsKtar6Ezm3DvODwvmkem5_XZI4,5511
42
42
  fiqus/mains/MainHomogenizedConductor.py,sha256=MoxSJq1ypnldsOMyxq8kS-57WTDqCvCl-s6Jo-eqc8E,3962
43
- fiqus/mains/MainMultipole.py,sha256=2f1AyYjKikxg5vEknHLsDFBhbL1eOhpPx_YO1Rf_2uk,9700
43
+ fiqus/mains/MainMultipole.py,sha256=jzMVszA5CNGlSh2RW1E-5UGU0sQSTFCNTcJBuR2mtog,14592
44
44
  fiqus/mains/MainPancake3D.py,sha256=JgmKqcjUOGmodxZoWXfLxKpp-w6_bX1r6XIhqNTQduU,23561
45
45
  fiqus/mains/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
- fiqus/mesh_generators/MeshCCT.py,sha256=j2Qj69tdFb-weQnNgv5zi6dkL3ZJxGRdzKqzjlYdIy8,11436
46
+ fiqus/mesh_generators/MeshCCT.py,sha256=e2oERrb2Vp7W8eAptijFq1vi-cUbYS_T3jCDqH3foIg,11227
47
47
  fiqus/mesh_generators/MeshConductorAC_CC.py,sha256=zj79ciB2MT3V0Y4wyoMb5ZLsrHAa-dm4cfJnO8aipZQ,54503
48
48
  fiqus/mesh_generators/MeshConductorAC_Rutherford.py,sha256=xFrBLFInqrzZ-eTvHOv3732spMVxDC3gZHbX1x_SDjQ,14789
49
49
  fiqus/mesh_generators/MeshConductorAC_Strand.py,sha256=EvQ_adA1lUEcgfOQ9-m2G6FuWTioFRQrC0en-Nn_ztg,48041
50
50
  fiqus/mesh_generators/MeshConductorAC_Strand_RutherfordCopy.py,sha256=LundceEIHHgL3MDIVAk1pU1gyrEBtj2A43Jh7UoOdWE,48153
51
51
  fiqus/mesh_generators/MeshHomogenizedConductor.py,sha256=gkwBRssdV3IvCZybdbwKrOuOsp7kUO0yfsvavGGpYmY,13126
52
- fiqus/mesh_generators/MeshMultipole.py,sha256=vxFdVphkpqOCWx5725oGmYHrK6RfB8RoW3bWLsALc78,97227
52
+ fiqus/mesh_generators/MeshMultipole.py,sha256=fABC_BHIVagjHgAIcWewOopqROXCtUqwX7uHbEghfQg,137265
53
53
  fiqus/mesh_generators/MeshPancake3D.py,sha256=u31glrOUPGityJ5S0z4n3SvI_Vqqyh62jv7OXIq3-lY,126975
54
54
  fiqus/mesh_generators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
- fiqus/parsers/ParserCOND.py,sha256=nQyRRZf2Jbvf6ri5rdhq2P6b52Qbp2tTHuDRT4ChxHI,41376
56
- fiqus/parsers/ParserDAT.py,sha256=eLbpr74BDoSw6UAeP_qkM55ZLRYPdk8t-RhTXU_oHE4,675
57
- fiqus/parsers/ParserGetDPOnSection.py,sha256=pTk2EqO1sitoNIztekyEtIy5xpFKou_L3KGsIjJV3R0,8408
58
- fiqus/parsers/ParserGetDPTimeTable.py,sha256=hAITcOQNJdG_bEUQoQ4VJEamc83BT8zCVp98jlhp1Ug,5098
59
- fiqus/parsers/ParserMSH.py,sha256=ijLmPPsiy2azo9fN9iZ2aSc_MjueXwZG3GMqruYeucc,1912
55
+ fiqus/parsers/ParserCOND.py,sha256=qMx5S-oyMtD01OrbXUqvCEPU4mtZUxWYWFD-WWFx6Vs,41402
56
+ fiqus/parsers/ParserDAT.py,sha256=SPJHDbPuk1e7F9FZ3i7oRvOvYGO4LIkpy-ROGJBUEQ0,659
57
+ fiqus/parsers/ParserGetDPOnSection.py,sha256=fKDiGJfsVHceZ4ZPnQo3ue2COd7AlbnrkGsX5pXaYqA,8196
58
+ fiqus/parsers/ParserGetDPTimeTable.py,sha256=-OBbvt89lbxkUy8pzOciq9qPs47d_dK_vuMXndfvMmE,4964
59
+ fiqus/parsers/ParserMSH.py,sha256=ZgLQQhEukhvxp2-ccbIQu4uWlSOp3yCa-8thEKi61H8,1859
60
60
  fiqus/parsers/ParserPOS.py,sha256=XtUhuOJJC-OSGY12YefJ-eFafhdQpLbPY4mHwGAtb9U,10162
61
- fiqus/parsers/ParserRES.py,sha256=782GouJaw0j5u1RLGag6FauSUTuKV7gKa1G4EowSKBE,5984
61
+ fiqus/parsers/ParserRES.py,sha256=e8M8bsIgkAzr0tDcQSeEgsLVLGOmE_j6ju3fPTPQEU4,5842
62
62
  fiqus/parsers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
63
- fiqus/plotters/PlotPythonCCT.py,sha256=YgphOuiTk0klqZh4d4u81hahtiDp-tx149EpBjyKH-Y,6333
63
+ fiqus/plotters/PlotPythonCCT.py,sha256=WITIiKSfHSvGVL52PiMWxo6ydeswe-PBE9Ta-QnMJ9E,6200
64
64
  fiqus/plotters/PlotPythonConductorAC.py,sha256=_7ygaz5WVVGuc4RkgOcZ2NUbqWbowtJMmseAeQ49XbQ,59383
65
- fiqus/plotters/PlotPythonMultipole.py,sha256=SjJQKHX5mUoMW3yli97W6Kja0Hux8C16YE1U22hQRHY,481
65
+ fiqus/plotters/PlotPythonMultipole.py,sha256=BYbdeEDgB3sqeRR7_uHb2CVm2SQ3pAbvhkLJBcuS-Yg,463
66
66
  fiqus/plotters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
67
67
  fiqus/post_processors/PostProcessAC_CC.py,sha256=-J6lhiOMGlOhauwJ_WOBoDtOWk5poJfZJuxmh2ABSwQ,2236
68
68
  fiqus/post_processors/PostProcessAC_Rutherford.py,sha256=2n_SYfpYDJ6olnTHKAT3Vw1q6RFAQBRX4PZypcbEIEI,6769
69
69
  fiqus/post_processors/PostProcessCCT.py,sha256=C4BU7IHHWm2CbbLunEmHaHN_iW6y9mlisIed3lKfs_A,28633
70
70
  fiqus/post_processors/PostProcessConductorAC.py,sha256=qMtxsmBGRMZVKiDynzfzWh4q6ttOAA2bGPmOzciAgXo,58804
71
71
  fiqus/post_processors/PostProcessHomogenizedConductor.py,sha256=absLWaskvfptOAQnL2zLF_tdf1Jmrk3duxsAlbuYTV8,4836
72
- fiqus/post_processors/PostProcessMultipole.py,sha256=ONYqw0mxY0QKXWB51xw-e6_jelzzKD39vMcBR8J4JXs,25512
72
+ fiqus/post_processors/PostProcessMultipole.py,sha256=Q5A4vxofMK7SXCZwP4chQesMUw4BCX9N_BjFKUtOd34,25818
73
73
  fiqus/post_processors/PostProcessPancake3D.py,sha256=PjGaohIj_oWfqyHH-Fr3CgiOitUpjGjYe2Rm3wqtM1g,12940
74
74
  fiqus/post_processors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
75
- fiqus/pre_processors/PreProcessCCT.py,sha256=BDRei7uLdOHxNnsg-r17HcjtvvrST8HUj_lQ1GSmVZo,9217
75
+ fiqus/pre_processors/PreProcessCCT.py,sha256=z1TWuXNnSK2Jz93P-73XRZZO7GAlyLLEiIYnS39byCE,9042
76
76
  fiqus/pre_processors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
77
- fiqus/pro_assemblers/ProAssembler.py,sha256=DrVd1wiuv-7PIj3G38crBu07aMPyE3FOapODJN7wl9E,3572
77
+ fiqus/pro_assemblers/ProAssembler.py,sha256=GqxPgHHCpg_xVnmCyDkdbmViJR4B-QfPU4gGvHN199A,3616
78
78
  fiqus/pro_assemblers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
79
- fiqus/pro_material_functions/ironBHcurves.pro,sha256=0Tz1KzZ63G_zaS6dYQ5NYwa9EAtJna0jR61OxsM9J_E,17835
79
+ fiqus/pro_material_functions/ironBHcurves.pro,sha256=-4xfRg4BYefTEoNawPo3nbsrJJmiSxdOTQG4aAzbvLI,17589
80
80
  fiqus/pro_templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
81
81
  fiqus/pro_templates/combined/CAC_CC_template.pro,sha256=q7ZvZOYJTqx--yKrR6ZSQxWvn2r0HyZwST5bh__dQ2A,30257
82
82
  fiqus/pro_templates/combined/CAC_Rutherford_template.pro,sha256=tgKnqZw6FADj42HcYT2M_bw76J5gspSfRZ_F8oMiRSo,100473
83
83
  fiqus/pro_templates/combined/CAC_Strand_template.pro,sha256=RN69ycY4vGGPp8YmCHICVGRNfvuEHGB50FxmEeEzrXA,94008
84
84
  fiqus/pro_templates/combined/CCT_template.pro,sha256=gZKoLj6ZefuSzM7dYkEJW49qlzfiUqEwmifaJP4kOzc,13878
85
+ fiqus/pro_templates/combined/CC_Module.pro,sha256=Blh1wZjXrBBQfHmJCpFopULl2ypOa0e3btgWipu-KcM,60364
86
+ fiqus/pro_templates/combined/ConductorAC_template.pro,sha256=8aZwuRveHY2R0bEvC9Ysz_SISPLU7eNvi5szO_RUEtA,60694
85
87
  fiqus/pro_templates/combined/HomogenizedConductor_template.pro,sha256=sq4B6ZZVDfl8T4L0tBaIA9LzisYzrOv8uB7pAa6ZK64,90770
86
- fiqus/pro_templates/combined/Multipole_template.pro,sha256=H0H_R7sa69EL2lHtIQ0kmz-0Ov0MbZZIpnu1L0pAhPM,97994
88
+ fiqus/pro_templates/combined/Multipole_template.pro,sha256=xzHjmClb9G6kv8Y2P4bHbLKkbbC25_MAE7DKrvMYud0,202563
87
89
  fiqus/pro_templates/combined/Pancake3D_template.pro,sha256=OjWWWAZel5Yk_k4FEFFNkkSFkCv1N0rM2-DRvilH6dc,215797
88
- fiqus/pro_templates/combined/TSA_materials.pro,sha256=I8zVOP2ZEFqR0y3JcpSQJWaE6I4UeeMU22PtSD8ExCc,12244
90
+ fiqus/pro_templates/combined/TSA_materials.pro,sha256=G2-4dVX3pvQfZRw9Tl_KFQ81J9HitTEGUyzmwwLZ-2o,19193
89
91
  fiqus/pro_templates/combined/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
90
- fiqus/pro_templates/combined/materials.pro,sha256=D-cBOIMaQyYffIfoR4yRiK69Z6sxHu2QtyjhDIKFiXc,7038
92
+ fiqus/pro_templates/combined/materials.pro,sha256=llU6YVvENKaZSM7-d671wkfEiYDKmkTpDOw8egzdlG0,9158
91
93
  fiqus/pro_templates/separated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
92
- fiqus/utils/Utils.py,sha256=HPEN92OxtMxk_xrMD4nfvBsA2BuKuk9_x1Yoy2bF2tw,35613
94
+ fiqus/utils/Utils.py,sha256=3mPtDLYJfZR0cQBlKkeexyc53Vs_A227QbBV7ATyV9Y,35420
93
95
  fiqus/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
94
- fiqus/utils/update_data_settings.py,sha256=Cl_vP-7MXFHG3LiDE8nVtL7CwK9DUvDhxXV7sabP9to,1295
96
+ fiqus/utils/update_data_settings.py,sha256=8q4Qa3PGvm4aRNxp9CtIeZeA-RCev5zevnJ4c2tvhUw,1299
95
97
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
96
98
  tests/test_FiQuS.py,sha256=mlY5eRp-sE_ubaPG7HHAEsC4Q3iQwI76nfOclPg7m-M,15529
97
- tests/test_geometry_generators.py,sha256=kadOCdjeWIur8rK7J7ULrvM129Okfl0hwuCATXd3ZVg,10854
98
- tests/test_mesh_generators.py,sha256=NjtVDH6z7iTBe8aUxnMHhMLrzvPpnHmCM-xyleMe2AU,14105
99
- tests/test_solvers.py,sha256=_Zyv7foSfjs1iS3qcQTE0ryfwiinTbk7ZFzGsEwlRbI,19040
99
+ tests/test_geometry_generators.py,sha256=D54RrPbh6MCH1MX-Z4ex_qE6ktoict8Moiw-jYBjDjc,10767
100
+ tests/test_mesh_generators.py,sha256=bD1Q6RMV1i_kNO6mmGln6-DZdZR4lS3tqFFZ9N1vnmI,14195
101
+ tests/test_solvers.py,sha256=pOWrbYUPu4MGcKGa8zEMeurNkerAM2pD5e5DFTlWKBo,19137
100
102
  tests/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
- tests/utils/fiqus_test_classes.py,sha256=ynCjYknWGI_pa-lRWQ01aL2SjHz0GTrN4bICW5GlR34,30395
102
- tests/utils/generate_reference_files_ConductorAC.py,sha256=_jEE6xcqiz52bnmY6Is11QmG-bZ2vdH0k99p733t4N4,1676
103
+ tests/utils/fiqus_test_classes.py,sha256=q7HxmvdZvDeA39KU8I410eYIb_dCePlQ75wGamMiEmI,42763
104
+ tests/utils/generate_reference_files_ConductorAC.py,sha256=F5KK1AmHg1AmjZL6wRoR4R4kPpQu5KyLZtk1EnDsS1I,1619
103
105
  tests/utils/generate_reference_files_Pancake3D.py,sha256=9sULcDOmbotrbYHz8DqGv6Km7ThfltnCHFojHUx193U,3126
104
- tests/utils/helpers.py,sha256=BQxdHr8N4rGXc2C_YNEeOXxTIDJSUeRyyxLkvWfhiJY,4149
105
- fiqus-2026.1.0.dist-info/LICENSE.txt,sha256=gcuuhKKc5-dwvyvHsXjlC9oM6N5gZ6umYbC8ewW1Yvg,35821
106
- fiqus-2026.1.0.dist-info/METADATA,sha256=xDXd4lOVoqzi5Ie-vhHOsn4G6DIgneXCfK7p-1nmE1I,9249
107
- fiqus-2026.1.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
108
- fiqus-2026.1.0.dist-info/top_level.txt,sha256=oGzSIyoVc1zYg14o67zI3QFwWsJvqNzNT0-te9WbUQc,12
109
- fiqus-2026.1.0.dist-info/RECORD,,
106
+ tests/utils/helpers.py,sha256=kG367_ZtjQbwKYLPL_UiIVyCU5RVLPBt-iYlydj4xbg,7048
107
+ fiqus-2026.1.2.dist-info/LICENSE.txt,sha256=gcuuhKKc5-dwvyvHsXjlC9oM6N5gZ6umYbC8ewW1Yvg,35821
108
+ fiqus-2026.1.2.dist-info/METADATA,sha256=eeFnNo8hDdtRgyxEBqY8pX5038rNIHu3RIt2eB-Vdc8,8944
109
+ fiqus-2026.1.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
110
+ fiqus-2026.1.2.dist-info/top_level.txt,sha256=oGzSIyoVc1zYg14o67zI3QFwWsJvqNzNT0-te9WbUQc,12
111
+ fiqus-2026.1.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -31,19 +31,19 @@ class TestGeometryGenerators(FiQuSGeometryTests):
31
31
 
32
32
  # Compare the number of entities with the reference file:
33
33
  geometry_file = self.get_path_to_generated_file(
34
- data_model=data_model, file_name=model_name, file_extension="brep"
34
+ data_model=data_model, model_name=model_name, file_extension="brep"
35
35
  )
36
36
  reference_file = self.get_path_to_reference_file(
37
- data_model=data_model, file_name=model_name, file_extension="brep"
37
+ data_model=data_model, model_name=model_name, file_extension="brep"
38
38
  )
39
39
  self.compare_number_of_entities(geometry_file, reference_file)
40
40
 
41
41
  # Compare the volume information files:
42
42
  vi_file = self.get_path_to_generated_file(
43
- data_model=data_model, file_name=model_name, file_extension="vi"
43
+ data_model=data_model, model_name=model_name, file_extension="vi"
44
44
  )
45
45
  reference_vi_file = self.get_path_to_reference_file(
46
- data_model=data_model, file_name=model_name, file_extension="vi"
46
+ data_model=data_model, model_name=model_name, file_extension="vi"
47
47
  )
48
48
  self.compare_json_or_yaml_files(vi_file, reference_vi_file)
49
49
 
@@ -72,24 +72,20 @@ class TestGeometryGenerators(FiQuSGeometryTests):
72
72
 
73
73
  # Compare the number of entities with the reference file:
74
74
  geometry_file = self.get_path_to_generated_file(
75
- data_model=data_model, file_name=model_name, file_extension="brep"
75
+ data_model=data_model, model_name=model_name, file_extension="brep"
76
76
  )
77
77
  reference_file = self.get_path_to_reference_file(
78
- data_model=data_model, file_name=model_name, file_extension="brep"
78
+ data_model=data_model, model_name=model_name, file_extension="brep"
79
79
  )
80
80
  self.compare_number_of_entities(geometry_file, reference_file)
81
81
 
82
82
  # Compare the Geometry YAML files:
83
83
  geometry_yaml_file = self.get_path_to_generated_file(
84
- data_model=data_model, file_name='GeometryModel', file_extension="yaml"
84
+ data_model=data_model, model_name='GeometryModel', file_extension="yaml"
85
85
  )
86
86
  reference_geometry_yaml_file = self.get_path_to_reference_file(
87
- data_model=data_model, file_name='GeometryModel', file_extension="yaml"
87
+ data_model=data_model, model_name='GeometryModel', file_extension="yaml"
88
88
  )
89
- print('Comparing:'
90
- f'{geometry_yaml_file}'
91
- ' with'
92
- f'{reference_geometry_yaml_file}')
93
89
  self.compare_json_or_yaml_files(geometry_yaml_file, reference_geometry_yaml_file, tolerance=1e-9)
94
90
 
95
91
  def test_ConductorAC_Rutherford(self):
@@ -105,10 +101,10 @@ class TestGeometryGenerators(FiQuSGeometryTests):
105
101
 
106
102
  # Compare the number of entities with the reference file:
107
103
  geometry_file = self.get_path_to_generated_file(
108
- data_model=data_model, file_name=model_name, file_extension="brep"
104
+ data_model=data_model, model_name=model_name, file_extension="brep"
109
105
  )
110
106
  reference_file = self.get_path_to_reference_file(
111
- data_model=data_model, file_name=model_name, file_extension="brep"
107
+ data_model=data_model, model_name=model_name, file_extension="brep"
112
108
  )
113
109
  self.compare_number_of_entities(geometry_file, reference_file)
114
110
 
@@ -125,10 +121,10 @@ class TestGeometryGenerators(FiQuSGeometryTests):
125
121
 
126
122
  # Compare the number of entities with the reference file:
127
123
  geometry_file = self.get_path_to_generated_file(
128
- data_model=data_model, file_name=model_name, file_extension="brep"
124
+ data_model=data_model, model_name=model_name, file_extension="brep"
129
125
  )
130
126
  reference_file = self.get_path_to_reference_file(
131
- data_model=data_model, file_name=model_name, file_extension="brep"
127
+ data_model=data_model, model_name=model_name, file_extension="brep"
132
128
  )
133
129
  self.compare_number_of_entities(geometry_file, reference_file)
134
130
 
@@ -145,6 +141,7 @@ class TestGeometryGenerators(FiQuSGeometryTests):
145
141
  "TEST_MULTIPOLE_SMC_TSA",
146
142
  "TEST_MULTIPOLE_SMC_REF",
147
143
  "TEST_MULTIPOLE_4COND_TSA",
144
+ "TEST_MULTIPOLE_FALCOND_C_TSA_COLLAR_POLE",
148
145
  ]
149
146
 
150
147
  for model_name in model_names:
@@ -163,70 +160,70 @@ class TestGeometryGenerators(FiQuSGeometryTests):
163
160
 
164
161
  # Compare the number of entities with the reference file:
165
162
  geometry_file_EM = self.get_path_to_generated_file(
166
- data_model=data_model, file_name=electromagnetic_model_name, file_extension="brep"
163
+ data_model=data_model, model_name=electromagnetic_model_name, file_extension="brep"
167
164
  )
168
165
  reference_file_EM = self.get_path_to_reference_file(
169
- data_model=data_model, file_name=electromagnetic_model_name, file_extension="brep"
166
+ data_model=data_model, model_name=electromagnetic_model_name, file_extension="brep"
170
167
  )
171
168
  self.compare_number_of_entities(geometry_file_EM, reference_file_EM)
172
169
 
173
170
  geometry_file_TH = self.get_path_to_generated_file(
174
- data_model=data_model, file_name=thermal_model_name, file_extension="brep"
171
+ data_model=data_model, model_name=thermal_model_name, file_extension="brep"
175
172
  )
176
173
  reference_file_TH = self.get_path_to_reference_file(
177
- data_model=data_model, file_name=thermal_model_name, file_extension="brep"
174
+ data_model=data_model, model_name=thermal_model_name, file_extension="brep"
178
175
  )
179
176
  self.compare_number_of_entities(geometry_file_TH, reference_file_TH)
180
177
 
181
178
  # Compare the aux files:
182
179
  aux_file_EM = self.get_path_to_generated_file(
183
- data_model=data_model, file_name=electromagnetic_model_name, file_extension="aux"
180
+ data_model=data_model, model_name=electromagnetic_model_name, file_extension="aux"
184
181
  )
185
182
  reference_aux_file_EM = self.get_path_to_reference_file(
186
- data_model=data_model, file_name=electromagnetic_model_name, file_extension="aux"
183
+ data_model=data_model, model_name=electromagnetic_model_name, file_extension="aux"
187
184
  )
188
185
  self.compare_json_or_yaml_files(aux_file_EM, reference_aux_file_EM)
189
186
 
190
187
  aux_file_TH = self.get_path_to_generated_file(
191
- data_model=data_model, file_name=thermal_model_name, file_extension="aux"
188
+ data_model=data_model, model_name=thermal_model_name, file_extension="aux"
192
189
  )
193
190
  reference_aux_file_TH = self.get_path_to_reference_file(
194
- data_model=data_model, file_name=thermal_model_name, file_extension="aux"
191
+ data_model=data_model, model_name=thermal_model_name, file_extension="aux"
195
192
  )
196
193
  self.compare_json_or_yaml_files(aux_file_TH, reference_aux_file_TH)
197
194
 
198
195
  # Compare the strs files:
199
196
  strs_file_EM = self.get_path_to_generated_file(
200
- data_model=data_model, file_name=electromagnetic_model_name, file_extension="strs"
197
+ data_model=data_model, model_name=electromagnetic_model_name, file_extension="strs"
201
198
  )
202
199
  reference_strs_file_EM = self.get_path_to_reference_file(
203
- data_model=data_model, file_name=electromagnetic_model_name, file_extension="strs"
200
+ data_model=data_model, model_name=electromagnetic_model_name, file_extension="strs"
204
201
  )
205
202
  self.compare_json_or_yaml_files(strs_file_EM, reference_strs_file_EM)
206
203
 
207
204
  strs_file_TH = self.get_path_to_generated_file(
208
- data_model=data_model, file_name=thermal_model_name, file_extension="strs"
205
+ data_model=data_model, model_name=thermal_model_name, file_extension="strs"
209
206
  )
210
207
  reference_strs_file_TH = self.get_path_to_reference_file(
211
- data_model=data_model, file_name=thermal_model_name, file_extension="strs"
208
+ data_model=data_model, model_name=thermal_model_name, file_extension="strs"
212
209
  )
213
210
  self.compare_json_or_yaml_files(strs_file_TH, reference_strs_file_TH)
214
211
 
215
212
  # Compare the crns files:
216
213
  crns_file = self.get_path_to_generated_file(
217
- data_model=data_model, file_name=model_name, file_extension="crns"
214
+ data_model=data_model, model_name=model_name, file_extension="crns"
218
215
  )
219
216
  reference_crns_file = self.get_path_to_reference_file(
220
- data_model=data_model, file_name=model_name, file_extension="crns"
217
+ data_model=data_model, model_name=model_name, file_extension="crns"
221
218
  )
222
219
  self.compare_json_or_yaml_files(crns_file, reference_crns_file)
223
220
 
224
221
  # Compare the geometry yamls:
225
222
  geometry_file = self.get_path_to_generated_file(
226
- data_model=data_model, file_name="geometry", file_extension="yaml"
223
+ data_model=data_model, model_name="geometry", file_extension="yaml"
227
224
  )
228
225
  reference_geometry_file = self.get_path_to_reference_file(
229
- data_model=data_model, file_name="geometry", file_extension="yaml"
226
+ data_model=data_model, model_name="geometry", file_extension="yaml"
230
227
  )
231
228
  self.compare_json_or_yaml_files(geometry_file, reference_geometry_file, excluded_keys="geom_file_path")
232
229
 
@@ -31,22 +31,22 @@ class TestMeshGenerators(FiQuSMeshTests):
31
31
 
32
32
  # Compare the number of entities with the reference file:
33
33
  mesh_file = self.get_path_to_generated_file(
34
- data_model=data_model, file_name=model_name, file_extension="msh"
34
+ data_model=data_model, model_name=model_name, file_extension="msh"
35
35
  )
36
36
  reference_file = self.get_path_to_reference_file(
37
- data_model=data_model, file_name=model_name, file_extension="msh"
37
+ data_model=data_model, model_name=model_name, file_extension="msh"
38
38
  )
39
39
  self.compare_mesh_qualities(mesh_file, reference_file)
40
40
 
41
41
  # Compare the regions files:
42
42
  regions_file = self.get_path_to_generated_file(
43
43
  data_model=data_model,
44
- file_name=model_name,
44
+ model_name=model_name,
45
45
  file_extension="regions",
46
46
  )
47
47
  reference_regions_file = self.get_path_to_reference_file(
48
48
  data_model=data_model,
49
- file_name=model_name,
49
+ model_name=model_name,
50
50
  file_extension="regions",
51
51
  )
52
52
  self.compare_json_or_yaml_files(regions_file, reference_regions_file)
@@ -76,22 +76,22 @@ class TestMeshGenerators(FiQuSMeshTests):
76
76
 
77
77
  # Compare the number of entities with the reference file:
78
78
  mesh_file = self.get_path_to_generated_file(
79
- data_model=data_model, file_name=model_name, file_extension="msh"
79
+ data_model=data_model, model_name=model_name, file_extension="msh"
80
80
  )
81
81
  reference_file = self.get_path_to_reference_file(
82
- data_model=data_model, file_name=model_name, file_extension="msh"
82
+ data_model=data_model, model_name=model_name, file_extension="msh"
83
83
  )
84
84
  self.compare_mesh_qualities(mesh_file, reference_file)
85
85
 
86
86
  # Compare the regions files:
87
87
  regions_file = self.get_path_to_generated_file(
88
88
  data_model=data_model,
89
- file_name=model_name,
89
+ model_name=model_name,
90
90
  file_extension="regions",
91
91
  )
92
92
  reference_regions_file = self.get_path_to_reference_file(
93
93
  data_model=data_model,
94
- file_name=model_name,
94
+ model_name=model_name,
95
95
  file_extension="regions",
96
96
  )
97
97
  print('Comparing'
@@ -119,22 +119,22 @@ class TestMeshGenerators(FiQuSMeshTests):
119
119
 
120
120
  # Compare the number of entities with the reference file:
121
121
  mesh_file = self.get_path_to_generated_file(
122
- data_model=data_model, file_name=model_name, file_extension="msh"
122
+ data_model=data_model, model_name=model_name, file_extension="msh"
123
123
  )
124
124
  reference_file = self.get_path_to_reference_file(
125
- data_model=data_model, file_name=model_name, file_extension="msh"
125
+ data_model=data_model, model_name=model_name, file_extension="msh"
126
126
  )
127
127
  self.compare_mesh_qualities(mesh_file, reference_file)
128
128
 
129
129
  # Compare the regions files:
130
130
  regions_file = self.get_path_to_generated_file(
131
131
  data_model=data_model,
132
- file_name=model_name,
132
+ model_name=model_name,
133
133
  file_extension="regions",
134
134
  )
135
135
  reference_regions_file = self.get_path_to_reference_file(
136
136
  data_model=data_model,
137
- file_name=model_name,
137
+ model_name=model_name,
138
138
  file_extension="regions",
139
139
  )
140
140
  self.compare_json_or_yaml_files(regions_file, reference_regions_file)
@@ -157,22 +157,22 @@ class TestMeshGenerators(FiQuSMeshTests):
157
157
 
158
158
  # Compare the number of entities with the reference file:
159
159
  mesh_file = self.get_path_to_generated_file(
160
- data_model=data_model, file_name=model_name, file_extension="msh"
160
+ data_model=data_model, model_name=model_name, file_extension="msh"
161
161
  )
162
162
  reference_file = self.get_path_to_reference_file(
163
- data_model=data_model, file_name=model_name, file_extension="msh"
163
+ data_model=data_model, model_name=model_name, file_extension="msh"
164
164
  )
165
165
  self.compare_mesh_qualities(mesh_file, reference_file)
166
166
 
167
167
  # Compare the regions files:
168
168
  regions_file = self.get_path_to_generated_file(
169
169
  data_model=data_model,
170
- file_name=model_name,
170
+ model_name=model_name,
171
171
  file_extension="regions",
172
172
  )
173
173
  reference_regions_file = self.get_path_to_reference_file(
174
174
  data_model=data_model,
175
- file_name=model_name,
175
+ model_name=model_name,
176
176
  file_extension="regions",
177
177
  )
178
178
  self.compare_json_or_yaml_files(regions_file, reference_regions_file)
@@ -200,10 +200,10 @@ class TestMeshGenerators(FiQuSMeshTests):
200
200
 
201
201
  # # Compare the number of entities with the reference file:
202
202
  # mesh_file = self.get_path_to_generated_file(
203
- # data_model=data_model, file_name=model_name, file_extension="msh"
203
+ # data_model=data_model, model_name=model_name, file_extension="msh"
204
204
  # )
205
205
  # reference_file = self.get_path_to_reference_file(
206
- # data_model=data_model, file_name=model_name, file_extension="msh"
206
+ # data_model=data_model, model_name=model_name, file_extension="msh"
207
207
  # )
208
208
  # self.compare_mesh_qualities(mesh_file, reference_file)
209
209
 
@@ -221,6 +221,7 @@ class TestMeshGenerators(FiQuSMeshTests):
221
221
  "TEST_MULTIPOLE_SMC_TSA",
222
222
  "TEST_MULTIPOLE_SMC_REF",
223
223
  "TEST_MULTIPOLE_4COND_TSA",
224
+ "TEST_MULTIPOLE_FALCOND_C_TSA_COLLAR_POLE"
224
225
  ]
225
226
 
226
227
  for model_name in model_names:
@@ -236,42 +237,42 @@ class TestMeshGenerators(FiQuSMeshTests):
236
237
 
237
238
  # Compare mesh qualities with the reference file:
238
239
  mesh_file_EM = self.get_path_to_generated_file(
239
- data_model=data_model, file_name=electromagnetic_model_name, file_extension="msh"
240
+ data_model=data_model, model_name=electromagnetic_model_name, file_extension="msh"
240
241
  )
241
242
  reference_file_EM = self.get_path_to_reference_file(
242
- data_model=data_model, file_name=electromagnetic_model_name, file_extension="msh"
243
+ data_model=data_model, model_name=electromagnetic_model_name, file_extension="msh"
243
244
  )
244
245
  self.compare_mesh_qualities(mesh_file_EM, reference_file_EM)
245
246
 
246
247
  mesh_file_TH = self.get_path_to_generated_file(
247
- data_model=data_model, file_name=thermal_model_name, file_extension="msh"
248
+ data_model=data_model, model_name=thermal_model_name, file_extension="msh"
248
249
  )
249
250
  reference_file_TH = self.get_path_to_reference_file(
250
- data_model=data_model, file_name=thermal_model_name, file_extension="msh"
251
+ data_model=data_model, model_name=thermal_model_name, file_extension="msh"
251
252
  )
252
253
  self.compare_mesh_qualities(mesh_file_TH, reference_file_TH)
253
254
 
254
255
  # Compare the reg files:
255
256
  regions_file_EM = self.get_path_to_generated_file(
256
257
  data_model=data_model,
257
- file_name=electromagnetic_model_name,
258
+ model_name=electromagnetic_model_name,
258
259
  file_extension="reg",
259
260
  )
260
261
  reference_regions_file_EM = self.get_path_to_reference_file(
261
262
  data_model=data_model,
262
- file_name=electromagnetic_model_name,
263
+ model_name=electromagnetic_model_name,
263
264
  file_extension="reg",
264
265
  )
265
266
  self.compare_json_or_yaml_files(regions_file_EM, reference_regions_file_EM)
266
267
 
267
268
  regions_file_TH = self.get_path_to_generated_file(
268
269
  data_model=data_model,
269
- file_name=thermal_model_name,
270
+ model_name=thermal_model_name,
270
271
  file_extension="reg",
271
272
  )
272
273
  reference_regions_file_TH = self.get_path_to_reference_file(
273
274
  data_model=data_model,
274
- file_name=thermal_model_name,
275
+ model_name=thermal_model_name,
275
276
  file_extension="reg",
276
277
  )
277
278
  self.compare_json_or_yaml_files(regions_file_TH, reference_regions_file_TH)
@@ -279,24 +280,24 @@ class TestMeshGenerators(FiQuSMeshTests):
279
280
  # Compare the aux files:
280
281
  aux_file_EM = self.get_path_to_generated_file(
281
282
  data_model=data_model,
282
- file_name=electromagnetic_model_name,
283
+ model_name=electromagnetic_model_name,
283
284
  file_extension="aux",
284
285
  )
285
286
  reference_aux_file_EM = self.get_path_to_reference_file(
286
287
  data_model=data_model,
287
- file_name=electromagnetic_model_name,
288
+ model_name=electromagnetic_model_name,
288
289
  file_extension="aux",
289
290
  )
290
291
  self.compare_json_or_yaml_files(aux_file_EM, reference_aux_file_EM)
291
292
 
292
293
  aux_file_TH = self.get_path_to_generated_file(
293
294
  data_model=data_model,
294
- file_name=thermal_model_name,
295
+ model_name=thermal_model_name,
295
296
  file_extension="aux",
296
297
  )
297
298
  reference_aux_file_TH = self.get_path_to_reference_file(
298
299
  data_model=data_model,
299
- file_name=thermal_model_name,
300
+ model_name=thermal_model_name,
300
301
  file_extension="aux",
301
302
  )
302
303
  self.compare_json_or_yaml_files(aux_file_TH, reference_aux_file_TH)
@@ -305,12 +306,12 @@ class TestMeshGenerators(FiQuSMeshTests):
305
306
  # Compare the reco file:
306
307
  reco_file = self.get_path_to_generated_file(
307
308
  data_model=data_model,
308
- file_name=thermal_model_name,
309
+ model_name=thermal_model_name,
309
310
  file_extension="reco",
310
311
  )
311
312
  reference_reco_file = self.get_path_to_reference_file(
312
313
  data_model=data_model,
313
- file_name=thermal_model_name,
314
+ model_name=thermal_model_name,
314
315
  file_extension="reco",
315
316
  )
316
317
  self.compare_json_or_yaml_files(reco_file, reference_reco_file)
@@ -318,12 +319,12 @@ class TestMeshGenerators(FiQuSMeshTests):
318
319
  # Compare the mesh.yaml file:
319
320
  mesh_yaml_file = self.get_path_to_generated_file(
320
321
  data_model=data_model,
321
- file_name="mesh",
322
+ model_name="mesh",
322
323
  file_extension="yaml",
323
324
  )
324
325
  reference_mesh_yaml_file = self.get_path_to_reference_file(
325
326
  data_model=data_model,
326
- file_name="mesh",
327
+ model_name="mesh",
327
328
  file_extension="yaml",
328
329
  )
329
330
  self.compare_json_or_yaml_files(mesh_yaml_file, reference_mesh_yaml_file)