lizzy

Python-based resin infusion simulation solver

https://github.com/simonebancora/lizzy

Science Score: 67.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 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Python-based resin infusion simulation solver

Basic Info
  • Host: GitHub
  • Owner: simonebancora
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 6.48 MB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 1
Created about 1 year ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

Tests DOI

Lizzy

Introducing Lizzy, a Liquid Composite Molding (LCM) simulation package written in Python.

Lizzy logo

NOTE:

This project is still in early development. Version 1.0 is on track for release by end of 2025. Stay tuned!

Lizzy uses the FE/CV method to simulate a macro-scale infusion problem in porous media. The solver is mainly designed to simulate composite resin infusion processes, but can be generalised to any porous media. The name "Lizzy" was inspired by the character of Elizabeth Bennet, companion of Mr Darcy in Jane Austen's novel Pride and Prejudice.

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Development stage and Issues

This project is still in early development stage and has not reached a release version yet. While the solver results are generally correct, there may still be cases where it fails. As development is still unfinished, Contributions and Issues reporting are not open yet.

You are welcome to test / use Lizzy, but be wary of possible issues until Version 1.0 is reached (currently planned by end of 2025).

Documentation

Partial documentation (under construction): https://lizzy.readthedocs.io/en/latest/

Visualisation

The recommended software to visualise results from Lizzy is Paraview: https://www.paraview.org

Validation

Validation of the solver can be found here. This section will expand as more features are added.

Owner

  • Login: simonebancora
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Bancora"
  given-names: "Simone"
  orcid: "https://orcid.org/0000-0001-5216-7409"
- family-names: "Mulye"
  given-names: "Paris"
  orcid: ""
title: "Lizzy: an open-source Python package for Liquid Composite Molding simulation"
version: 0.1.0
doi: 10.5281/zenodo.15110050
date-released: 2025-03-30
url: "https://github.com/simonebancora/Lizzy"

GitHub Events

Total
  • Watch event: 5
  • Delete event: 5
  • Public event: 1
  • Push event: 55
  • Pull request event: 12
  • Fork event: 1
  • Create event: 6
Last Year
  • Watch event: 5
  • Delete event: 5
  • Public event: 1
  • Push event: 55
  • Pull request event: 12
  • Fork event: 1
  • Create event: 6

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • simonebancora (7)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/tests.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
pyproject.toml pypi
  • h5py *
  • meshio ==5.3.5
  • numpy *
  • scipy *
docs/docs_requirements.txt pypi
  • sphinx_rtd_theme *
  • sphinxcontrib-bibtex *