Plotting Shielding Effectiveness with FEMLAB: Newbie Questions

  • Thread starter Thread starter sanshyme
  • Start date Start date
  • Tags Tags
    Graphs
AI Thread Summary
The discussion focuses on using FEMlab for plotting the shielding effectiveness of magnetic materials and addresses several user queries. Key points include guidance on plotting current in quasi-state electromagnetic models and generating graphs through the post-processing mode. Users can save models in the default .fl format and open them via the file menu. While MATLAB is not required for FEMlab, linking the two can enhance model customization and data transfer. Additionally, users can generate cylindrical current-carrying conductors and utilize the 'postinterp' function to obtain magnetic field values at specific coordinates. The software operates on a dimensionless basis, allowing users to define their own units during input.
sanshyme
Messages
4
Reaction score
0
hi i am new to FEMlab and have to plot sielding effectiveness of magnetic materials using the software.

but currently i have the following problems
1. plot current in quasi state in EM model
2. plot graphs
3. save my models in FEMLAB in .fl format
4. open saved models in .fl format

do i need a mathlab to use my FEMlab?

thanks!
 
Computer science news on Phys.org
Hi Sanshyme, welcome to PF !

Great that you're getting to use one of the best fea software around.

1. Go to the post-processing mode, open the post-processing options box, and choose the variable you want to plot and what type of a plot you want.
2. If you're looking to plot model related properties, results or so that can all be done as above, under post-processing you've domain and cross section plots to make 'graph' plots.
3. Hmmm, the *.fl ougth to be the default model save format ... so just saving a model file via file - save as ougth to go about in this format ?
4. Likewise, open under file - open or then set the model root path in the opening window under user models.

No, you don't need matlab, but linking femlab to MATLAB can help in advanced model customization, data transfer etc. between these 2 softwares.
 
hi hi all.. i got more questions on femlab. first thanks to PerenniaII!
i am currently generating a cylindrical current carrying conductor

Center at the origin; Radius: 0.01m; Initial Az = 100

i exported the fem structure to the MATLAB and uses the following codes



[x,y]=meshgrid(0.01:0.001:0.075,0);

p=[x(:)';y(:)'];

B =postinterp(fem,'normB_qa',p)



now, suppose i would like to get the value of B at x=0.75 and y=0, what should i write? thanks!

by the way is the axes of femlab in metres?! thanks!
 
... Femlab is as most codes dimensionless, it has libraries based on a certain set of units but essentially you define the system of units when inputting geometry, material properties etc.

With respect to getting results at arbitrary points I'd say in most cases you can use 'postinterp' for that as well, it accepts points as input.
 
hi ...
so am i right to say that if i want to get the Bfield at point x=0.75 and y=0,
i'll write

x,y]=meshgrid(0.75,0);

p=[x(:)';y(:)'];

B =postinterp(fem,'normB_qa',p) ??
thanks!
 
Looks good, if you got the application mode vars right, if you get errors we can try to debug what's going wrong.
 
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...
Back
Top