


{"id":313248,"date":"2023-10-25T10:03:24","date_gmt":"2023-10-25T10:03:24","guid":{"rendered":"\/forum\/?post_type=topic&#038;p=313248"},"modified":"2023-10-25T10:03:24","modified_gmt":"2023-10-25T10:03:24","slug":"plane-wave-and-bloch-boundary-conditions-in-slab-waveguide","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\/","title":{"rendered":"Plane wave and Bloch boundary conditions in slab waveguide"},"content":{"rendered":"<p>I would like to compute the transmission of a wave travelling though an infinetly wide waveguide slab. The geometry consists of a 220 nm thick waveguide slab in which the wave is injected, followed by a 130 nm deep step. The angle is varied from 0 to 85 degrees. The source wavelength is fixed to 1550 nm.<\/p>\n<p>To simulate an infinitely wide slab, I use Bloch periodic boundary conditions (in y) in combination with a plane wave source (PlaneSource, injected in x). In my simulation, I find that the Autoshutoff criterium is not reached, because some light is reflected back and forth between the periodic boundaries. As a result, the energy in the system decays only slowly (see image below). In addition, the pulse seems to become wider as it propagates through the slab. These problems are bigger for larger incidence angles.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/25-10-2023-1698227558-mceclip1.png\" width=\"424\" height=\"343\"><br \/><em>y-component of field with incidence angle = 60 degrees shortly after injection of the pulse. No height step, waveguide thickness is 220 nm.<\/em><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/25-10-2023-1698227623-mceclip2.png\" width=\"426\" height=\"232\"><br \/><em>y-component of field with incidence angle = 60 degrees when the pulse has passed through the simulation domain.&nbsp;No height step, waveguide thickness is 220 nm.<\/em><\/p>\n<p>Is this an artefact of the plane wave source? And if yes, what can I do minimise this effect and\/or correct for it in a transmission measurement?<\/p>\n<p>Many thanks,<br \/>Erik<\/p>\n<p>Below is sample code (lsf) that can be used to recreate my problem. Use d2_z = 220e-9; for the simulation without the height step and d2_z = 90e-9; for a simulation with a step. The angle of incidence can be varied via deg_angle.<\/p>\n<p><img decoding=\"async\" src=\"\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/25-10-2023-1698227456-mceclip0.png\"><\/p>\n<p>&#8220;&#8221;&#8221;<\/p>\n<p>switchtolayout;<\/p>\n<p>selectall;<\/p>\n<p>delete;<\/p>\n<p>&nbsp;<\/p>\n<p>### Variables<\/p>\n<p>size_x = 8000e-9;<\/p>\n<p>size_y = 10000e-9;<\/p>\n<p>size_fdtd_x = 4000e-9;<\/p>\n<p>size_fdtd_y = 2000e-9;<\/p>\n<p>size_fdtd_z = 1500e-9;<\/p>\n<p>x_offset = 0;<\/p>\n<p>deg_angle = -45;<\/p>\n<p>z_min = 0;<\/p>\n<p>d1_z = 220e-9; # height<\/p>\n<p>d2_z = 220e-9;<\/p>\n<p>center_wavelength = 1550e-9;<\/p>\n<p>mesh_accuracy = 5;<\/p>\n<p>&nbsp;<\/p>\n<p>### Main<\/p>\n<p>&nbsp;<\/p>\n<p>poly_name = &#8220;rectangle&#8221;;<\/p>\n<p>addrect();<\/p>\n<p>set(&#8216;name&#8217;, poly_name + &#8220;_1&#8221;);<\/p>\n<p>set(&#8216;x min&#8217;,-size_x\/2+x_offset);<\/p>\n<p>set(&#8216;x max&#8217;,0+x_offset);<\/p>\n<p>set(&#8216;y min&#8217;,-size_y\/2);<\/p>\n<p>set(&#8216;y max&#8217;,size_y\/2);<\/p>\n<p>set(&#8216;z min&#8217;,0);<\/p>\n<p>set(&#8216;z max&#8217;,d1_z);<\/p>\n<p>set(&#8216;material&#8217;, &#8216;Si (Silicon) &#8211; Palik&#8217;);<\/p>\n<p>&nbsp;<\/p>\n<p>addrect();<\/p>\n<p>set(&#8216;name&#8217;, poly_name + &#8220;_2&#8221;);<\/p>\n<p>set(&#8216;x min&#8217;,0+x_offset);<\/p>\n<p>set(&#8216;x max&#8217;,size_x\/2+x_offset);<\/p>\n<p>set(&#8216;y min&#8217;,-size_y\/2);<\/p>\n<p>set(&#8216;y max&#8217;,size_y\/2);<\/p>\n<p>set(&#8216;z min&#8217;,0);<\/p>\n<p>set(&#8216;z max&#8217;,d2_z);<\/p>\n<p>set(&#8216;material&#8217;, &#8216;Si (Silicon) &#8211; Palik&#8217;);<\/p>\n<p>&nbsp;<\/p>\n<p>## FDTD<\/p>\n<p>addfdtd();<\/p>\n<p>set(&#8216;mesh accuracy&#8217;,mesh_accuracy);<\/p>\n<p>set(&#8216;dimension&#8217;,&#8217;3D&#8217;);<\/p>\n<p>set(&#8216;x min&#8217;,-size_fdtd_x\/2);<\/p>\n<p>set(&#8216;x max&#8217;,size_fdtd_x\/2);<\/p>\n<p>set(&#8216;y min&#8217;,-size_fdtd_y\/2);<\/p>\n<p>set(&#8216;y max&#8217;,size_fdtd_y\/2);<\/p>\n<p>set(&#8216;z min&#8217;,-size_fdtd_z\/2.0+200e-9);<\/p>\n<p>set(&#8216;z max&#8217;,size_fdtd_z\/2.0+200e-9);<\/p>\n<p>set(&#8216;y min bc&#8217;,&#8217;Bloch&#8217;);<\/p>\n<p>set(&#8216;index&#8217;,1.44);<\/p>\n<p>set(&#8216;pml profile&#8217;,3); # steep angle PML profile<\/p>\n<p>&nbsp;<\/p>\n<p># SOURCE<\/p>\n<p>&nbsp;<\/p>\n<p>addplane();<\/p>\n<p>set(&#8216;direction&#8217;,&#8217;Forward&#8217;);<\/p>\n<p>set(&#8216;injection axis&#8217;,&#8217;x-axis&#8217;);<\/p>\n<p>set(&#8216;y min&#8217;,-size_y\/2);<\/p>\n<p>set(&#8216;y max&#8217;,size_y\/2);<\/p>\n<p>set(&#8216;z min&#8217;,0);<\/p>\n<p>set(&#8216;z max&#8217;,d1_z);<\/p>\n<p>set(&#8216;x&#8217;,-size_fdtd_x\/2+0.5e-6);<\/p>\n<p>set(&#8216;center wavelength&#8217;,center_wavelength);<\/p>\n<p>set(&#8216;wavelength span&#8217;,0);<\/p>\n<p>set(&#8216;angle theta&#8217;,deg_angle);<\/p>\n<p>&nbsp;<\/p>\n<p># MOVIE MONITORS<\/p>\n<p>&nbsp;<\/p>\n<p>addmovie();<\/p>\n<p>set(&#8216;name&#8217;,&#8217;Movie_top_intensity&#8217;);<\/p>\n<p>set(&#8216;monitor type&#8217;,&#8217;2D Z-normal&#8217;);<\/p>\n<p>set(&#8216;x min&#8217;,-size_fdtd_x\/2);<\/p>\n<p>set(&#8216;x max&#8217;,size_fdtd_x\/2);<\/p>\n<p>set(&#8216;y min&#8217;,-size_fdtd_y\/2);<\/p>\n<p>set(&#8216;y max&#8217;,size_fdtd_y\/2);<\/p>\n<p>set(&#8216;z&#8217;,d1_z\/2);<\/p>\n<p>&nbsp;<\/p>\n<p>addmovie();<\/p>\n<p>set(&#8216;name&#8217;,&#8217;Movie_top_Ey&#8217;);<\/p>\n<p>set(&#8216;monitor type&#8217;,&#8217;2D Z-normal&#8217;);<\/p>\n<p>set(&#8216;x min&#8217;,-size_fdtd_x\/2);<\/p>\n<p>set(&#8216;x max&#8217;,size_fdtd_x\/2);<\/p>\n<p>set(&#8216;y min&#8217;,-size_fdtd_y\/2);<\/p>\n<p>set(&#8216;y max&#8217;,size_fdtd_y\/2);<\/p>\n<p>set(&#8216;z&#8217;,d1_z\/2);<\/p>\n<p>set(&#8216;field component&#8217;,&#8217;Ey&#8217;);<\/p>\n<p>set(&#8216;TM field component&#8217;,&#8217;Hy&#8217;);<\/p>\n<p>set(&#8216;TE field component&#8217;,&#8217;Ey&#8217;);<\/p>\n<p>&nbsp;<\/p>\n<p>addmovie();<\/p>\n<p>set(&#8216;name&#8217;,&#8217;Movie_side_intensity&#8217;);<\/p>\n<p>set(&#8216;monitor type&#8217;,&#8217;2D Y-normal&#8217;);<\/p>\n<p>set(&#8216;x min&#8217;,-size_fdtd_x\/2);<\/p>\n<p>set(&#8216;x max&#8217;,size_fdtd_x\/2);<\/p>\n<p>set(&#8216;y&#8217;,0);<\/p>\n<p>set(&#8216;z min&#8217;,-size_fdtd_z\/2.0+200e-9);<\/p>\n<p>set(&#8216;z max&#8217;,size_fdtd_z\/2.0+200e-9);<\/p>\n<p>&nbsp;<\/p>\n<p>addmovie();<\/p>\n<p>set(&#8216;name&#8217;,&#8217;Movie_side_Ey&#8217;);<\/p>\n<p>set(&#8216;monitor type&#8217;,&#8217;2D Y-normal&#8217;);<\/p>\n<p>set(&#8216;x min&#8217;,-size_fdtd_x\/2);<\/p>\n<p>set(&#8216;x max&#8217;,size_fdtd_x\/2);<\/p>\n<p>set(&#8216;y&#8217;,0);<\/p>\n<p>set(&#8216;z min&#8217;,-size_fdtd_z\/2.0+200e-9);<\/p>\n<p>set(&#8216;z max&#8217;,size_fdtd_z\/2.0+200e-9);<\/p>\n<p>set(&#8216;field component&#8217;,&#8217;Ey&#8217;);<\/p>\n<p>set(&#8216;TM field component&#8217;,&#8217;Hy&#8217;);<\/p>\n<p>set(&#8216;TE field component&#8217;,&#8217;Ey&#8217;);<\/p>\n<p>&#8220;&#8221;&#8221;<\/p>\n","protected":false},"template":"","class_list":["post-313248","topic","type-topic","status-closed","hentry","topic-tag-3DFDTD-1","topic-tag-Bloch-1","topic-tag-convergence","topic-tag-plane-wave"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"I would like to compute the transmission of a wave travelling though an infinetly wide waveguide slab. The geometry consists of a 220 nm thick waveguide slab in which the wave is injected, followed by a 130 nm deep step. The angle is varied from 0 to 85 degrees. The source wavelength is fixed to\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Ansys Learning Forum | Ansys Innovation Space\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Plane wave and Bloch boundary conditions in slab waveguide | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"I would like to compute the transmission of a wave travelling though an infinetly wide waveguide slab. The geometry consists of a 220 nm thick waveguide slab in which the wave is injected, followed by a 130 nm deep step. The angle is varied from 0 to 85 degrees. The source wavelength is fixed to\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/25-10-2023-1698227558-mceclip1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/25-10-2023-1698227558-mceclip1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-10-25T10:03:24+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-10-25T10:03:24+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Plane wave and Bloch boundary conditions in slab waveguide | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I would like to compute the transmission of a wave travelling though an infinetly wide waveguide slab. The geometry consists of a 220 nm thick waveguide slab in which the wave is injected, followed by a 130 nm deep step. The angle is varied from 0 to 85 degrees. The source wavelength is fixed to\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/25-10-2023-1698227558-mceclip1.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/convergence\\\/#listItem\",\"name\":\"convergence\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/convergence\\\/#listItem\",\"position\":3,\"name\":\"convergence\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/convergence\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\\\/#listItem\",\"name\":\"Plane wave and Bloch boundary conditions in slab waveguide\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\\\/#listItem\",\"position\":4,\"name\":\"Plane wave and Bloch boundary conditions in slab waveguide\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/convergence\\\/#listItem\",\"name\":\"convergence\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\\\/\",\"name\":\"Plane wave and Bloch boundary conditions in slab waveguide | Ansys Learning Forum\",\"description\":\"I would like to compute the transmission of a wave travelling though an infinetly wide waveguide slab. The geometry consists of a 220 nm thick waveguide slab in which the wave is injected, followed by a 130 nm deep step. The angle is varied from 0 to 85 degrees. The source wavelength is fixed to\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\\\/#breadcrumblist\"},\"datePublished\":\"2023-10-25T10:03:24+00:00\",\"dateModified\":\"2023-10-25T10:03:24+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Plane wave and Bloch boundary conditions in slab waveguide | Ansys Learning Forum","description":"I would like to compute the transmission of a wave travelling though an infinetly wide waveguide slab. The geometry consists of a 220 nm thick waveguide slab in which the wave is injected, followed by a 130 nm deep step. The angle is varied from 0 to 85 degrees. The source wavelength is fixed to","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","position":1,"name":"Home","item":"https:\/\/innovationspace.ansys.com\/forum","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","position":2,"name":"Topics","item":"https:\/\/innovationspace.ansys.com\/forum\/topics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/convergence\/#listItem","name":"convergence"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/convergence\/#listItem","position":3,"name":"convergence","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/convergence\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\/#listItem","name":"Plane wave and Bloch boundary conditions in slab waveguide"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\/#listItem","position":4,"name":"Plane wave and Bloch boundary conditions in slab waveguide","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/convergence\/#listItem","name":"convergence"}}]},{"@type":"Organization","@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization","name":"Ansys Learning Forum","description":"Ansys Innovation Space","url":"https:\/\/innovationspace.ansys.com\/forum\/"},{"@type":"WebPage","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\/","name":"Plane wave and Bloch boundary conditions in slab waveguide | Ansys Learning Forum","description":"I would like to compute the transmission of a wave travelling though an infinetly wide waveguide slab. The geometry consists of a 220 nm thick waveguide slab in which the wave is injected, followed by a 130 nm deep step. The angle is varied from 0 to 85 degrees. The source wavelength is fixed to","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\/#breadcrumblist"},"datePublished":"2023-10-25T10:03:24+00:00","dateModified":"2023-10-25T10:03:24+00:00"},{"@type":"WebSite","@id":"https:\/\/innovationspace.ansys.com\/forum\/#website","url":"https:\/\/innovationspace.ansys.com\/forum\/","name":"Ansys Learning Forum","description":"Ansys Innovation Space","inLanguage":"en-US","publisher":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization"}}]},"og:locale":"en_US","og:site_name":"Ansys Learning Forum | Ansys Innovation Space","og:type":"article","og:title":"Plane wave and Bloch boundary conditions in slab waveguide | Ansys Learning Forum","og:description":"I would like to compute the transmission of a wave travelling though an infinetly wide waveguide slab. The geometry consists of a 220 nm thick waveguide slab in which the wave is injected, followed by a 130 nm deep step. The angle is varied from 0 to 85 degrees. The source wavelength is fixed to","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\/","og:image":"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/25-10-2023-1698227558-mceclip1.png","og:image:secure_url":"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/25-10-2023-1698227558-mceclip1.png","article:published_time":"2023-10-25T10:03:24+00:00","article:modified_time":"2023-10-25T10:03:24+00:00","twitter:card":"summary_large_image","twitter:title":"Plane wave and Bloch boundary conditions in slab waveguide | Ansys Learning Forum","twitter:description":"I would like to compute the transmission of a wave travelling though an infinetly wide waveguide slab. The geometry consists of a 220 nm thick waveguide slab in which the wave is injected, followed by a 130 nm deep step. The angle is varied from 0 to 85 degrees. The source wavelength is fixed to","twitter:image":"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/25-10-2023-1698227558-mceclip1.png"},"aioseo_meta_data":{"post_id":"313248","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"content","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2024-10-28 17:38:39","updated":"2024-10-28 17:38:39","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\/topics\/\" title=\"Topics\">Topics<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/convergence\/\" title=\"convergence\">convergence<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPlane wave and Bloch boundary conditions in slab waveguide\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/forum"},{"label":"Topics","link":"https:\/\/innovationspace.ansys.com\/forum\/topics\/"},{"label":"convergence","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/convergence\/"},{"label":"Plane wave and Bloch boundary conditions in slab waveguide","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/plane-wave-and-bloch-boundary-conditions-in-slab-waveguide\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_author_ip":["96.7.218.223"],"_bbp_subscription":["296395","33648"],"_btv_view_count":["875"],"_bbp_topic_status":["unanswered"],"_bbp_status":["publish"],"_bbp_topic_id":["313248"],"_bbp_forum_id":["27833"],"_bbp_engagement":["33648","296395"],"_bbp_voice_count":["2"],"_bbp_reply_count":["8"],"_bbp_last_reply_id":["319190"],"_bbp_last_active_id":["319190"],"_bbp_last_active_time":["2023-11-23 12:41:31"]},"test":"jmarisethz-ch"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/313248","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/313248\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=313248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}