A library to interact with simulations with.
Project description
PySim
PySim is a package for simply interacting with simulations in a pythonic, object oriented way.
from pysim.dhybridr.turbulence import TurbSim
s = TurbSim("path/to/simulation")
# examine initial conditions
s.B.z.show(0)
s.u.x.show(0)
# make video of density evolution over simulation
from kplot import show_video
@show_video(name='energy_flux', latex=r'$\rho \mathcal{u}_\perp^2$')
def energy_flux(s, **kwargs) -> np.ndarray:
return np.array([p*(ux**2+uy**2) for p, ux, uy in zip(s.density, s.u.x, s.u.y)])
energy_flux(s)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kgsim-0.2.17.tar.gz
(41.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
kgsim-0.2.17-py3-none-any.whl
(53.4 kB
view details)
File details
Details for the file kgsim-0.2.17.tar.gz.
File metadata
- Download URL: kgsim-0.2.17.tar.gz
- Upload date:
- Size: 41.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa699ee18cc008f5715aabd0133e9074359d4df9146b49cb32548b907ad18d28
|
|
| MD5 |
7a8493b65cc76317ab508b9be07f7ad7
|
|
| BLAKE2b-256 |
b0403375f8c2d237a9356e7d68ec80c83db7fb243f73c7ae645db315880f1a1f
|
File details
Details for the file kgsim-0.2.17-py3-none-any.whl.
File metadata
- Download URL: kgsim-0.2.17-py3-none-any.whl
- Upload date:
- Size: 53.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19fb99a8e73df5b8dce66a7e562cf232c3e77bb205e8b8f8eccc44d550ba7e97
|
|
| MD5 |
80c4b6aa078065b686102074951043ec
|
|
| BLAKE2b-256 |
b6bf29f872b57df51b9da76bdbce1b0f27dd638817ff276034e7d2e530fc7740
|