Skip to content

Releases: Argonne-National-Laboratory/srlife

Version 2.0.0: ceramic and thermohydraulic capabilities

11 Oct 18:58
c31c5e5
Compare
Choose a tag to compare

This release adds two large new features:

  • A thermohydraulic solver. Now you can define flow paths through the receiver along with flow path inlet temperatures and flow rates and srlife will solve for the resulting fluid and tube temperatures. This eliminates the need for an external thermohydraulic solver.
  • Time independent, statistical failure models for ceramic materials. srlife can now evaluate the reliability of ceramic receivers and other CSP components!

This release also includes the data required to analyze components made of monolithic SiC as well as new fluid properties for supercritical carbon dioxide working fluids.

Version 1.2.1: fix scikit-fem incompatibility

13 Oct 18:33
Compare
Choose a tag to compare

The new version of scikit-fem uses a decorator that makes it's objects un-pickle-able, meaning they don't play nicely with multiprocessing. This release works around the incompatibility by pinning srlife to version 3.2 of scikit-fem.

Version 1.2.0: updates and solvers heuristics

13 Oct 01:56
Compare
Choose a tag to compare

This version includes:

  • Fixes and improvements suggested by ANU and others
  • Solver heuristics, aimed at speeding up the analysis with some reduction in accuracy
  • Minor updates to the material models

Version 1.1.1: updated system solver

18 Mar 22:43
Compare
Choose a tag to compare

This release fixes a couple of bugs in the system solver. These bugs should only have affected "partly connected" receiver models and should not have affected fully connected or fully disconnected simulations.

Version 1.0.4 -- fixed numpy dependency issue

20 Jan 01:02
Compare
Choose a tag to compare

This bugfix resolves an issue introduced by pinning srlife to a particular version of numpy.

Version 1.0.3 -- first supported MacOS install

20 Jan 00:20
f48da01
Compare
Choose a tag to compare

This version adds MacOS support and official install directions.

Version 1.0.2 -- include XML data in the PyPi package

11 Jan 22:52
11a071c
Compare
Choose a tag to compare

Apparently the PyPi package was not including the data directory, this release fixes that.

First full release of srlife

04 Jan 23:35
Compare
Choose a tag to compare

This is the first complete release of the package.

Actions still not working

04 Jan 23:16
Compare
Choose a tag to compare
Pre-release
v1.0.0-rc7

It might help to remove failing line

Release candidate 5: still working on actions

04 Jan 23:09
Compare
Choose a tag to compare
v1.0.0-rc5

This is terrible