Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: Wouter-Badenhorst
  • Language: Rust
  • Default Branch: master
  • Size: 1.12 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed 7 months ago
Metadata Files
Readme Citation

README.md

curfbelectrochemmodel

Text left in for posterity, never wrote down that settings the default settings are :D

Calculation time with default settings 478s, suspicion file access when running the model slowing calculation time read file data in main and feed to the model.

Calculation time with default settings 43s, after only reading data once in main fail and copying the vector for each model instance, ram usage significantly increased however.

Calculation time with default settings 6s, after removing DIY multithreading code and replacing with Rayon implementation: Memory usage significantly decreased and CPU utilization peaks at 100%

30/05/2025

Significant updates to Rayon for multithreading, additional of plotting software, added data preparation script. Improved retention of elite genes, implemented gradual decrease in mutation intensity, reduced file access occurences, removed usage of json file for settings Added new parameters for estimations C0c and C2a to better account for data that does not start from ideal. Lower population size and more generations used in current implementation.

Implemented new code to use multiple cells and account for the extra diffusion with more membrane surface area. Critically also implemented more dynamic C1 flow from high cocentration to low concentration

Model does not account for flowrate and cell - tank concentration variations

for plotting GUI cargo run --bin plot_viewer

Owner

  • Name: Wouter Badenhorst
  • Login: Wouter-Badenhorst
  • Kind: user
  • Company: Halide Energy Oy

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "curfb_electrochem_model"
version: "1.0.0"   # adjust to your current version
authors:
  - family-names: "Badenhorst"
    given-names: "Wouter"
    orcid: "https://orcid.org/0000-0003-4854-6865"  # add your ORCID if you have one
date-released: 2025-07-23  # today's date or date of release
url: "https://github.com/Wouter-Badenhorst/curfb_electrochem_model"

GitHub Events

Total
  • Push event: 4
Last Year
  • Push event: 4