Here are some simple POLARIS example. We greatfully acknowledge Elliptic Fields for providing some of the examples.
A description on how to import TAILSIT's public GPG key can be found at TAILSIT/gpg. If desired, verify the download via:
gpg --verify <polaris-archive>.sha256.asc <polaris-archive>.sha256sha256sum --check <polaris-archive>.sha256 After unzipping the archive, the bin folder contains the two executables polaris and polaris.post. Copy these executables either to your $HOME/bin folder or to any other destination that is in your search path.
The share folder contains the license file polaris_license.json.
Copy the license file to one of the following locations:
/etc/polaris/polaris_license.json (system wide)/opt/polaris/polaris_license.json (system wide)$HOME/.config/polaris/polaris_license.json (user install)$HOME/.polaris/polaris_license.json (user install)/any/location/you/like/polaris_license.json (and point to it via the environment variable POLARIS_LICENSE_FILE)Run POLARIS simply via
[mpirun
-np <nproc>] polaris
-i <file.mesh> -s <settings.yaml>
example folder. A detailed description about POLARIS can be found in the included README.md.
POLARIS is a high-performance simulation software for the dielectric design and analysis of high-voltage devices. It uses the Boundary Element Method (BEM) to accurately model electrostatic problems involving electrodes, dielectric media, and floating or initially unknown potentials.
Designed with scalability in mind, POLARIS uses MPI-based parallelization and runs efficiently across a wide range of hardware—from laptops and engineering workstations to large HPC clusters. A Fast Multipole Method (FMM) provides efficient compression of the boundary-element operator, avoiding the storage and computational cost of dense BEM matrices and enabling the simulation of large-scale models.
POLARIS accepts various surface mesh formats and supports both flat and curved triangular and quadrilateral surface elements. Higher-order discretizations based on L² and H¹ᐟ² finite-element spaces allow the accuracy of the numerical model to be adapted to the requirements of the application.
In addition to solving for surface quantities, POLARIS can evaluate the electric field throughout the exterior domain, providing the information required to analyze field distributions and identify critical regions in high-voltage designs.
Simulation results are written in the modern VTKHDF format and can be opened directly in visualization and post-processing software such as ParaView.
A complementary browser-based POLARIS application provides a graphical interface for creating and configuring simulation models. It simplifies the preparation of POLARIS input files and makes setting up dielectric simulations accessible without manually writing configuration data.
The use of this POLARIS version is permitted for non-commercial purposes only. For further information we refer to our General Terms and Conditions.
For commercial licenses of POLARIS, please contact us.