Hi,
Thank you very much for your reply. I have found the magnetic parameters of the relevant materials. But now there is a problem that I have not been able to solve. When I used mumax3 (including the magnetoelastic module) to simulate, I found that the elastic strain exx or eyy ... (no matter how large or small) I set did not have any effect on the system. Is it because I ignored something? My script is attached here:
// skyrmion racetrack
N1 := 400
N2 := 75
setGridSize(N1, N2, 1)
c := 2e-9
setCellSize(c, c, 0.4e-9)
Msat=580e3
Aex=15e-12
Dind=3.0e-3
Ku1=0.8e6
AnisU=vector(0,0,1)
alpha=0.04
m=neelskyrmion(1,-1).transl(-100e-9,0,0)
minimize()
//Elastics
C11 = 307e9
C12 = 165e9
C44 = 75.5e9
rho = 8.836e3
eta = 0
B1 = -2.24e6
B2 = -2.24e6
for i:=0; i<80; i++{
dx := 10e-9
de := 0.01e-3
e0 := -0.4e-3
defregion(i, xrange(i*dx, (i+1)*dx))
exx.setregion(i, e0+i*de)
}
save(regions)
eyy = 0
ezz = 0
Pol=0.5
xi=0.04
j=vector(-5e10,0,0)
SetSolver(9)
dtt := 1e-13
fixdt= dtt
autosave(m,5e-10)
tableAutosave(1e-11)
tableAdd(ext_bubblepos )
run(40e-9)