armi.materials.cs module

Cesium.

The data in this file exists for testing and demonstration purposes only. Developers of ARMI applications can refer to this file for a fully worked example of an ARMI material. And this material has proven useful for testing. The data contained in this file should not be used in production simulations.

class armi.materials.cs.Cs[source]

Bases: Fluid

Cesium.

setDefaultMassFracs()[source]
pseudoDensity(Tk=None, Tc=None)[source]

The 2D/3D density of liquid Cesium.

https://en.wikipedia.org/wiki/Caesium

Notes

In ARMI, we define pseudoDensity() and density() as the same for Fluids.

meltingPoint()[source]
density(Tk=None, Tc=None)

Return the density at the specified temperature for 3D expansion (in g/cm^3).

Notes

For fluids, there is no such thing as 2D expansion so pseudoDensity() is already 3D.