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

fix source DtBs term (thanks Benoit and Louis ;-)

parent ba1aa9c5
No related branches found
No related tags found
No related merge requests found
Pipeline #11641 passed
...@@ -92,7 +92,8 @@ Function { ...@@ -92,7 +92,8 @@ Function {
CompZ[$1] * CompX[$1], CompZ[$1] * CompY[$1], CompZ[$1]^2]; CompZ[$1] * CompX[$1], CompZ[$1] * CompY[$1], CompZ[$1]^2];
// test: source magnetic flux density // test: source magnetic flux density
DtBs[] = hsValue * mu0 / Scaling * Sin_wt_p[]{2*Pi*Freq, 0.} * Vector[1,0,0]; DtBs[] = hsValue * mu0 / Scaling * 2 * Pi * Freq *
Sin_wt_p[]{2*Pi*Freq, 0.} * Vector[1,0,0];
} }
Jacobian { Jacobian {
...@@ -191,7 +192,7 @@ Formulation { ...@@ -191,7 +192,7 @@ Formulation {
In Omega; Integration Int; Jacobian Vol; } In Omega; Integration Int; Jacobian Vol; }
If(sourceField) If(sourceField)
Galerkin { [ -DtBs[] * Normal[] , {dInv h} ]; Galerkin { [ DtBs[] * Normal[] , {dInv h} ];
In BndInf; Integration Int; Jacobian Sur; } In BndInf; Integration Int; Jacobian Sur; }
EndIf EndIf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment