Skip to content

Commit 33a1e6e

Browse files
committed
Merge branch 'main' of https://github.com/G1OJS/NECBOL
2 parents 4e32c4a + a0e8285 commit 33a1e6e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
- **Automatic wire joining**: Automatically connects wire ends to other wires, simplifying model creation.
1010
- **Flexible connector placement**: Add connectors between specific points on different objects.
1111
- **Configurable simulation parameters**: Set frequency, ground type, and pattern observation points.
12-
- **Current component library**: Helix, circular arc/loop, rectangular loop, straight wire, straight connector
12+
- **Current component library**: Helix, circular arc/loop, rectangular loop, straight wire, straight connector, thin sheet
1313
- **Easy to place**: feedpoint, series RLC load(s), prarallel RLC load(s) specified in ohms, uH and pF
1414
- **Easy to define meshed grids** which can also be joined edge to edge to create box structures (see the [car model](https://github.com/G1OJS/NECBOL/blob/main/example_handheld_in_a_car.py))
1515
- **Dielectric sheet model**: currently experimental, not validated, built in to a flat sheet geometry component
1616
- **Optimiser**: Optimise VSWR and / or Gain in a specified direction
17-
- **More coming soon**: See [next steps/future plans](https://github.com/G1OJS/NECBOL/blob/main/TO_DO.md)
1817
- **Extensible design**: It's written in Python, so you can use the core and add your own code
19-
- **Example files**: Simple dipole, Hentenna with reflector with example parameter sweep, Circular version of Skeleton Slot Cube with Optimiser code
18+
- **Example files**: Include Simple dipole, Hentenna with reflector with example parameter sweep, Circular version of Skeleton Slot Cube with Optimiser code
19+
- **Wire Frame Visualiser shows wire thickness** to help understand wire proximity
2020

2121
![Capture](https://github.com/user-attachments/assets/d9144a6c-4d3f-4bd6-9a4b-52559dc10600)
2222

docs/outline.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,9 @@
614614
f.write(f"GM 0 0 0 0 0 0 0 {self.origin_height_m:.3f}\n")
615615
f.write("GE -1\n")
616616
f.write(f"GN 2 0 0 0 {self.ground_Er:.3f} {self.ground_sigma:.3f} \n")
617-
617+
618618
# Write EK card
619-
f.write("EK\n")
619+
f.write("EK\n")
620620

621621
# Write out the loads
622622
for LD in self.LOADS:

0 commit comments

Comments
 (0)