PVade
is an open source fluid-structure interaction model which can be used to study wind loading and stability on solar-tracking PV arrays. PVade
can be used as part of a larger modeling chain to provide stressor inputs to mechanical module models to study the physics of failure for degradation mechanisms such as cell cracking, weathering of cracked cells, and glass breakage. For more information, visit the PVade Documentation.
New users are encouraged to review the Getting Started guide which describes how to create the Conda environment and run the example simulations.
- To use this software, begin by creating a Conda environment using the provided
environment.yaml
file:whereconda env create -n my_env_name -f environment.yaml
my_env_name
can be replaced with a short name for your Conda environment. When the environment finishes installing, activate it with:conda activate my_env_name
- From within your activate Conda environment, a simulation can be executed with:
python ns_main.py --command_line_arg value
To cite PVade, please use the "Cite this repository" feature available on the right-hand side of this repository page or copy the BibTeX reference below:
@software{Young_PVade_PV_Aerodynamic_2023,
author = {Young, Ethan and Arsalane, Walid and Stanislawski, Brooke and He, Xin and Ivanov, Chris and Dana, Scott and Deceglie, Michael},
doi = {10.11578/dc.20231208.1},
month = sep,
title = {{PVade (PV Aerodynamic Design Engineering) [SWR-23-49]}},
url = {https://github.com/NREL/PVade},
year = {2023}
}