Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Numerical heat transfer code for external flows

NotificationsYou must be signed in to change notification settings

dwhoff/external-flow-thermal-solver

Repository files navigation

This repository solves heat transfer problems in 2D external flows over a flat plate. The user may specify a variety of flow conditions and thermal boundary conditions. The output includes the wall temperature and heat flux distributions on the top and bottom surfaces of the plate. A description of the main settings is given below.

SettingOptionsDescription
fluid'air', 'water', 'user defined'Defines the fluid object for property look-up in Cantera.
Fluid properties may be specified manually if 'user defined' is chosen.
BC'prescribed temp', 'conjugate'Defines the type of boundary condition used.
wall_conduction'thin', 'thick'Defines the type of discretization used in the solid domain.
This setting only applies when BC = 'conjugate'.
transienttrue, falseToggles steady/unsteady analysis.
This setting only applies when BC = 'conjugate'.
radiationtrue, falseToggles radiation effects on the outer plate surface.
This setting only applies when BC = 'conjugate'.
writetrue, falseToggles option to write data to text file.

To run this code

You will need MATLAB to run this code as well as a compatible version ofCantera in order to support fluid property look-ups. Alternatively, you may skip the Cantera installation, but be sure to set the "fluid" variable to 'user defined' or else the code will not run. In this case you will be prompted to enter the fluid properties manually. Once all of the code in the repository have been downloaded to a single directory, the "main.m" script should be executed.

General

Based on graduate course at Stanford University, ME352C: Convective Heat Transfer.

The conjugate methods implemented in this code are based on the following paper:

Hoffman, D. W., and Eaton, J. K. "Conjugate Heat Transfer Analysis Using the Discrete Green's Function." ASME. J. Heat Transfer. 143(3). (2021)

Author: Davis W. Hoffman (email:dwhoff@stanford.edu)
Last modified: 03/12/2021
Developed and tested in MATLAB R2020b

About

Numerical heat transfer code for external flows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp