How can I specify different PDE coefficients or different equations for different regions using the PDE Toolbox?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am using the Partial Differential Equation Toolbox and I wanted to know if there exists a way to specify different PDE coefficients i.e. different equations for different regions.
For example, region E1 would have one set of coefficients and region E2 would have another.
How can I implement this using thePartial Differential Equation Toolbox?
Réponse acceptée
MathWorks Support Team
le 27 Juin 2009
If you are trying to solve the same equation type (hyperbolic, parabolic, or elliptical) over the whole domain, it is possible to specify different coefficients in each sub domain that is defined using the PDETOOL command in the Partial Differential Equation Toolbox.
This can be done as follows:
1. Launch PDETOOL by typing pdetool in the MATLAB Command Window.
2. Use the (+) button on the toolbar to draw ellipses/circles.
3. Click on PDE menu.
4. Select PDE Mode.
5. Select Show Subdomain labels.
6. Double-click on each sub domain to specify the coefficients for that sub domain.
In this way you can assign different coefficient values to different sub domains. It is not possible to have different equation types for different domains.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur PDE Solvers dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!