Fluid flow & heat transfer using PDE toolbox

조회 수: 47 (최근 30일)
patilak
patilak 2016년 7월 14일
편집: Precise Simulation 2019년 3월 3일
The equations describing my system in 2-D (r,z) in cylindrical coordinates are: 1. Continuity equation 2. Navier stokes equations in r & z coordinates 3. Heat conduction equation
i.e. the velocity has components in r & z directions
Can PDE toolbox be used to solve these equations?
However, I am not sure whether the continuity & Navier stokes equation can fit in this general form
What approach should I follow here? One idea I had was to use finite difference method to discretize the equations. Is that workable?
  댓글 수: 1
QuickerSim
QuickerSim 2017년 6월 15일
편집: QuickerSim 2017년 6월 15일
For flow and heat transfer simulation (both in 2-D and 3-D) QuickerSim CFD Toolbox for MATLAB can be used. Links here:
or here: https://www.mathworks.com/matlabcentral/fileexchange/53993-quickersim-cfd-toolbox

댓글을 달려면 로그인하십시오.

답변 (2개)

Precise Simulation
Precise Simulation 2017년 8월 5일
편집: Precise Simulation 2019년 3월 3일
Coupled axisymmetric Matlab CFD and heat transfer problems can relatively easily be set up and solved with the FEATool Multiphysics, either by defining your own PDE problem or using the built-in pre defined equations.
Relevant to your question is for example this axisymmetric tutorial describing how to set up and solve an axisymmetric fluid problem using the Navier-Stokes equations.

michio
michio 2016년 8월 31일
편집: michio 2016년 8월 31일
I assume that you are trying to solve a system of equations in an axisymmetric cylindrical domain, 2D r-z. Currently, PDE Toolbox only supports the equations in the Cartesian coordinate system, so may not be a good fit for your problem.
Implementing finite difference method for the spatial derivatives is one way. You can let MATLAB built-in functions do the time integration.

카테고리

Help CenterFile Exchange에서 Computational Fluid Dynamics (CFD)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by