classy_blocks icon indicating copy to clipboard operation
classy_blocks copied to clipboard

Python classes for easier creation of OpenFOAM's blockMesh dictionaries.

Results 10 classy_blocks issues
Sort by recently updated
recently updated
newest added

* 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...

enhancement

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...

enhancement

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...

bug

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.

help wanted
good first issue
improvement

Include Python 3.12 in pytests (tox and Github actions)

enhancement