noda

Noda is a Python package to simulate diffusion in multicomponent alloys.

https://github.com/onera/noda

Science Score: 57.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
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Noda is a Python package to simulate diffusion in multicomponent alloys.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 9 months ago
Metadata Files
Readme License Citation Authors

README.md

Noda is a Python package to simulate diffusion in multicomponent alloys. It provides tools to explore thermodynamic and mobility properties of alloys and to solve the diffusion problem using the finite difference method in 1D.

Our aim is to provide researchers and any interested people a means to study diffusion in alloys, and to study and modify the underlying models. For help using Noda or other inquiries, please contact the maintainer by email.

Noda is distributed under the GPLv3 license (see LICENSE.txt).

Dependencies:

  • Python 3.11+
  • numpy, scipy, pandas, matplotlib, odfpy, openpyxl, numdifftools

The documentation is available at onera.github.io/Noda; it contains installation instructions, tutorials and the package reference.

Quick install

git clone https://github.com/onera/Noda.git cd Noda pip install .

Citing

If you use Noda, please cite:

T. Gheno, V. Szczepan, C. Salsi, C. Desgranges, D. Monceau, Simulation of diffusion with non-equilibrium vacancies, Kirkendall shift and porosity in single-phase alloys, Computational Materials Science 215 (2022) 111785.
Publisher version: 10.1016/j.commatsci.2022.111785
Accepted version: hal-03792936

Owner

  • Name: ONERA
  • Login: onera
  • Kind: organization
  • Location: France

The French Aerospace Lab

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Gheno"
  given-names: "Thomas"
  orcid: "https://orcid.org/0000-0002-9343-8559"
title: "Noda"
version: 1.2.3
date-released: 2025-05-21
url: "https://github.com/onera/noda"
preferred-citation:
  type: article
  authors:
  - family-names: "Gheno"
    given-names: "Thomas"
  - family-names: "Szczepan"
    given-names: "Victor"
  - family-names: "Salsi"
    given-names: "Camille"
  - family-names: "Desgranges"
    given-names: "Clara"
  - family-names: "Monceau"
    given-names: "Daniel"
  doi: "10.1016/j.commatsci.2022.111785"
  journal: "Computational Materials Science"
  start: 111785
  title: "Simulation of diffusion with non-equilibrium vacancies, Kirkendall shift and porosity in single-phase alloys"
  volume: 215
  year: 2022

GitHub Events

Total
  • Public event: 1
  • Push event: 4
  • Create event: 1
Last Year
  • Public event: 1
  • Push event: 4
  • Create event: 1

Dependencies

.github/workflows/docs_pages.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • ad-m/github-push-action master composite
pyproject.toml pypi
  • matplotlib *
  • numdifftools *
  • numpy *
  • odfpy *
  • openpyxl *
  • pandas *
  • scipy *