density_ions()#

DataParser.density_ions(filename: str = 'DENSITY') dict[str, ndarray[Any, dtype[float64]]]Source#

Load ions density data. the list of species state is: H+, C1+, C2+,…, C+6, Ne1+,…, Ne10+. The total number is 17.

Parameters:
filenamestr

Loading text file name, by default "DENSITY".

Returns:
dict[str, (N, ) array_like]

Key is label of ion and value is density data [1/m^3].