I tried to add one more parameter on "loadfemmsolution.m", in this way the error dissapears (I know it is not totally correct, but I just wanted to test it). But now, I realize that XFEMM 1.9 does not include gapintegral function. So I think I should use the version I found on master branch of the repository.
I tried to add one more parameter on "loadfemmsolution.m" (I know it is not totally correct, but I just wanted to test it). Now I realize that XFEMM 1.9 does not include gapintegral function. So I think I should use the version I found on master branch of the repository.
Trying with 1.9 release it gives me an error on the line 863 of "loadfemmsolution.m": C = textscan(s,'%f %f %f %f %f %f %f'); I did the FEM model using FEMM 4.2, I think it has 8 parameters on the "ArcSegments" section, but XFEMM is parsing only 7. Thus, when creating the arcsegment it fails. I think you included the 8th parameter on XFEMM 3.0. I tried to build the mex files for that version but I'm getting some errors. Please, let me know what do you recommed. Thank you very much.
I compiled the version of XFEMM on the master branch on git. (commit a8755ee) The Octave version is 5.2. I'm testing on Ubuntu 18.04.
Hello, I'm trying to use XFEMM instead of using FEMM because I need to run it natively on Linux. I rewrite my Octave code but I'm getting totally different results, maybe I'm missing something. XFEMM Code addpath('/home/ubuntu/Development/xfemm/mfemm'); Hcb = 1021.11500893075 * 10e3; #Coercivity mu_r = 1.01404671842254; #Relative permeability theta = (0:0.1:7.5); EM_temp_file = './Motor.fem'; i = 10; CustomMotor = loadfemmfile(EM_temp_file); ##%Modify magnet material CustomMotor = modifymaterial_mfemm(CustomMotor,...
Hello, I'm trying to use XFEMM instead of using FEMM because I need to run it natively on Linux. I rewrite my Octave code but I'm getting totally different results, maybe I'm missing something. XFEMM Code addpath('/home/ubuntu/Development/xfemm/mfemm'); Hcb = 1021.11500893075 * 10e3; #Coercivity mu_r = 1.01404671842254; #Relative permeability theta = (0:0.1:7.5); EM_temp_file = './Motor.fem'; i = 10; CustomMotor = loadfemmfile(EM_temp_file); ##%Modify magnet material CustomMotor = modifymaterial_mfemm(CustomMotor,...