in MATLAB PDE Toolbox App, I've multiple objects (Rectangular shaped) in one file. For multiple objects I'd like to specify the PDE coefficients differently. How can I specify the different PDE coefficients for different objects.
Mostrar comentarios más antiguos
As an example, I have 3 rectangular shaped objects. They share the boundary with each other. I'd like to calculate the heat transfer equation for 3 different objects. The heat source,Q is different for different objects e.g Q = [10;20;30]. So using PDE Toolbox GUI, how can I set the value ?
Respuesta aceptada
Más respuestas (1)
Md Shahidul Alam
el 9 de Jul. de 2015
0 votos
1 comentario
Alan Weiss
el 13 de Jul. de 2015
The equation that the PDE Toolbox solves is displayed above the coefficients in the PDE Specification dialog box:
-div(K*grad(T)) = Q + h*(Text - T)
where T = temperature, k = coeff. of heat conduction, Q = heat source, h = convective heat transfer coeff., and Text = external temperature.
In the Boundary Condition dialog box, the Neumann boundary conditions are
n*k*grad(T) + q*T = g
where g = heat flux and q = heat transfer coefficient.
In summary, Q is a coefficient of the PDE, and g is a Neumann boundary condition term.
Alan Weiss
MATLAB mathematical toolbox documentation
Categorías
Más información sobre Geometry and Mesh en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!