Crates.io | chatelier |
lib.rs | chatelier |
version | 0.1.0 |
source | src |
created_at | 2023-05-05 01:26:37.198382 |
updated_at | 2023-05-05 01:26:37.198382 |
description | Simulate Le Chatelier's Principle |
homepage | https://github.com/BeaconBrigade/lcp-sim/tree/master/src-tauri/crates/chatelier |
repository | |
max_upload_size | |
id | 857225 |
size | 48,820 |
chatelier
is an implementation of Le Chatelier's Principle.
It's built on top of chem-eq
.
chatelier
can quantitatively determine the effect of changes in:
Temperature can be artificially implemented by setting the k expression of the System
and then calling update()
on
the System
.
View the examples and crate documentation for more information.