.. SPDX-FileCopyrightText: 1992-2026 NWO-I/SRON Space Research Organisation Netherlands .. .. SPDX-License-Identifier: CC-BY-4.0 .. _sec:ibal: Ibal: set type of ionisation balance ==================================== Overview ~~~~~~~~ For the plasma models, different ionisation balance calculations are possible. Currently, the default set is `Urdampilleta et al. (2017) `_ The Table below lists the possible options. .. table:: Ionisation balance modes =========== ========================================================================================== Abbrevation Reference =========== ========================================================================================== reset default (=u17) ar85 `Arnaud & Rothenflug (1985) `_ ar92 `Arnaud & Raymond (1992) `_ for Fe, \ `Arnaud & Rothenflug (1985) `_ for the other elements bryans09 `Bryans et al. (2009) `_ u17 `Urdampilleta et al. (2017) `_ (default) =========== ========================================================================================== Interfaces ~~~~~~~~~~ Python interface: :ref:`pyapi-ibal`. Syntax ~~~~~~ The following syntax rules apply: | ``ibal #a`` : Set the ionisation balance to set #a with #a in the table above. | ``ibal show`` : Show the currently active ionisation balance. Examples ~~~~~~~~ | ``ibal reset`` : Take the standard ionisation balance | ``ibal ar85`` : Take the Arnaud & Rothenflug ionisation balance