Dear all,
I am trying to solve the following equation:
d_phi/d_t + nabla . (phi*vec{u}) - d(Fphi*(1-phi))/d_z = nabla . (D grad{phi}),
where:
- phi is a scalar, vec{u} and vec{F} are vector fields
- D and F are coefficients that can be taken constant, but that will probably become functions of phi but also x and z.
The domain is bounded by two parabolas (red and brown) :

and the black lines represent streamlines of the advection field vec{u}.
The boundary conditions are non-flux through the boundaries.
Is ClawPack the right tool for this? I am especially interested in solving the equation from D = 0 (purely hyperbolic) to very large values of D.
Also, as the domain is not rectangular, I was planning on using a triangular mesh, but I could not find any mention of non-cartesian grids for ClawPack ?
Thanks a lot !