Skip to main content

Scripts and wrappers for Solstice ray-tracing software

Project description

Introduction

This repository contains Python wrappers for running the Solstice ray-tracing software, which can be used for the simulation of concentrating solar-thermal power (CSP) systems. The repository also contains copies of the post-processing tools for Solstice, which are required by our Python wrappers. Finally, this repository contains code to generate an easy-to-use Windows installer for Solstice.

|docs|

solsticepy

See the documentation for solsticepy at Read The Docs.

Installing Solstice

Windows

  • For Windows (Windows 10, 64-bit), use our 64-bit binary installer to install Solstice. The resulting files will be located in c:\Program Files\solstice-0.9.0 (with the appropriate version number). Note that the Windows installer also includes the post-processing tools.

Linux

  • In Linux system (eg Ubuntu 18.04 64-bit), you must download the binary tarball from the Solstice homepage. Note, you will also separately need to set up the post-processing tools.
### download and extract:
cd ~
wget "https://www.meso-star.com/projects/solstice/downloads/Solstice-0.9.0-GNU-Linux64.tar.gz"
tar zxvf Solstice-0.9.0-GNU-Linux64.tar.gz
### add solstice to your PATHs:
export PATH=$PATH:~/Solstice-0.9.0-GNU-Linux64/bin
export LD_LIBRARY_PATH=$LB_LIBRARY_PATH:~/Solstice-0.9.0-GNU-Linux64/lib
### check that it runs:
solstice --help
  • Note that you can add the two export commands to your ~/.profile file in order that solstice remains available next time you log in.

  • To install the post-processing scripts:

### download this code repository:
cd ~
git clone https://github.com/anustg/solstice-scripts.git
cd solstice-scripts
### compile the post-processing scripts
scons
### install the post-processing scripts to the solstice PATH
scons INSTALL_PREFIX=~/Solstice-0.9.0-GNU-Linux64 install

Installing solsticepy wrapper scripts

The instructions below give easy instructions for end-users. If you are interested in hacking/developing/changing solsticepy code, see HACKING instead.

Windows

  • First install Python if you have not done so already. Choose the latest "Windows x86-64 executable installer" of the latest Python 3 release for Windows.

  • If you added Python to your PATH during installation you can just open a command prompt and type pip3 install solsticepy and that should download and install everything you need.

  • If you didn't add Python to your PATH, you can do the following:

    • Create a text file install.py in your home directory with the following content:
# put this file in your home directory and name it install.py
import sys, subprocess
subprocess.check_call([sys.executable,"-m","pip","install","solsticepy"])
  • Open a command prompt (type 'cmd' in the Start menu), then type
install.py
  • You should see Python downloading and installing 'solsticepy' from the PyPI servers.

Installing Paraview

  • Be sure to install a version 4 release of Paraview. Version 5 was not stable on Windows when we tested it (Apr 2020).

  • On Windows:

  • On Linux (Ubuntu 18.04):

    • sudo apt install paraview should be all you need.

Running a example wrapper script:

  • This section yet to be completed

  • Download our Zip file from this page

  • Extract the folder example to your home directory

  • Open a command prompt, navigate to your example directory, then run the run.py script:

cd example
run.py
  • You should see various output, followed by "Completed successfully". Also note the output what says "Case directory is...".

  • In the case directory, you will file output files including .csv files that can be opened using Excel, and .vtk files that contain 3D graphics can be opened in Paraview.

References

.. |docs| image:: https://readthedocs.org/projects/solsticepy/badge/?version=latest :alt: Documentation Status :scale: 100% :target: https://solsticepy.readthedocs.io/en/latest/?badge=latest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

solsticepy-0.3.2.tar.gz (45.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

solsticepy-0.3.2-py3-none-any.whl (60.1 kB view details)

Uploaded Python 3

File details

Details for the file solsticepy-0.3.2.tar.gz.

File metadata

  • Download URL: solsticepy-0.3.2.tar.gz
  • Upload date:
  • Size: 45.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.5.2

File hashes

Hashes for solsticepy-0.3.2.tar.gz
Algorithm Hash digest
SHA256 de9bdf6465033dd57576e605a170039da9a547485969fc3d14a76196be1dd198
MD5 2aa96ec4eb039f1d110b340b05af2cb2
BLAKE2b-256 2a641e571692f6426685cf58794bbf52461da24bbd7b91bf711c3d6008f1ea2b

See more details on using hashes here.

File details

Details for the file solsticepy-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: solsticepy-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 60.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.5.2

File hashes

Hashes for solsticepy-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 27cf74641af1caf365cff18d05daeb0e00e89d407e79aebd098b76cb2b0a2395
MD5 8ed4dd68d05fab6ab493c80985029e02
BLAKE2b-256 c163765ca9ee66c63866fa535161f429da87119e90ae10238dc21b98c18af4dd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page