From 868c7f4f04b4c4ddd33136f8b53e1ccfae4d5ea1 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@uliege.be>
Date: Mon, 15 Aug 2022 16:25:25 +0200
Subject: [PATCH] refine shell mesh

---
 Inductor/inductor3d_bool.geo | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Inductor/inductor3d_bool.geo b/Inductor/inductor3d_bool.geo
index 4ea57a9..117960a 100644
--- a/Inductor/inductor3d_bool.geo
+++ b/Inductor/inductor3d_bool.geo
@@ -17,8 +17,7 @@ lc0  = wcoil/nn_wcore;
 lc1  = ag/nn_airgap;
 lc2  = 2*lc1;
 
-lcri = Pi*Rint/2/nn_ri;
-// lcro = Pi*Rext/2/nn_ro;
+lcri = Pi*Rint/3/nn_ri;
 
 // E-core
 xe = -wcoreI/2;          dxe = wcoreI;
-- 
GitLab