Presentation is loading. Please wait.

Presentation is loading. Please wait.

COMSOL Multiphysics Conference 2005, Cambridge, MA Oct 24, 2005

Similar presentations


Presentation on theme: "COMSOL Multiphysics Conference 2005, Cambridge, MA Oct 24, 2005"— Presentation transcript:

1 COMSOL Multiphysics Conference 2005, Cambridge, MA Oct 24, 2005
S-Parameter Sensitivity Analysis of Waveguide Structures with COMSOL Multiphysics Dongying Li and N. K. Nikolova ( McMaster University, 1280 Main Street West, Hamilton, ON L8S 4K1, CANADA Department of Electrical and Computer Engineering Computational Electromagnetics Laboratory

2 Contents Theory Implementation in COMSOL Multiphysics
Numerical Results

3 Theory Sensitivity Analysis: Given: 1. The FEM system equation:
2. Design variables 3. Objective function Find the function gradient subject to the system equation While in S-parameter sensitivity analysis:

4 Applications of sensitivity analysis
1. Gradient based optimization: 2. Yield and tolerance analysis

5 Traditional method Finite-difference method at the response level:

6 Adjoint variable method (AVM) for FEM
For FEM formulation We have the adjoint variable formula according to the i-th design parameter is the solution vector of the adjoint system equation:

7 Self-adjoint sensitivity analysis method on S-parameters
The solution of the S-parameter usually has no explicit dependent on p and is not related to the excitation vector b. The AVM sensitivity formula can be written as:

8 Self-adjoint sensitivity analysis method on S-parameters
By the self-adjoint nature of the S-parameter problem, we can find a linear relationship between the k-th element of the original excitation vector and the adjoint excitation vector: For Finite-element formulation:

9 Self-adjoint sensitivity analysis method on S-parameters
A linear relationship between the elements of the original solution vector and the adjoint solution vector exists: And the AVM formulation becomes

10 Computational cost comparison
For the S-parameter sensitivity analysis of an M-port microwave structure with n design parameters FD AVM SASA Original system analysis M Additional system analysis M*n (perturbed) (adjoint) total M*(n+1) 2M

11 Implementation in COMSOL Multiphysics
Basic procedure to perform a self-adjoint sensitivity analysis: Build the geometric and physical model. Generate mesh. Solve the system equation, compute the original S-parameters. Record the solution vector x and the system matrix. Perturb the structure and rebuild the perturbed mesh. Assemble the system matrix on perturbed structure and compute the derivative of system matrix. Compute the self-adjoint sensitivity formula, using the derivative of system matrix and solution vector.

12 Two requirement for the FEM solver :
1. The system matrix must be exportable. 2. The system matrix on the original and the perturbed problem must be the same size, thus the unstructured mesh must be able to be manipulated manually. COMSOL Multiphysics can satisfactorily meet the requirements through its MATLAB interface functions.

13 fem.mesh = meshinit(fem);
fem.xmesh = meshextend(fem); [Kl Ll] = femlin(fem,'out',{'Kl' 'Ll'}); x = Kl \ Ll; p = fem.mesh.p; el = get(fem.mesh,'el'); <alter the mesh> fem_perturb.mesh = femmesh(p_purturb,el); [Kl_perturb Ll] = femlin(fem_purturb,'out',{'Kl' 'Ll'}); dK = (Kl_purturb – Kl) / dp;

14 Numerical Examples waveguide bend

15

16

17

18 Thank you Question?


Download ppt "COMSOL Multiphysics Conference 2005, Cambridge, MA Oct 24, 2005"

Similar presentations


Ads by Google