Use the solution of PDE tool box as known function to solve another PDE

3 views (last 30 days)
I solved the simple Laplace equation on a certain geometry, and now want to use a certain combination (nonlinear) of the solution function as source term of a new Poisson equation. How do I do this?
The problem arises because of two reasons:
My system is:
\theta_xx + \theta_yy = 0 (certain boundary conditions)
\omega_xx + \omega_yy = (\theta_xx - \theta_yy)*sin(\theta) (certain boundary conditions)
\psi_xx + \psi_yy = \omega
so three decoupled equations, but I would need the symbolic expressions to use repeatedly the pde toolbox.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!