Stationary Convection-Diffusion Equation 2-D
Show older comments
I need to solve Convection-Diffusion Equation for a square domain using triangular mesh. The equation is:

Where V is the velocity vector, T is temperature, K is the diffusion coefficient and Q is power.
The study is about finding the air temperature in a closed space with forced convection and a constant power; the velocity goes in just one direction and ist constant too. I need to create a square of 11x11 centimeters because that is the size of the machine I'm working with, and I want to create a triangular mesh but I don't know how to.
Is it possible to solve the equation using the Petrov-Galerkin method? If the answer is yes, how can I do it?
If the answer is no, what other method can I use?
The idea is to create a program that allows you to assign a constant value to the power and speed and gives back as a result the temperature values, but my concern is that in this Finite Element Method you can not use the regular Weight Functions.
Please excuse my english.
Accepted Answer
More Answers (0)
Categories
Find more on Structural Mechanics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!