GITLAB iLM - Institut Lumière Matière
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aquasol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olivier VINCENT
aquasol
Commits
6f82e47d
Commit
6f82e47d
authored
2 years ago
by
Olivier VINCENT
Browse files
Options
Downloads
Patches
Plain Diff
Solve bug in water activity due to undefined formulas at zero concentration for Tang KCl and NaCl
parent
03969c4f
Branches
Branches containing commit
Tags
v1.2.2
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
aquasol/solutions/formulas/activity/KCl.py
+1
-1
1 addition, 1 deletion
aquasol/solutions/formulas/activity/KCl.py
aquasol/solutions/formulas/activity/NaCl.py
+1
-1
1 addition, 1 deletion
aquasol/solutions/formulas/activity/NaCl.py
with
2 additions
and
2 deletions
aquasol/solutions/formulas/activity/KCl.py
+
1
−
1
View file @
6f82e47d
...
...
@@ -27,7 +27,7 @@ default_source = 'Tang'
concentration_types
=
{
'
Tang
'
:
'
m
'
}
concentration_ranges
=
{
'
Tang
'
:
(
0
,
13
)}
concentration_ranges
=
{
'
Tang
'
:
(
1e-9
,
13
)}
temperature_units
=
{
'
Tang
'
:
'
C
'
}
...
...
This diff is collapsed.
Click to expand it.
aquasol/solutions/formulas/activity/NaCl.py
+
1
−
1
View file @
6f82e47d
...
...
@@ -39,7 +39,7 @@ concentration_types = {'Clegg': 'x',
'
Tang
'
:
'
m
'
}
concentration_ranges
=
{
'
Clegg
'
:
(
0
,
0.23
),
'
Tang
'
:
(
0
,
13
)}
'
Tang
'
:
(
1e-9
,
13
)}
temperature_units
=
{
'
Clegg
'
:
'
C
'
,
'
Tang
'
:
'
C
'
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment