Giter Site home page Giter Site logo

iatzak / diffusion2d Goto Github PK

View Code? Open in Web Editor NEW

This project forked from probstenhias/diffusion2d

0.0 0.0 0.0 17 KB

Packaging exercise of the Simulation Software Engineering course

License: Creative Commons Attribution 4.0 International

Python 100.00%

diffusion2d's Introduction

Diffusion2D-Python-Package

Project description

This package solves the diffusion equation on a 2D plate, which is at an initial temperature and has a disk with a fixed different temperature. The mesh intervals and the thermal diffusivity of the metal can be given by the user, and the diffusion equation is solved by the finite difference method. The outputs are four plots of the plate's temperature as time passes, showing the evolving temperature field on the plate.

Installing the package

pip install lacerdar_diffusion2d

Using pip3 to install from PyPI

pip install -i https://test.pypi.org/simple/ lacerdar_diffusion2d==0.0.1

Required dependencies

numpy matplotlib

Running this package

In an interactive python prompt, import lacerdar_diffusion2d and call lacerdar_diffusion2d.solve(). You may pass values for dx, dy and D.

Citing

The theoretical background for this package is found in: Chapter 7 of the book "Learning Scientific Programming with Python"

diffusion2d's People

Contributors

iatzak avatar ishaandesai avatar

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.