https://gitlab.opengeosys.org/ogs/ogs.git
Revision 51776d6c14a467757f2c52e4dd1c750d40472391 authored by Dmitry Yu. Naumov on 09 July 2021, 07:29:27 UTC, committed by Dmitry Yu. Naumov on 09 July 2021, 07:29:27 UTC
[CL] Use MPL to input amounts of ion exchanging species

This MR enables using the MPL to input the amounts (or molalities) of ion exchanging species as opposed to defining these quantities inside the `<chemical_system>` tag, which is what is currently possible.

This MR partially resolves issue #3164 (after this, more MRs will be added to fully resolve the issue).

1. [x] Feature description was added to the [changelog](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.4.1)
2. [x] Tests covering your feature were added?
3. [ ] Any new feature or behavior change was documented?

See merge request ogs/ogs!3695
2 parent s 08e6faf + 31dc566
Raw File
Tip revision: 51776d6c14a467757f2c52e4dd1c750d40472391 authored by Dmitry Yu. Naumov on 09 July 2021, 07:29:27 UTC
Merge branch 'MoveExchangeToMPL' into 'master'
Tip revision: 51776d6
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top