Skip to content

Commit dca78c1

Browse files
committed
Update Readme, changelog, bump version
1 parent 0354f52 commit dca78c1

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# [1.6.1]
8+
### Added
9+
- Assemblies and *Joints
10+
- Examples thereof
11+
12+
### Changed
13+
- Some bugfixes
14+
715
# [1.6.0]
816
### Added
917
- Array element; handling multiple points at once (makes transforms faster)

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ _Unchecked items are not implemented yet but are on a TODO list_
7777
- [x] Hemisphere
7878
- [x] Stacks (collections of similar Shapes stacked on top of each other)
7979
- [ ] Predefined parametric Objects
80-
- [ ] T-joint (round pipes)
81-
- [ ] X-joint
82-
- [ ] N-joint (multiple pipes)
80+
- [x] T-joint (round pipes)
81+
- [x] X-joint
82+
- [x] N-joint (multiple pipes)
83+
- [ ] Collector (a barrel with multiple radial outlets)
8384
- [ ] Other building tools
8485
- [x] Use existing Operation's Face to generate a new Operation
8586
- [x] Chain Shape's start/end surface to generate a new Shape
@@ -246,6 +247,12 @@ An electric heater in water, a mesh with two cellZones. The heater zone with sur
246247

247248
> See `examples/complex/heater` for the full script.
248249
250+
## Assemblies
251+
A collection of pre-assembled parametric Shapes, ready to be used for further construction.
252+
253+
Three pipes, joined in a single point.
254+
![N-Joint](showcase/n_joint.png)
255+
249256
## Projection To Geometry
250257

251258
[Any geometry that snappyHexMesh understands](https://www.openfoam.com/documentation/guides/latest/doc/guide-meshing-snappyhexmesh-geometry.html)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "classy_blocks"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "Python classes for easier creation of openFoam's blockMesh dictionaries."
55
readme = "README.md"
66
license = { file = "LICENSE" }

showcase/n_joint.png

319 KB
Loading

0 commit comments

Comments
 (0)