Electromagnetic and Photonic Simulation for the Beginner : : Finite-Difference Frequency-Domain in MATLAB®.

Saved in:
Bibliographic Details
:
Place / Publishing House:Norwood : : Artech House,, 2022.
{copy}2022.
Year of Publication:2022
Edition:1st ed.
Language:English
Online Access:
Physical Description:1 online resource (355 pages)
Tags: Add Tag
No Tags, Be the first to tag this record!
id 5006965420
ctrlnum (MiAaPQ)5006965420
(Au-PeEL)EBL6965420
(OCoLC)1317329317
collection bib_alma
record_format marc
spelling Rumpf, Raymond C.
Electromagnetic and Photonic Simulation for the Beginner : Finite-Difference Frequency-Domain in MATLAB®.
1st ed.
Norwood : Artech House, 2022.
{copy}2022.
1 online resource (355 pages)
text txt rdacontent
computer c rdamedia
online resource cr rdacarrier
Intro -- Electromagnetic and Photonic Simulation for the Beginner: Finite-Difference Frequency-Domain in MATLAB® -- Contents -- Foreword -- Preface -- Introduction -- Chapter 1 MATLAB Preliminaries -- 1.1 Basic Structure of an FDFD Program in MATLAB -- 1.1.1 MATLAB Code for Ideal Structure of a Program -- 1.2 MATLAB and Linear Algebra -- 1.2.1 Special Matrices -- 1.2.2 Matrix Algebra -- 1.3 Setting Up a Grid in MATLAB -- 1.3.1 MATLAB Array Indexing -- 1.3.2 Parameters Describing a Grid in MATLAB -- 1.3.3 Calculating the Grid Parameters -- 1.4 Building Geometries onto Grids -- 1.4.1 Adding Rectangles to a Grid -- 1.4.2 The Centering Algorithm -- 1.4.3 The Meshgrid -- 1.4.4 Adding Circles and Ellipses to a Grid -- 1.4.5 Grid Rotation -- 1.4.6 Boolean Operations -- 1.5 Three-Dimensional Grids -- 1.6 Visualization Techniques -- 1.6.1 Visualizing Data on Grids -- 1.6.2 Visualizing Three-Dimensional Data -- 1.6.3 Visualizing Complex Data -- 1.6.4 Animating the Fields Calculated by FDFD -- Reference -- Chapter 2 Electromagnetic Preliminaries -- 2.1 Maxwell's Equations -- 2.2 The Constitutive Parameters -- 2.2.1 Anisotropy, Tensors, and Rotation Matrices -- 2.2.2 Rotation Matrices and Tensor Rotation -- 2.3 Expansion of Maxwell's Curl Equations in Cartesian Coordinates -- 2.4 The Electromagnetic Wave Equation -- 2.5 Electromagnetic Waves in LHI Media -- 2.5.1 Wave Polarization -- 2.6 The Dispersion Relation for LHI Media -- 2.7 Scattering at an Interface -- 2.7.1 Reflectance and Transmittance -- 2.8 What is a Two-Dimensional Simulation? -- 2.9 Diffraction from Gratings -- 2.9.1 The Grating Equation -- 2.9.2 Diffraction Efficiency -- 2.9.3 Generalization to Crossed Gratings -- 2.10 Waveguides and Transmission Lines -- 2.10.1 Waveguide Modes and Parameters -- 2.10.2 Transmission Line Parameters -- 2.11 Scalability of Maxwell's Equations.
2.12 Numerical Solution to Maxwell's Equations -- References -- Chapter 3 The Finite-Difference Method -- 3.1 Introduction -- 3.2 Finite-Difference Approximations -- 3.2.1 Deriving Expressions for Finite-Difference Approximations -- 3.2.2 Example #1-Interpolations and Derivatives from Three Points -- 3.2.3 Example #2-Interpolations and Derivatives from Two Points -- 3.2.4 Example #3-Interpolations and Derivatives from Four Points -- 3.3 Numerical Differentiation -- 3.4 Numerical Boundary Conditions -- 3.4.1 Dirichlet Boundary Conditions -- 3.4.2 Periodic Boundary Conditions -- 3.5 Derivative Matrices -- 3.6 Finite-Difference Approximation of Differential Equations -- 3.7 Solving Matrix Differential Equations -- 3.7.1 Example-Solving a Single-Variable Differential Equation -- 3.8 Multiple Variables and Staggered Grids -- 3.8.1 Example-Solving a Multivariable Problem -- References -- Chapter 4 Finite-Difference Approximation of Maxwell's Equations -- 4.1 Introduction to the Yee Grid Scheme -- 4.2 Preparing Maxwell's Equations for FDFD Analysis -- 4.3 Finite-Difference Approximation of Maxwell's Curl Equations -- 4.4 Finite-Difference Equations for Two-Dimensional FDFD -- 4.4.1 Derivation of E Mode Equations When Frequency Is Not Known -- 4.4.2 Derivation of H Mode Equations When Frequency Is Not Known -- 4.4.3 Derivation of E Mode Equations When Frequency Is Known -- 4.4.4 Derivation of H Mode Equations When Frequency Is Known -- 4.5 Derivative Matrices for Two-Dimensional FDFD -- 4.5.1 Derivative Matrices Incorporating Dirichlet Boundary Conditions -- 4.5.2 Periodic Boundary Conditions -- 4.5.3 Derivative Matrices Incorporating Periodic Boundary Conditions -- 4.5.4 Relationship Between the Derivative Matrices -- 4.6 Derivative Matrices for Three-Dimensional FDFD -- 4.6.1 Relationship Between the Derivative Matrices.
4.7 Programming the YEEDER2D() Function in MATLAB -- 4.7.1 Using the yeeder2d() Function -- 4.8 Programming the YEEDER3D() Function in MATLAB -- 4.8.1 Using the yeeder3d() Function -- 4.9 The 2× Grid Technique -- 4.10 Numerical Dispersion -- References -- Chapter 5 The Perfectly Matched Layer Absorbing Boundary -- 5.1 The Absorbing Boundary -- 5.2 Derivation of the UPML Absorbing Boundary -- 5.3 Incorporating the UPML into Maxwell's Equations -- 5.4 Calculating the UPML Parameters -- 5.5 Implementation of the UPML in MATLAB -- 5.5.1 Using the addupml2d() Function -- 5.6 The SCPML Absorbing Boundary -- 5.6.1 MATLAB Implementation of calcpml3d() -- 5.6.2 Using the calcpml3d() Function -- References -- Chapter 6 FDFD for Calculating Guided Modes -- 6.1 Formulation for Rigorous Hybrid Mode Calculation -- 6.2 Formulation for Rigorous Slab Waveguide Mode Calculation -- 6.2.1 Formulation of E Mode Slab Waveguide Analysis -- 6.2.2 Formulation of H Mode Slab Waveguide Analysis -- 6.2.3 Formulations for Slab Waveguides in Other Orientations -- 6.2.4 The Effective Index Method -- 6.3 Implementation of Waveguide Mode Calculations -- 6.3.1 MATLAB Implementation of Rib Waveguide Analysis -- 6.3.2 MATLAB Implementation of Slab Waveguide Analysis -- 6.3.3 Animating the Slab Waveguide Mode -- 6.3.4 Convergence -- 6.3.5 MATLAB Implementation for Calculating SPPs -- 6.4 Implementation of Transmission Line Analysis -- References -- Chapter 7 FDFD for Calculating Photonic Bands -- 7.1 Photonic Bands for Rectangular Lattices -- 7.2 Formulation for Rectangular Lattices -- 7.3 Implementation of Photonic Band Calculation -- 7.3.1 Description of MATLAB Code for Calculating Photonic Band Diagrams -- 7.3.2 Description of MATLAB Code for Calculating IFCs -- References -- Chapter 8 FDFD for Scattering Analysis -- 8.1 Formulation of FDFD for Scattering Analysis.
8.1.1 Matrix Wave Equations for Two-Dimensional Analysis -- 8.2 Incorporating Sources -- 8.2.1 Derivation of the QAAQ Equation -- 8.2.2 Calculating the Source Field fsrc(x,y) -- 8.2.3 Calculating the SF Masking Matrix Q -- 8.2.4 Compensating for Numerical Dispersion -- 8.3 Calculating Reflection and Transmission for Periodic Structures -- 8.4 Implementation of the FDFD Method for Scattering Analysis -- 8.4.1 Standard Sequence of Simulations for a Newly Written FDFD Code -- 8.4.2 FDFD Analysis of a Sawtooth Diffraction Grating -- 8.4.3 FDFD Analysis of a Self-Collimating Photonic Crystal -- 8.4.4 FDFD Analysis of an OIC Directional Coupler -- References -- Chapter 9 Parameter Sweeps with FDFD -- 9.1 Introduction to Parameter Sweeps -- 9.2 Modifying FDFD for Parameter Sweeps -- 9.2.1 Generic MATLAB Function to Simulate Periodic Structures -- 9.2.2 Main MATLAB Program to Simulate the GMRF -- 9.2.3 Main MATLAB Programs to Analyze a Metal Polarizer -- 9.3 Identifying Common Problems in FDFD -- References -- Chapter 10 FDFD Analysis of Three-Dimensional and Anisotropic Devices -- 10.1 Formulation of Three-Dimensional FDFD -- 10.1.1 Finite-Difference Approximation of Maxwell's Curl Equations -- 10.1.2 Maxwell's Equations in Matrix Form -- 10.1.3 Interpolation Matrices -- 10.1.4 Three-Dimensional Matrix Wave Equation -- 10.2 Incorporating Sources into Three-Dimensional FDFD -- 10.3 Iterative Solution for FDFD -- 10.4 Calculating Reflection and Transmission for Doubly Periodic Structures -- 10.5 Implementation of Three-Dimensional FDFD and Examples -- 10.5.1 Standard Sequence of Simulations for a Newly Written Three-Dimensional FDFD Code -- 10.5.2 Generic Three-Dimensional FDFD Function to Simulate Periodic Structures -- 10.5.3 Simulation of a Crossed-Grating GMRF -- 10.5.4 Simulation of a Frequency Selective Surface.
10.5.5 Parameter Retrieval for a Left-Handed Metamaterial -- 10.5.6 Simulation of an Invisibility Cloak -- References -- Appendix A -- A.1 Best Practices for Building Devices onto Yee Grids -- A.2 Method Summaries -- List of Acronyms and Abbreviations -- About the Author -- Index.
Description based on publisher supplied metadata and other sources.
Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.
Electromagnetism--Mathematics.
Photonics--Mathematics.
Finite differences.
Electronic books.
Print version: Rumpf, Raymond C. Electromagnetic and Photonic Simulation for the Beginner: Finite-Difference Frequency-Domain in MATLAB® Norwood : Artech House,c2022 9781630819262
ProQuest (Firm)
https://ebookcentral.proquest.com/lib/oeawat/detail.action?docID=6965420 Click to View
language English
format eBook
author Rumpf, Raymond C.
spellingShingle Rumpf, Raymond C.
Electromagnetic and Photonic Simulation for the Beginner : Finite-Difference Frequency-Domain in MATLAB®.
Intro -- Electromagnetic and Photonic Simulation for the Beginner: Finite-Difference Frequency-Domain in MATLAB® -- Contents -- Foreword -- Preface -- Introduction -- Chapter 1 MATLAB Preliminaries -- 1.1 Basic Structure of an FDFD Program in MATLAB -- 1.1.1 MATLAB Code for Ideal Structure of a Program -- 1.2 MATLAB and Linear Algebra -- 1.2.1 Special Matrices -- 1.2.2 Matrix Algebra -- 1.3 Setting Up a Grid in MATLAB -- 1.3.1 MATLAB Array Indexing -- 1.3.2 Parameters Describing a Grid in MATLAB -- 1.3.3 Calculating the Grid Parameters -- 1.4 Building Geometries onto Grids -- 1.4.1 Adding Rectangles to a Grid -- 1.4.2 The Centering Algorithm -- 1.4.3 The Meshgrid -- 1.4.4 Adding Circles and Ellipses to a Grid -- 1.4.5 Grid Rotation -- 1.4.6 Boolean Operations -- 1.5 Three-Dimensional Grids -- 1.6 Visualization Techniques -- 1.6.1 Visualizing Data on Grids -- 1.6.2 Visualizing Three-Dimensional Data -- 1.6.3 Visualizing Complex Data -- 1.6.4 Animating the Fields Calculated by FDFD -- Reference -- Chapter 2 Electromagnetic Preliminaries -- 2.1 Maxwell's Equations -- 2.2 The Constitutive Parameters -- 2.2.1 Anisotropy, Tensors, and Rotation Matrices -- 2.2.2 Rotation Matrices and Tensor Rotation -- 2.3 Expansion of Maxwell's Curl Equations in Cartesian Coordinates -- 2.4 The Electromagnetic Wave Equation -- 2.5 Electromagnetic Waves in LHI Media -- 2.5.1 Wave Polarization -- 2.6 The Dispersion Relation for LHI Media -- 2.7 Scattering at an Interface -- 2.7.1 Reflectance and Transmittance -- 2.8 What is a Two-Dimensional Simulation? -- 2.9 Diffraction from Gratings -- 2.9.1 The Grating Equation -- 2.9.2 Diffraction Efficiency -- 2.9.3 Generalization to Crossed Gratings -- 2.10 Waveguides and Transmission Lines -- 2.10.1 Waveguide Modes and Parameters -- 2.10.2 Transmission Line Parameters -- 2.11 Scalability of Maxwell's Equations.
2.12 Numerical Solution to Maxwell's Equations -- References -- Chapter 3 The Finite-Difference Method -- 3.1 Introduction -- 3.2 Finite-Difference Approximations -- 3.2.1 Deriving Expressions for Finite-Difference Approximations -- 3.2.2 Example #1-Interpolations and Derivatives from Three Points -- 3.2.3 Example #2-Interpolations and Derivatives from Two Points -- 3.2.4 Example #3-Interpolations and Derivatives from Four Points -- 3.3 Numerical Differentiation -- 3.4 Numerical Boundary Conditions -- 3.4.1 Dirichlet Boundary Conditions -- 3.4.2 Periodic Boundary Conditions -- 3.5 Derivative Matrices -- 3.6 Finite-Difference Approximation of Differential Equations -- 3.7 Solving Matrix Differential Equations -- 3.7.1 Example-Solving a Single-Variable Differential Equation -- 3.8 Multiple Variables and Staggered Grids -- 3.8.1 Example-Solving a Multivariable Problem -- References -- Chapter 4 Finite-Difference Approximation of Maxwell's Equations -- 4.1 Introduction to the Yee Grid Scheme -- 4.2 Preparing Maxwell's Equations for FDFD Analysis -- 4.3 Finite-Difference Approximation of Maxwell's Curl Equations -- 4.4 Finite-Difference Equations for Two-Dimensional FDFD -- 4.4.1 Derivation of E Mode Equations When Frequency Is Not Known -- 4.4.2 Derivation of H Mode Equations When Frequency Is Not Known -- 4.4.3 Derivation of E Mode Equations When Frequency Is Known -- 4.4.4 Derivation of H Mode Equations When Frequency Is Known -- 4.5 Derivative Matrices for Two-Dimensional FDFD -- 4.5.1 Derivative Matrices Incorporating Dirichlet Boundary Conditions -- 4.5.2 Periodic Boundary Conditions -- 4.5.3 Derivative Matrices Incorporating Periodic Boundary Conditions -- 4.5.4 Relationship Between the Derivative Matrices -- 4.6 Derivative Matrices for Three-Dimensional FDFD -- 4.6.1 Relationship Between the Derivative Matrices.
4.7 Programming the YEEDER2D() Function in MATLAB -- 4.7.1 Using the yeeder2d() Function -- 4.8 Programming the YEEDER3D() Function in MATLAB -- 4.8.1 Using the yeeder3d() Function -- 4.9 The 2× Grid Technique -- 4.10 Numerical Dispersion -- References -- Chapter 5 The Perfectly Matched Layer Absorbing Boundary -- 5.1 The Absorbing Boundary -- 5.2 Derivation of the UPML Absorbing Boundary -- 5.3 Incorporating the UPML into Maxwell's Equations -- 5.4 Calculating the UPML Parameters -- 5.5 Implementation of the UPML in MATLAB -- 5.5.1 Using the addupml2d() Function -- 5.6 The SCPML Absorbing Boundary -- 5.6.1 MATLAB Implementation of calcpml3d() -- 5.6.2 Using the calcpml3d() Function -- References -- Chapter 6 FDFD for Calculating Guided Modes -- 6.1 Formulation for Rigorous Hybrid Mode Calculation -- 6.2 Formulation for Rigorous Slab Waveguide Mode Calculation -- 6.2.1 Formulation of E Mode Slab Waveguide Analysis -- 6.2.2 Formulation of H Mode Slab Waveguide Analysis -- 6.2.3 Formulations for Slab Waveguides in Other Orientations -- 6.2.4 The Effective Index Method -- 6.3 Implementation of Waveguide Mode Calculations -- 6.3.1 MATLAB Implementation of Rib Waveguide Analysis -- 6.3.2 MATLAB Implementation of Slab Waveguide Analysis -- 6.3.3 Animating the Slab Waveguide Mode -- 6.3.4 Convergence -- 6.3.5 MATLAB Implementation for Calculating SPPs -- 6.4 Implementation of Transmission Line Analysis -- References -- Chapter 7 FDFD for Calculating Photonic Bands -- 7.1 Photonic Bands for Rectangular Lattices -- 7.2 Formulation for Rectangular Lattices -- 7.3 Implementation of Photonic Band Calculation -- 7.3.1 Description of MATLAB Code for Calculating Photonic Band Diagrams -- 7.3.2 Description of MATLAB Code for Calculating IFCs -- References -- Chapter 8 FDFD for Scattering Analysis -- 8.1 Formulation of FDFD for Scattering Analysis.
8.1.1 Matrix Wave Equations for Two-Dimensional Analysis -- 8.2 Incorporating Sources -- 8.2.1 Derivation of the QAAQ Equation -- 8.2.2 Calculating the Source Field fsrc(x,y) -- 8.2.3 Calculating the SF Masking Matrix Q -- 8.2.4 Compensating for Numerical Dispersion -- 8.3 Calculating Reflection and Transmission for Periodic Structures -- 8.4 Implementation of the FDFD Method for Scattering Analysis -- 8.4.1 Standard Sequence of Simulations for a Newly Written FDFD Code -- 8.4.2 FDFD Analysis of a Sawtooth Diffraction Grating -- 8.4.3 FDFD Analysis of a Self-Collimating Photonic Crystal -- 8.4.4 FDFD Analysis of an OIC Directional Coupler -- References -- Chapter 9 Parameter Sweeps with FDFD -- 9.1 Introduction to Parameter Sweeps -- 9.2 Modifying FDFD for Parameter Sweeps -- 9.2.1 Generic MATLAB Function to Simulate Periodic Structures -- 9.2.2 Main MATLAB Program to Simulate the GMRF -- 9.2.3 Main MATLAB Programs to Analyze a Metal Polarizer -- 9.3 Identifying Common Problems in FDFD -- References -- Chapter 10 FDFD Analysis of Three-Dimensional and Anisotropic Devices -- 10.1 Formulation of Three-Dimensional FDFD -- 10.1.1 Finite-Difference Approximation of Maxwell's Curl Equations -- 10.1.2 Maxwell's Equations in Matrix Form -- 10.1.3 Interpolation Matrices -- 10.1.4 Three-Dimensional Matrix Wave Equation -- 10.2 Incorporating Sources into Three-Dimensional FDFD -- 10.3 Iterative Solution for FDFD -- 10.4 Calculating Reflection and Transmission for Doubly Periodic Structures -- 10.5 Implementation of Three-Dimensional FDFD and Examples -- 10.5.1 Standard Sequence of Simulations for a Newly Written Three-Dimensional FDFD Code -- 10.5.2 Generic Three-Dimensional FDFD Function to Simulate Periodic Structures -- 10.5.3 Simulation of a Crossed-Grating GMRF -- 10.5.4 Simulation of a Frequency Selective Surface.
10.5.5 Parameter Retrieval for a Left-Handed Metamaterial -- 10.5.6 Simulation of an Invisibility Cloak -- References -- Appendix A -- A.1 Best Practices for Building Devices onto Yee Grids -- A.2 Method Summaries -- List of Acronyms and Abbreviations -- About the Author -- Index.
author_facet Rumpf, Raymond C.
author_variant r c r rc rcr
author_sort Rumpf, Raymond C.
title Electromagnetic and Photonic Simulation for the Beginner : Finite-Difference Frequency-Domain in MATLAB®.
title_sub Finite-Difference Frequency-Domain in MATLAB®.
title_full Electromagnetic and Photonic Simulation for the Beginner : Finite-Difference Frequency-Domain in MATLAB®.
title_fullStr Electromagnetic and Photonic Simulation for the Beginner : Finite-Difference Frequency-Domain in MATLAB®.
title_full_unstemmed Electromagnetic and Photonic Simulation for the Beginner : Finite-Difference Frequency-Domain in MATLAB®.
title_auth Electromagnetic and Photonic Simulation for the Beginner : Finite-Difference Frequency-Domain in MATLAB®.
title_new Electromagnetic and Photonic Simulation for the Beginner :
title_sort electromagnetic and photonic simulation for the beginner : finite-difference frequency-domain in matlab®.
publisher Artech House,
publishDate 2022
physical 1 online resource (355 pages)
edition 1st ed.
contents Intro -- Electromagnetic and Photonic Simulation for the Beginner: Finite-Difference Frequency-Domain in MATLAB® -- Contents -- Foreword -- Preface -- Introduction -- Chapter 1 MATLAB Preliminaries -- 1.1 Basic Structure of an FDFD Program in MATLAB -- 1.1.1 MATLAB Code for Ideal Structure of a Program -- 1.2 MATLAB and Linear Algebra -- 1.2.1 Special Matrices -- 1.2.2 Matrix Algebra -- 1.3 Setting Up a Grid in MATLAB -- 1.3.1 MATLAB Array Indexing -- 1.3.2 Parameters Describing a Grid in MATLAB -- 1.3.3 Calculating the Grid Parameters -- 1.4 Building Geometries onto Grids -- 1.4.1 Adding Rectangles to a Grid -- 1.4.2 The Centering Algorithm -- 1.4.3 The Meshgrid -- 1.4.4 Adding Circles and Ellipses to a Grid -- 1.4.5 Grid Rotation -- 1.4.6 Boolean Operations -- 1.5 Three-Dimensional Grids -- 1.6 Visualization Techniques -- 1.6.1 Visualizing Data on Grids -- 1.6.2 Visualizing Three-Dimensional Data -- 1.6.3 Visualizing Complex Data -- 1.6.4 Animating the Fields Calculated by FDFD -- Reference -- Chapter 2 Electromagnetic Preliminaries -- 2.1 Maxwell's Equations -- 2.2 The Constitutive Parameters -- 2.2.1 Anisotropy, Tensors, and Rotation Matrices -- 2.2.2 Rotation Matrices and Tensor Rotation -- 2.3 Expansion of Maxwell's Curl Equations in Cartesian Coordinates -- 2.4 The Electromagnetic Wave Equation -- 2.5 Electromagnetic Waves in LHI Media -- 2.5.1 Wave Polarization -- 2.6 The Dispersion Relation for LHI Media -- 2.7 Scattering at an Interface -- 2.7.1 Reflectance and Transmittance -- 2.8 What is a Two-Dimensional Simulation? -- 2.9 Diffraction from Gratings -- 2.9.1 The Grating Equation -- 2.9.2 Diffraction Efficiency -- 2.9.3 Generalization to Crossed Gratings -- 2.10 Waveguides and Transmission Lines -- 2.10.1 Waveguide Modes and Parameters -- 2.10.2 Transmission Line Parameters -- 2.11 Scalability of Maxwell's Equations.
2.12 Numerical Solution to Maxwell's Equations -- References -- Chapter 3 The Finite-Difference Method -- 3.1 Introduction -- 3.2 Finite-Difference Approximations -- 3.2.1 Deriving Expressions for Finite-Difference Approximations -- 3.2.2 Example #1-Interpolations and Derivatives from Three Points -- 3.2.3 Example #2-Interpolations and Derivatives from Two Points -- 3.2.4 Example #3-Interpolations and Derivatives from Four Points -- 3.3 Numerical Differentiation -- 3.4 Numerical Boundary Conditions -- 3.4.1 Dirichlet Boundary Conditions -- 3.4.2 Periodic Boundary Conditions -- 3.5 Derivative Matrices -- 3.6 Finite-Difference Approximation of Differential Equations -- 3.7 Solving Matrix Differential Equations -- 3.7.1 Example-Solving a Single-Variable Differential Equation -- 3.8 Multiple Variables and Staggered Grids -- 3.8.1 Example-Solving a Multivariable Problem -- References -- Chapter 4 Finite-Difference Approximation of Maxwell's Equations -- 4.1 Introduction to the Yee Grid Scheme -- 4.2 Preparing Maxwell's Equations for FDFD Analysis -- 4.3 Finite-Difference Approximation of Maxwell's Curl Equations -- 4.4 Finite-Difference Equations for Two-Dimensional FDFD -- 4.4.1 Derivation of E Mode Equations When Frequency Is Not Known -- 4.4.2 Derivation of H Mode Equations When Frequency Is Not Known -- 4.4.3 Derivation of E Mode Equations When Frequency Is Known -- 4.4.4 Derivation of H Mode Equations When Frequency Is Known -- 4.5 Derivative Matrices for Two-Dimensional FDFD -- 4.5.1 Derivative Matrices Incorporating Dirichlet Boundary Conditions -- 4.5.2 Periodic Boundary Conditions -- 4.5.3 Derivative Matrices Incorporating Periodic Boundary Conditions -- 4.5.4 Relationship Between the Derivative Matrices -- 4.6 Derivative Matrices for Three-Dimensional FDFD -- 4.6.1 Relationship Between the Derivative Matrices.
4.7 Programming the YEEDER2D() Function in MATLAB -- 4.7.1 Using the yeeder2d() Function -- 4.8 Programming the YEEDER3D() Function in MATLAB -- 4.8.1 Using the yeeder3d() Function -- 4.9 The 2× Grid Technique -- 4.10 Numerical Dispersion -- References -- Chapter 5 The Perfectly Matched Layer Absorbing Boundary -- 5.1 The Absorbing Boundary -- 5.2 Derivation of the UPML Absorbing Boundary -- 5.3 Incorporating the UPML into Maxwell's Equations -- 5.4 Calculating the UPML Parameters -- 5.5 Implementation of the UPML in MATLAB -- 5.5.1 Using the addupml2d() Function -- 5.6 The SCPML Absorbing Boundary -- 5.6.1 MATLAB Implementation of calcpml3d() -- 5.6.2 Using the calcpml3d() Function -- References -- Chapter 6 FDFD for Calculating Guided Modes -- 6.1 Formulation for Rigorous Hybrid Mode Calculation -- 6.2 Formulation for Rigorous Slab Waveguide Mode Calculation -- 6.2.1 Formulation of E Mode Slab Waveguide Analysis -- 6.2.2 Formulation of H Mode Slab Waveguide Analysis -- 6.2.3 Formulations for Slab Waveguides in Other Orientations -- 6.2.4 The Effective Index Method -- 6.3 Implementation of Waveguide Mode Calculations -- 6.3.1 MATLAB Implementation of Rib Waveguide Analysis -- 6.3.2 MATLAB Implementation of Slab Waveguide Analysis -- 6.3.3 Animating the Slab Waveguide Mode -- 6.3.4 Convergence -- 6.3.5 MATLAB Implementation for Calculating SPPs -- 6.4 Implementation of Transmission Line Analysis -- References -- Chapter 7 FDFD for Calculating Photonic Bands -- 7.1 Photonic Bands for Rectangular Lattices -- 7.2 Formulation for Rectangular Lattices -- 7.3 Implementation of Photonic Band Calculation -- 7.3.1 Description of MATLAB Code for Calculating Photonic Band Diagrams -- 7.3.2 Description of MATLAB Code for Calculating IFCs -- References -- Chapter 8 FDFD for Scattering Analysis -- 8.1 Formulation of FDFD for Scattering Analysis.
8.1.1 Matrix Wave Equations for Two-Dimensional Analysis -- 8.2 Incorporating Sources -- 8.2.1 Derivation of the QAAQ Equation -- 8.2.2 Calculating the Source Field fsrc(x,y) -- 8.2.3 Calculating the SF Masking Matrix Q -- 8.2.4 Compensating for Numerical Dispersion -- 8.3 Calculating Reflection and Transmission for Periodic Structures -- 8.4 Implementation of the FDFD Method for Scattering Analysis -- 8.4.1 Standard Sequence of Simulations for a Newly Written FDFD Code -- 8.4.2 FDFD Analysis of a Sawtooth Diffraction Grating -- 8.4.3 FDFD Analysis of a Self-Collimating Photonic Crystal -- 8.4.4 FDFD Analysis of an OIC Directional Coupler -- References -- Chapter 9 Parameter Sweeps with FDFD -- 9.1 Introduction to Parameter Sweeps -- 9.2 Modifying FDFD for Parameter Sweeps -- 9.2.1 Generic MATLAB Function to Simulate Periodic Structures -- 9.2.2 Main MATLAB Program to Simulate the GMRF -- 9.2.3 Main MATLAB Programs to Analyze a Metal Polarizer -- 9.3 Identifying Common Problems in FDFD -- References -- Chapter 10 FDFD Analysis of Three-Dimensional and Anisotropic Devices -- 10.1 Formulation of Three-Dimensional FDFD -- 10.1.1 Finite-Difference Approximation of Maxwell's Curl Equations -- 10.1.2 Maxwell's Equations in Matrix Form -- 10.1.3 Interpolation Matrices -- 10.1.4 Three-Dimensional Matrix Wave Equation -- 10.2 Incorporating Sources into Three-Dimensional FDFD -- 10.3 Iterative Solution for FDFD -- 10.4 Calculating Reflection and Transmission for Doubly Periodic Structures -- 10.5 Implementation of Three-Dimensional FDFD and Examples -- 10.5.1 Standard Sequence of Simulations for a Newly Written Three-Dimensional FDFD Code -- 10.5.2 Generic Three-Dimensional FDFD Function to Simulate Periodic Structures -- 10.5.3 Simulation of a Crossed-Grating GMRF -- 10.5.4 Simulation of a Frequency Selective Surface.
10.5.5 Parameter Retrieval for a Left-Handed Metamaterial -- 10.5.6 Simulation of an Invisibility Cloak -- References -- Appendix A -- A.1 Best Practices for Building Devices onto Yee Grids -- A.2 Method Summaries -- List of Acronyms and Abbreviations -- About the Author -- Index.
isbn 9781630819279
9781630819262
callnumber-first Q - Science
callnumber-subject QC - Physics
callnumber-label QC760
callnumber-sort QC 3760.4 M37
genre Electronic books.
genre_facet Electronic books.
url https://ebookcentral.proquest.com/lib/oeawat/detail.action?docID=6965420
illustrated Not Illustrated
dewey-hundreds 500 - Science
dewey-tens 530 - Physics
dewey-ones 537 - Electricity & electronics
dewey-full 537.0151
dewey-sort 3537.0151
dewey-raw 537.0151
dewey-search 537.0151
oclc_num 1317329317
work_keys_str_mv AT rumpfraymondc electromagneticandphotonicsimulationforthebeginnerfinitedifferencefrequencydomaininmatlab
status_str n
ids_txt_mv (MiAaPQ)5006965420
(Au-PeEL)EBL6965420
(OCoLC)1317329317
carrierType_str_mv cr
is_hierarchy_title Electromagnetic and Photonic Simulation for the Beginner : Finite-Difference Frequency-Domain in MATLAB®.
marc_error Info : MARC8 translation shorter than ISO-8859-1, choosing MARC8. --- [ 856 : z ]
_version_ 1792331062678913024
fullrecord <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>10043nam a22004693i 4500</leader><controlfield tag="001">5006965420</controlfield><controlfield tag="003">MiAaPQ</controlfield><controlfield tag="005">20240229073846.0</controlfield><controlfield tag="006">m o d | </controlfield><controlfield tag="007">cr cnu||||||||</controlfield><controlfield tag="008">240229s2022 xx o ||||0 eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781630819279</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781630819262</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(MiAaPQ)5006965420</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(Au-PeEL)EBL6965420</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1317329317</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">MiAaPQ</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">MiAaPQ</subfield><subfield code="d">MiAaPQ</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QC760.4.M37</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">537.0151</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Rumpf, Raymond C.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Electromagnetic and Photonic Simulation for the Beginner :</subfield><subfield code="b">Finite-Difference Frequency-Domain in MATLAB®.</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1st ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Norwood :</subfield><subfield code="b">Artech House,</subfield><subfield code="c">2022.</subfield></datafield><datafield tag="264" ind1=" " ind2="4"><subfield code="c">{copy}2022.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (355 pages)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Intro -- Electromagnetic and Photonic Simulation for the Beginner: Finite-Difference Frequency-Domain in MATLAB® -- Contents -- Foreword -- Preface -- Introduction -- Chapter 1 MATLAB Preliminaries -- 1.1 Basic Structure of an FDFD Program in MATLAB -- 1.1.1 MATLAB Code for Ideal Structure of a Program -- 1.2 MATLAB and Linear Algebra -- 1.2.1 Special Matrices -- 1.2.2 Matrix Algebra -- 1.3 Setting Up a Grid in MATLAB -- 1.3.1 MATLAB Array Indexing -- 1.3.2 Parameters Describing a Grid in MATLAB -- 1.3.3 Calculating the Grid Parameters -- 1.4 Building Geometries onto Grids -- 1.4.1 Adding Rectangles to a Grid -- 1.4.2 The Centering Algorithm -- 1.4.3 The Meshgrid -- 1.4.4 Adding Circles and Ellipses to a Grid -- 1.4.5 Grid Rotation -- 1.4.6 Boolean Operations -- 1.5 Three-Dimensional Grids -- 1.6 Visualization Techniques -- 1.6.1 Visualizing Data on Grids -- 1.6.2 Visualizing Three-Dimensional Data -- 1.6.3 Visualizing Complex Data -- 1.6.4 Animating the Fields Calculated by FDFD -- Reference -- Chapter 2 Electromagnetic Preliminaries -- 2.1 Maxwell's Equations -- 2.2 The Constitutive Parameters -- 2.2.1 Anisotropy, Tensors, and Rotation Matrices -- 2.2.2 Rotation Matrices and Tensor Rotation -- 2.3 Expansion of Maxwell's Curl Equations in Cartesian Coordinates -- 2.4 The Electromagnetic Wave Equation -- 2.5 Electromagnetic Waves in LHI Media -- 2.5.1 Wave Polarization -- 2.6 The Dispersion Relation for LHI Media -- 2.7 Scattering at an Interface -- 2.7.1 Reflectance and Transmittance -- 2.8 What is a Two-Dimensional Simulation? -- 2.9 Diffraction from Gratings -- 2.9.1 The Grating Equation -- 2.9.2 Diffraction Efficiency -- 2.9.3 Generalization to Crossed Gratings -- 2.10 Waveguides and Transmission Lines -- 2.10.1 Waveguide Modes and Parameters -- 2.10.2 Transmission Line Parameters -- 2.11 Scalability of Maxwell's Equations.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">2.12 Numerical Solution to Maxwell's Equations -- References -- Chapter 3 The Finite-Difference Method -- 3.1 Introduction -- 3.2 Finite-Difference Approximations -- 3.2.1 Deriving Expressions for Finite-Difference Approximations -- 3.2.2 Example #1-Interpolations and Derivatives from Three Points -- 3.2.3 Example #2-Interpolations and Derivatives from Two Points -- 3.2.4 Example #3-Interpolations and Derivatives from Four Points -- 3.3 Numerical Differentiation -- 3.4 Numerical Boundary Conditions -- 3.4.1 Dirichlet Boundary Conditions -- 3.4.2 Periodic Boundary Conditions -- 3.5 Derivative Matrices -- 3.6 Finite-Difference Approximation of Differential Equations -- 3.7 Solving Matrix Differential Equations -- 3.7.1 Example-Solving a Single-Variable Differential Equation -- 3.8 Multiple Variables and Staggered Grids -- 3.8.1 Example-Solving a Multivariable Problem -- References -- Chapter 4 Finite-Difference Approximation of Maxwell's Equations -- 4.1 Introduction to the Yee Grid Scheme -- 4.2 Preparing Maxwell's Equations for FDFD Analysis -- 4.3 Finite-Difference Approximation of Maxwell's Curl Equations -- 4.4 Finite-Difference Equations for Two-Dimensional FDFD -- 4.4.1 Derivation of E Mode Equations When Frequency Is Not Known -- 4.4.2 Derivation of H Mode Equations When Frequency Is Not Known -- 4.4.3 Derivation of E Mode Equations When Frequency Is Known -- 4.4.4 Derivation of H Mode Equations When Frequency Is Known -- 4.5 Derivative Matrices for Two-Dimensional FDFD -- 4.5.1 Derivative Matrices Incorporating Dirichlet Boundary Conditions -- 4.5.2 Periodic Boundary Conditions -- 4.5.3 Derivative Matrices Incorporating Periodic Boundary Conditions -- 4.5.4 Relationship Between the Derivative Matrices -- 4.6 Derivative Matrices for Three-Dimensional FDFD -- 4.6.1 Relationship Between the Derivative Matrices.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">4.7 Programming the YEEDER2D() Function in MATLAB -- 4.7.1 Using the yeeder2d() Function -- 4.8 Programming the YEEDER3D() Function in MATLAB -- 4.8.1 Using the yeeder3d() Function -- 4.9 The 2× Grid Technique -- 4.10 Numerical Dispersion -- References -- Chapter 5 The Perfectly Matched Layer Absorbing Boundary -- 5.1 The Absorbing Boundary -- 5.2 Derivation of the UPML Absorbing Boundary -- 5.3 Incorporating the UPML into Maxwell's Equations -- 5.4 Calculating the UPML Parameters -- 5.5 Implementation of the UPML in MATLAB -- 5.5.1 Using the addupml2d() Function -- 5.6 The SCPML Absorbing Boundary -- 5.6.1 MATLAB Implementation of calcpml3d() -- 5.6.2 Using the calcpml3d() Function -- References -- Chapter 6 FDFD for Calculating Guided Modes -- 6.1 Formulation for Rigorous Hybrid Mode Calculation -- 6.2 Formulation for Rigorous Slab Waveguide Mode Calculation -- 6.2.1 Formulation of E Mode Slab Waveguide Analysis -- 6.2.2 Formulation of H Mode Slab Waveguide Analysis -- 6.2.3 Formulations for Slab Waveguides in Other Orientations -- 6.2.4 The Effective Index Method -- 6.3 Implementation of Waveguide Mode Calculations -- 6.3.1 MATLAB Implementation of Rib Waveguide Analysis -- 6.3.2 MATLAB Implementation of Slab Waveguide Analysis -- 6.3.3 Animating the Slab Waveguide Mode -- 6.3.4 Convergence -- 6.3.5 MATLAB Implementation for Calculating SPPs -- 6.4 Implementation of Transmission Line Analysis -- References -- Chapter 7 FDFD for Calculating Photonic Bands -- 7.1 Photonic Bands for Rectangular Lattices -- 7.2 Formulation for Rectangular Lattices -- 7.3 Implementation of Photonic Band Calculation -- 7.3.1 Description of MATLAB Code for Calculating Photonic Band Diagrams -- 7.3.2 Description of MATLAB Code for Calculating IFCs -- References -- Chapter 8 FDFD for Scattering Analysis -- 8.1 Formulation of FDFD for Scattering Analysis.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">8.1.1 Matrix Wave Equations for Two-Dimensional Analysis -- 8.2 Incorporating Sources -- 8.2.1 Derivation of the QAAQ Equation -- 8.2.2 Calculating the Source Field fsrc(x,y) -- 8.2.3 Calculating the SF Masking Matrix Q -- 8.2.4 Compensating for Numerical Dispersion -- 8.3 Calculating Reflection and Transmission for Periodic Structures -- 8.4 Implementation of the FDFD Method for Scattering Analysis -- 8.4.1 Standard Sequence of Simulations for a Newly Written FDFD Code -- 8.4.2 FDFD Analysis of a Sawtooth Diffraction Grating -- 8.4.3 FDFD Analysis of a Self-Collimating Photonic Crystal -- 8.4.4 FDFD Analysis of an OIC Directional Coupler -- References -- Chapter 9 Parameter Sweeps with FDFD -- 9.1 Introduction to Parameter Sweeps -- 9.2 Modifying FDFD for Parameter Sweeps -- 9.2.1 Generic MATLAB Function to Simulate Periodic Structures -- 9.2.2 Main MATLAB Program to Simulate the GMRF -- 9.2.3 Main MATLAB Programs to Analyze a Metal Polarizer -- 9.3 Identifying Common Problems in FDFD -- References -- Chapter 10 FDFD Analysis of Three-Dimensional and Anisotropic Devices -- 10.1 Formulation of Three-Dimensional FDFD -- 10.1.1 Finite-Difference Approximation of Maxwell's Curl Equations -- 10.1.2 Maxwell's Equations in Matrix Form -- 10.1.3 Interpolation Matrices -- 10.1.4 Three-Dimensional Matrix Wave Equation -- 10.2 Incorporating Sources into Three-Dimensional FDFD -- 10.3 Iterative Solution for FDFD -- 10.4 Calculating Reflection and Transmission for Doubly Periodic Structures -- 10.5 Implementation of Three-Dimensional FDFD and Examples -- 10.5.1 Standard Sequence of Simulations for a Newly Written Three-Dimensional FDFD Code -- 10.5.2 Generic Three-Dimensional FDFD Function to Simulate Periodic Structures -- 10.5.3 Simulation of a Crossed-Grating GMRF -- 10.5.4 Simulation of a Frequency Selective Surface.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">10.5.5 Parameter Retrieval for a Left-Handed Metamaterial -- 10.5.6 Simulation of an Invisibility Cloak -- References -- Appendix A -- A.1 Best Practices for Building Devices onto Yee Grids -- A.2 Method Summaries -- List of Acronyms and Abbreviations -- About the Author -- Index.</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on publisher supplied metadata and other sources.</subfield></datafield><datafield tag="590" ind1=" " ind2=" "><subfield code="a">Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries. </subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Electromagnetism--Mathematics.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Photonics--Mathematics.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Finite differences.</subfield></datafield><datafield tag="655" ind1=" " ind2="4"><subfield code="a">Electronic books.</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Rumpf, Raymond C.</subfield><subfield code="t">Electromagnetic and Photonic Simulation for the Beginner: Finite-Difference Frequency-Domain in MATLAB®</subfield><subfield code="d">Norwood : Artech House,c2022</subfield><subfield code="z">9781630819262</subfield></datafield><datafield tag="797" ind1="2" ind2=" "><subfield code="a">ProQuest (Firm)</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="u">https://ebookcentral.proquest.com/lib/oeawat/detail.action?docID=6965420</subfield><subfield code="z">Click to View</subfield></datafield></record></collection>