S W
unread,Oct 28, 2024, 10:58:19 AM10/28/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dedalus Users
Does anyone know how to set up the boundary condition for a single slit?
In detail, we have two fields u_x, u_y for velocity in x,y direction.
For example, using tau-method, the following code setup a Dirichlet hard wall:
problem.add_equation(u_y(y=0)=0)
But how to open a slit(hole) with Neumann bdy condition on the hole?
Many thanks!