Hello everyone,
I'm currently performing an FMR simulation on Permalloy. However, I have a question regarding the setgeom code.
When I imported the output OVF file into MumaxView, I expected the geometry to be 50×50×20. Yet, I noticed the results don't match the grid dimensions I set. Could you please explain why this is happening? I am very grateful for any help!

I also attached the code below.
//////// Structure parameters //////////////////
SetGridsize(50, 50, 20)
SetCellsize(5e-9, 5e-9, 5e-9)
setPBC(1,1,0)
a := cuboid(1000e-9,1000e-9,2000e-9).transl(0, 0, 0)
setgeom(a)
saveas(geom, "logicAdd")
Msat = 800e3
Aex = 13e-12
alpha = 0.02
m = uniform(0.01*rand(), 1, 0)
RandomMagSeed(1)
//////////// Output ////////////
save(geom)
save(m)
save(regions)
autosave(m, 5e-9)
When simulating a thin-film material, which method is more appropriate: increasing the grid size or increasing the periodic boundary conditions (PBC)? At what ratio of the x and y axis dimensions to the z axis dimension can a structure be considered a thin film?With PBC set to 110 and the z-axis grid size set to 33, I altered the x and y grid sizes (testing 10, 50, 80, 128, and 256 respectively), but the experimental results showed no significant changes. This has left me somewhat perplexed, as none of these conditions qualify as thin films.
Thank you in advance for your reply!