You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -555,46 +555,94 @@ <h4 class="relative group"><em>this post is a work in progress</em>
555
555
556
556
</h4>
557
557
<p>In the fall semester of academic year 2024-2025 I decided took upon a project in order to
558
-
design a microwave absorber based on metamaterials. In this post I document the
559
-
progress as per the development of the cell and the modeling in order to lay everything
560
-
publicly available and understand better as I try explaining the process
561
-
to this figurative rubber 🦆 that <em>is</em> my editor. Finally I have opened a
562
-
GitHub repository for the report that will eventually be submitted to my university and
563
-
based upon I’ll be <em>eventually</em> credited; it can be found <ahref="https://github.com/markdlp/ParametricStudy_MicrowaveAbsorberBasedOnMetamaterials" target="_blank">here</a>.</p>
564
-
<p>So to start by designing a basic layout in CST I’ll implement a three-layer structure:</p>
558
+
design a microwave absorber based on metamaterials. In this post I will document the
559
+
progress as I learn and develop the cell and the modeling in order to lay everything
560
+
publicly available and also to short of understand better as I try and explain the process
561
+
to this figurative rubber ducky that <em>is</em> my editor, not the one it <em>has</em> because vs code
562
+
pets is not very feature rich at the moment. Finally I have opened a GitHub repository
563
+
for the report that I’ll eventually submit to my university and for based upon I’ll be
564
+
credited, it can be found <ahref="https://github.com/markdlp/ParametricStudy_MicrowaveAbsorberBasedOnMetamaterials" target="_blank">here</a>.</p>
565
+
<p>So at first I start by designing a basic layout in CST..</p>
566
+
<p>for this I’ll implement a three-layer structure:</p>
565
567
<ul>
566
-
<li>A dielectric Substrate w/ a metal Resonance Layer*</li>
568
+
<li>A dielectric Substrate w/ a metal Resonance Layer</li>
567
569
<li>An Air Layer</li>
568
570
<li>A Metal Copper Back-Plate</li>
569
571
</ul>
570
-
<p>*The metal resonance layer is technically an extra layer on top of the substrate and as a
571
-
matter of fact it’s the only layer above Z=0 for reasons that’ll become obvious later on.</p>
572
-
<p>At first placing the substrate without the resonance layer, then I’ll place the two other
573
-
layers, turn on the orthographic side view to remove shadows and voila:
572
+
<p>At first I’ll place the substrate without the resonance layer:
573
+
<figure>
574
+
<img
575
+
class="my-0 rounded-md"
576
+
loading="lazy"
577
+
srcset="
578
+
/img/substrate_hu18442868287700864391.bmp 330w,
579
+
/img/substrate_hu11217334527716438528.bmp 660w,
580
+
/img/substrate_hu5407345050010800719.bmp 1024w,
581
+
/img/substrate_hu10713040185621226230.bmp 2x"
582
+
src="/img/substrate_hu11217334527716438528.bmp"
583
+
alt="Substrate"
584
+
/>
585
+
586
+
</figure>
574
587
588
+
Later I’ll place the metal resonance layer as well but there are a number of possible candidates
589
+
I think of trying to simulate whereas the vertical layout is pretty much fixed.</p>
590
+
<p>Without <em>further’ ado</em> I’ll place the two other layers below Z=0, turn on the orthographic side
0 commit comments