Module for calculating 2D Diffusion.
Project description
This package is used to calculate 2-dimensional diffusion on a regular grid with the initial conditions defined in a png file. The border conditions are handeled by rolling over to the oposite edge and using the value specified there. This module is the final state in a row of examples for solving the same problem. All examples, shifting the very first quick&dirty soultion over a function-based version to this version are published in the GIT-project:
https://github.com/mmaelicke/diffusion.git
This module was programmed in order to illustrate proper programming for scientist using an easy to understand example. It does neither claim to be performant nor comprehensive to solve diffusion problems. The example was taken from the great book: High Performance Python by Micha Gorelick and Ian Ozsvald (O’Reilly). [Copyright 2014 Micha Gorelick and Ian Ozsvald, 978-1-449-36159-4].
Installation
Install this package using:
Usage
There is a command line tool called diffusion.py that takes an image with the initial conditions as a first argument, The diffusion parameter D as a second argument, the time step per increment dt as third argument and the total time steps to be simulated as fourth argument.
python diffusion.py image.png D dt iterations
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file diff2d-0.1.8.tar.gz
.
File metadata
- Download URL: diff2d-0.1.8.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca4c41349f24fd710dd2edc6fecd9d3437a9b8e992e4b52a01833fc63544d227 |
|
MD5 | a4bd0f147267ec18e14744563b07dced |
|
BLAKE2b-256 | fd095ecaf5feebeb378c10726b15bc0eaddda6fca123a126006369607eddb502 |