Hello everyone,
I’m an undergraduate student of physics and would like to write my thesis, using Dedalus code, but I’m barely beginning, so forgive me if my questions are badly formulated, or don’t make sense.
Right now, I’m trying to reproduce the result from the paper, I’m attaching (some of the pages), the system of equations (48)-(53).
So, far, I have only the initial steps (script attached): Created a domain, added the equations and some boundary values. I’m trying to plot the eigenvalues (real and imaginary part, as in paper, and possibly the eigenvectors) against the vertical wavenumbers, but I’m not sure how to proceed. How to get the vertical wavenumbers and how to do the plot? Could you help me with the code, or a sketch? I think that because of the substitution dz(A) -> i kz A, the system now is an algebraic system. I’m thinking that maybe I need to define a function that has kz as variable and define the problem inside?
I didn’t know how to get the kz values, so I set it as a parameter, kz=1.
In addition, when I try to create an Eigenproblem object using EP=Eigenproblem(das) (last line), I get the error “name 'r' is not defined”.
Among others, I would like to produce a figure like fig 1 on the paper.
Any help or suggestions are greatly appreciated.
Thank you.
--
You received this message because you are subscribed to the Google Groups "Dedalus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/9b463a9b-a0ef-4f6d-9963-b0cc67ceb5f1n%40googlegroups.com.