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.
 
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Back
Top