Git Product home page Git Product logo

heateq-design-intersect-2023's Introduction

Hello Numerical World - Python Refactor

NOTE: This repo was refactored from here

In this repo is a very simple implementation of an application for solving the one dimensional heat conduction equation. This is the functional equivalent of a Hello World application for HPC/CSE numerical programmers.

In general, heat conduction is governed by the partial differential (PDE)...

(1)

where u is the temperature at spatial positions, x, and times, t, is the thermal diffusivity of the homogeneous material through which heat is flowing. This partial differential equation (PDE) is known as the Diffusion Equation and also the Heat Equation.

Simplifying Assumptions

To make the problem tractable for this lesson, we make some simplifying assumptions...

  1. The thermal diffusivity, , is constant for all space and time.
  2. The only heat source is from the initial and/or boundary conditions.
  3. We will deal only with the one dimensional problem in Cartesian coordinates.

In this case, the PDE our application needs to solve simplifies to...

(2)

Currently, three different numerical algorithms are implemented

Install Instructions

Open "Command Prompt" and create a conda environment and activate it:

conda create -n heateq_env python=3.11
conda activate heateq_env

Clone the repository and install:

git clone https://github.com/abiswas-odu/heateq-design-intersect-2023.git
cd heateq-design-intersect-2023
pip install -e .

heateq-design-intersect-2023's People

Contributors

abiswas-odu avatar henryiii avatar

Watchers

 avatar

Forkers

henryiii

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.