Skip to content
Snippets Groups Projects
Commit 56a5709f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

expose mur in interface

parent 406b1eda
No related branches found
No related tags found
No related merge requests found
Pipeline #5943 passed
...@@ -23,6 +23,8 @@ DefineConstant[ ...@@ -23,6 +23,8 @@ DefineConstant[
Name "Parameters/01Conductor type"} Name "Parameters/01Conductor type"}
Freq = {1, Min 0, Max 1e3, Step 1, Freq = {1, Min 0, Max 1e3, Step 1,
Name "Parameters/Frequency"} Name "Parameters/Frequency"}
mur_Core = {1000, Min 1, Max 10000, Step 1,
Name "Parameters/Core relative permeability"}
]; ];
Group { Group {
...@@ -50,7 +52,6 @@ Group { ...@@ -50,7 +52,6 @@ Group {
Function { Function {
mu0 = 4e-7*Pi; mu0 = 4e-7*Pi;
mur_Core = 1000;
mu[Air] = 1 * mu0; mu[Air] = 1 * mu0;
mu[Core] = mur_Core * mu0; mu[Core] = mur_Core * mu0;
mu[Coils] = 1 * mu0; mu[Coils] = 1 * mu0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment