Smart-G v0.9.2

Post Reply
User avatar
fsteinmetz
Site Admin
Posts: 306
Joined: Fri Sep 07, 2018 1:34 pm
company / institution: Hygeos
Location: Lille, France
Contact:

Smart-G v0.9.2

Post by fsteinmetz »

By downloading the software, you agree to the licence terms and conditions.

We are happy to release Smart-G v0.9.2 !
There are many modifications since v0.9.1:
  • Source code release !
    This release now includes the source code for the kernel instead of binaries.
    This allows for more flexilibity with respect to compilation options.
  • New! 3D objects (in development)
    - 3D objects require smartg option Smartg(opt3D=True) and work in either forward or backward mode
    - Designed to simulate a solar tower power plant
    - Please check notebooks/demo_notebook_objects.ipynb
    - The following features are implemented:
    -> Reflectors (mirrors with optional roughness)
    -> Receivers with flux distribution map (direct, diffuse...)
    -> Custom photon launching options (target an area or specific objects:
    see option Smartg().run(cusL=...))
    -> Utilities to quickly generate a 3D scene with heliostats and a tower
    (see smartg/visualizegeo.py)
  • New! Refraction and limb geometry
    - Please check notebooks/demo_notebook.ipynb
  • ALIS method is now validated and extended to water
    - Please check notebooks/Validation_smartg_compilation.ipynb
    which compiles all validation exercises for Smart-G and an example of
    perturbative Jacobians
  • Locale estimate: add 'zip' option to allow for non-cartesian product of
    output angles
  • Notebooks have been extended
  • New! 3D atmosphere (in development - undocumented)
You do not have the required permissions to view the files attached to this post.
bsaulquin
Posts: 1
Joined: Wed Oct 24, 2018 7:11 am
company / institution: acri

Re: Smart-G v0.9.2

Post by bsaulquin »

Hi,Got an error
from smartg.tools.third_party_utils import change_altitude_grid
missing file?
wongyq
Posts: 1
Joined: Sat May 14, 2022 8:05 am
company / institution: shenzhen university
Location: shenzhen

Re: Smart-G v0.9.2

Post by wongyq »

Hi,I got also an error
from smartg.tools.third_party_utils import change_altitude_grid
missing file?
Post Reply