gregmoille / pyLLE

Lugiato Lefever Equation Solver in Python/Julia
Other
65 stars 39 forks source link

A question about TestDispersion.csv. #28

Closed syq-nulixuexi closed 2 years ago

syq-nulixuexi commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

syq-nulixuexi commented 2 years ago

We have successfully run the example, and we want to know how the data in the .csv table is obtained.

gregmoille commented 2 years ago

The data available in the example are the resonant frequencies of a ring resonator. To get them, you will need to solve the wave equation in the Fourier domain and find out the eigenvalues of the system - basically a mode solver. Usually done using Comsol, Lumerical, house-made mode solver (Tom Murphy’s wgmode solver in matlab), etc… while taking into account the bend radius of the resonator (i.e. conformal mapping if radius large or need of cylindrical coordinate with Comsol).