Skip to content

yijiazho/heat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

This project is the simulation of the heat transfer in one dimension

Getting started

Set up virtual environment

python -m venv venv
source venv/bin/activate  # Linux/macOS
.\venv\Scripts\activate   # Windows

Install and update requirements

pip install -r requirements.txt
pip freeze > requirements.txt

Run application

pip install fastapi uvicorn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages