Skip to content

Commit

Permalink
antenna array calculator class
Browse files Browse the repository at this point in the history
  • Loading branch information
dbochkov-flexcompute committed Feb 27, 2025
1 parent 89a7019 commit 18602c1
Show file tree
Hide file tree
Showing 5 changed files with 1,507 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for running multiple adjoint simulations from a single forward simulation in adjoint pipeline depending on monitor configuration.
- Ability to directly create `DirectivityData` from an `xarrray.Dataset` containing electromagnetic fields, where the flux is calculated by integrating the fields over the surface of a sphere.
- Ability to the `TerminalComponentModeler` that enables the computation of antenna parameters and figures of merit, such as gain, radiation efficiency, and reflection efficiency. When there are multiple ports in the `TerminalComponentModeler`, these antenna parameters may be calculated with user-specified port excitation magnitudes and phases.
- `RectangularAntennaArrayCalculator` class to compute the array factor and far-field radiation patterns for rectangular phased antenna arrays.

### Changed
- The coordinate of snapping points in `GridSpec` can take value `None`, so that mesh can be selectively snapped only along certain dimensions.
Expand Down
Loading

0 comments on commit 18602c1

Please sign in to comment.