PVade is a fluid-structure interaction solver for studying wind loading and aerodynamic stability in solar-tracking PV arrays.

1 Open Issue Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a verbose option in the PVade command-line interface (CLI) to control the level of output displayed to the terminal. This involves modifying the `ns_main.py` script to accept a new command-line argument (e.g., `--verbose` or `-v`) that toggles detailed output on or off. The existing output should be conditionally displayed based on the value of this new argument.

Complexity: 3/5
good first issue

PVade is a fluid-structure interaction solver for studying wind loading and aerodynamic stability in solar-tracking PV arrays.

Python