g3d is a collection of numerical tools for analysis of compressible flows
Project description
g3dflow.py is a collection of numerical tools for compressible flows that includes a calculator (CFlow), a pre-processor (G3DMesh), and a generic flow solver (G3DFlow)
CFlow
a Python-based calculator for compressible flow problems
from g3d import CFlow
cflow = CFlow()
G3DMesh
a Python-based mesh generation tool for generation of boundary fitted multi-block structured grids
# available modules: G2DMesh, G3DMesh
from g3d import G3DMesh
g3dmesh = G3DMesh()
G3DFlow
a Python-based flow solver for compressible flow simulations
# available modules: G2DFlow, G3DFlow, Q1DFlow, Q3DFlow
from g3d import G3DFlow
g3dflow = G3DFlow()
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
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
File details
Details for the file g3d-2.6.3.tar.gz.
File metadata
- Download URL: g3d-2.6.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c78e58e4f2d6335c8cc8748f6394906b617578c874ccc62dd008ba74d138e5b7
|
|
| MD5 |
e4337382c09bb4be35a04da1e44918ad
|
|
| BLAKE2b-256 |
a5f13c990dc4384dbbe17e3c8636110f60c0c84e6966e5bdd44f86695acb6a5a
|
File details
Details for the file g3d-2.6.3-py3-none-any.whl.
File metadata
- Download URL: g3d-2.6.3-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91f0fee2219cd307f60036b61ff2d5f0b90e8b9295a57fe7d3460cdda149800a
|
|
| MD5 |
3ff17ca7e5055483804c6389bd2ced5c
|
|
| BLAKE2b-256 |
b9b9a4e5ab642f8f42524e1caf0d598b1825259aec23c808eaf40d13d47971aa
|