From 7250c5e6abd5609123a46f9b79321b22e7706612 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 14 Mar 2018 16:47:14 +0100 Subject: [PATCH] up --- Magnetodynamics/transfo.geo | 2 +- Magnetodynamics/transfo.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Magnetodynamics/transfo.geo b/Magnetodynamics/transfo.geo index ae9875b..072bc9b 100644 --- a/Magnetodynamics/transfo.geo +++ b/Magnetodynamics/transfo.geo @@ -1,5 +1,5 @@ -Include "transfo_common.dat"; +Include "transfo_common.pro"; Solver.AutoShowLastStep = 0; // don't automatically show the last time step diff --git a/Magnetodynamics/transfo.pro b/Magnetodynamics/transfo.pro index 906470b..27e6bb8 100644 --- a/Magnetodynamics/transfo.pro +++ b/Magnetodynamics/transfo.pro @@ -71,7 +71,7 @@ Function { mu[Air] = 1 * mu0; - mur_Core = 1; + mur_Core = 100; mu[Core] = mur_Core * mu0; mu[Coils] = 1 * mu0; -- GitLab