CorbinFoucart / LiquidMetalBoundaryLayer

Finite Element solver for Thermal Boundary layer in low Prandtl number flows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiquidMetalBoundaryLayer

BL Logo

Finite element solver for thermal boundary layer developement in flows with low Prandtl number, such as flows of liquid metal. The solver takes advantage of the structure of the energy equation PDE in order to solve a 2D problem as a series of 1D problems with pseudo-timestepping. Such an approach, along with a variable "timestep" in space, can provide a solution to the problem in a computationally reasonable manner with the finite element method.

The governing energy equation in this regime reduces to:

  • For problem formulation details and finite element considerations, see summary.pdf
  • The solver code can be run interactively with LiquidMetalBL_FEM.ipynb
  • The code was developed using Python 3.6 and the dependencies in requirements.txt

About

Finite Element solver for Thermal Boundary layer in low Prandtl number flows


Languages

Language:Jupyter Notebook 97.9%Language:TeX 2.1%Language:Python 0.0%Language:Shell 0.0%