classy_blocks
classy_blocks copied to clipboard
Python classes for easier creation of OpenFOAM's blockMesh dictionaries.
* classy_blocks version: * Python version: * Operating System: ### Description I cant find where a corner projection is stored in a class list face projections are stored in face_list...
Hi, I have an idea for an additional functionality in classy blocks: a multiHex object. This is a structured 3d array of blocks. I’ve attached a proof of concept in...
Hi, Currently, the operations work only on a single face (or two faces in the loft case). It would be easier to create a blocking structure when these operations work...
The plan: 1. Generate blockMeshDicts from examples using the already-written tool (tests/helpers/collect_outputs) 2. Run meshes and check them visually by hand to make sure they work 3. Repeat the above...
Revolve with a negative angle will create a block that spans 360deg - |angle|. It should create a Revolve with given angle instead. A workaround is to flip the axis...
I found a small mistake in the grid property in SplineDisk, causing the core and shell property to give wrong results
Hi, I attempted to create a cylinder with four holes that will eventually be connected to inlet and outlet pipes. I have attached a rough script that does this traditionally...
Un-duplicate code for `add_edges()` on `SplineRound`-derived objects.
Include Python 3.12 in pytests (tox and Github actions)