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 8 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 (6.1%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Geometry and mesh generation tool for the human eye
Basic Info
- Host: GitHub
- Owner: feelpp
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Size: 724 KB
Statistics
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
- Releases: 3
Created over 1 year ago
· Last pushed 9 months ago
Metadata Files
Readme
License
Citation
README.adoc
= A 3D geometrical model and meshing procedures for the human eyeball :hide-uri-scheme: .Zenodo DOI -- image::https://zenodo.org/badge/DOI/10.5281/zenodo.13829740.svg[DOI, link= https://zenodo.org/doi/10.5281/zenodo.13829740] -- .GitHub Information -- image:https://img.shields.io/github/v/release/feelpp/mesh.eye?include_prereleases[GitHub Release] //image:https://img.shields.io/github/actions/workflow/status/feelpp/mesh.eye/latex.yml[GitHub Actions Workflow Status] image:https://img.shields.io/github/downloads/feelpp/mesh.eye/total[GitHub Downloads (all assets, all releases)] -- Vincent Chabannes:: Affiliation: Cemosis, IRMA UMR 7501, Université de Strasbourg, CNRS, France + Email: vincent.chabannes@cemosis.fr + Orcid: image:https://img.shields.io/static/v1?message=0009-0005-3602-3524&logo=orcid&labelColor=5c5c5c&color=8cba04&logoColor=a5cd39&label=%20[ORCID, link=https://orcid.org/0009-0005-3602-3524] Christophe Prud'homme:: Affiliation: Cemosis, IRMA UMR 7501, Université de Strasbourg, CNRS, France + Email: christophe.prudhomme@cemosis.fr + Orcid: image:https://img.shields.io/static/v1?message=0000-0003-2287-2961&logo=orcid&labelColor=5c5c5c&color=8cba04&logoColor=a5cd39&label=%20[ORCID, link=https://orcid.org/0000-0003-2287-2961] Thomas Saigre:: Affiliation: Cemosis, IRMA UMR 7501, Université de Strasbourg, CNRS, France + Email: thomas.saigre@math.unistra.fr + Orcid: image:https://img.shields.io/static/v1?message=0009-0009-5763-4956&logo=orcid&labelColor=5c5c5c&color=8cba04&logoColor=a5cd39&label=%20[ORCID, link=https://orcid.org/0009-0009-5763-4956] Lorenzo Sala:: Affiliation: Université Paris-Saclay, INRAE, MaIAGE, 78350, Jouy-en-Josas, France + Email: lorenzo.sala@inrae.fr + Orcid: image:https://img.shields.io/static/v1?message=0000-0002-8878-0616&logo=orcid&labelColor=5c5c5c&color=8cba04&logoColor=a5cd39&label=%20[ORCID, link=https://orcid.org/0000-0002-8878-0616] Marcela Szopos:: Affiliation: Université Paris Cité, CNRS, MAP5, F-75006 Paris, France + Email: marcela.szopos@u-paris.fr + Orcid: image:https://img.shields.io/static/v1?message=0000-0002-7300-3267&logo=orcid&labelColor=5c5c5c&color=8cba04&logoColor=a5cd39&label=%20[ORCID, link=https://orcid.org/0000-0002-7300-3267] Christophe Trophime:: Affiliation: LNCMI, CNRS + Email: trophime@lncmi.cnrs.fr + Orcid: image:https://img.shields.io/static/v1?message=0000-0002-3147-5821&logo=orcid&labelColor=5c5c5c&color=8cba04&logoColor=a5cd39&label=%20[ORCID, link=https://orcid.org/0000-0002-3147-5821] This document describes the procedure to generate the geometry and the meshes of the 3D model of the human eyeball. To generate the geometry and the meshes, the following tools are needed: - Salome <> (v9.12.0) https://www.salome-platform.org/, - Feel++ < > (0.111.0) https://docs.feelpp.org/home/index.html. == Generate the geometry and the initial mesh Generate the geometry of the human eyeball with the following command: [source, bash] ---- salome [-t] construct-eye-STP.py [--geometrical_args...] ---- More details on the gemetrical arguments can be found in < >. NOTE: For newer version of Salome, the script `construct-eye-STP.py` may no longer be working, still the STEP file generate by this script is present in the repository, link:Eye.step[`Eye.step`]. And generate the meshes with the following command: [source, bash] ---- salome [-t] eye.py ---- To be utilized with Feel++, the mesh must be converted to the Gmsh format with the following command: [source, bash] ---- gmsh -0 Eye_Mesh3D.med -o Eye_Mesh3D.msh ---- == Generate the uniform family mesh `M.` To generate the uniform family mesh `M.`, run the following command: [source, bash] ---- python3 generate_family.py ---- It will generate the meshes `M0`, `M1`, `M2`, `M3`, `M4` and `M5` of various refinement levels. To east the usage of the meshed in parallel with Feel++, the meshes need to be partitionned. This can be performed with the following command: [source, bash] ---- ./partition_mesh_M.sh ---- == Generate the adapted mesh `Mr` The mesh `Mr` is generated by adapting `M` with a tinier refinement level around the aqueous humor part. At this point, the pipeline to perform the mesh refinement with the tools of Feel++ is quite tricky, but the script `generate_Mr.sh` permit to do it: [source, bash] ---- ./generate_mesh_Mr.sh ---- == Generate the adapted family mesh `Mr.` The adapted family mesh `Mr.` is generated by remeshing the mesh `Mr` with the following command: [source, bash] ---- python3 generate_family.py Mr ---- == Partition the adapted family mesh `Mr.` To partition the adapted family mesh `Mr.`, run the following command: [source, bash] ---- ./partition_mesh_Mr.sh ---- NOTE: With this partitionnement, the parts where the physics are considered are split: namely the `AqueousHumor` on the one hand where the coupled model is considered, and the remaining regions on the other hand, where the sole heat transfer is considered, see < > for more details. == Mesh description .3D geometry of the human eyeball. image::doc/eye.svg[] The markers of all the meshes are identical. * The volume markers are: `"Cornea"`, `"Sclera"`, `"AqueousHumor"`, `"Lens"`, `"VitreousHumor"`, `"Iris"`, `"Lamina"`, `"Choroid"`, `"Retina"`, `"OpticNerve"`. * The interfaces markers are defined when two volumes are in contact, and follow the convention `"Volume1_Volume2"`, where `"Volume1"` and `"Volume2"` are in lexicographic order. For example, the interface between the `"Cornea"` and the `"AqueousHumor"` is `"AqueousHumor_Cornea"`. * The is one exception to the previous rule: the boudary surfaces around the lamina crobrosa are names `"Lamina_In"`, `"Lamina_Out"`, `Lamina_Lateral"` and `"Lamina_Hole"`. * The external surfaces are: `"BC_Cornea"`, `"BC_Sclera"` and `"BC_OpticNerve"`. == 2D extraction The mesh can be extracted in 2D, making a vertical cut of the eyeball, using the command: [source, bash] ---- python3 eye2d.py [--add-syringe] ---- The `--add-syringe` (which is by default `True`) adds a small domain that represents the syringe used to inject cell in the eye in the context of cell sedimentation therapy. Two 2D meshes are generated: - `EyeMesh_2d.med` - `EyeMesh_AH.med` with the sole domain of the aqueous humor. These MED meshes can be converted to GMSH format, as above. In the case `--add-syringe` is set to `True`, a marker `Syringe` is added to the mesh, wich is a small rectangular domain. A marker `BC_Injection` is also added to represent the boundary of the syringe where the injection is performed. .Domain of injection. image::doc/eye_ah.svg[] [bibliography] == Bibliography * [[Ribes17]] Alejandro Ribes, Adrien Bruneton, Anthony Geay. SALOME: an Open-Source simulation platform integrating ParaView. (2017) https://doi.org/10.13140/RG.2.2.12107.08485. * [[Prudhomme24]] Christophe Prud'homme, Vincent Chabannes, Thomas Saigre, Christophe Trophime, Luca Berti, Abdoulaye Samaké, Céline Van Landeghem, et al. « Feelpp/feelpp: Feel++ Release V111 Preview.10 ». Zenodo, 15 juillet 2024. https://doi.org/10.5281/zenodo.12742155. * [[Sala24]] Sala L, Prud'homme C, Guidoboni G, Szopos M, Harris A. The ocular mathematical virtual simulator: A validated multiscale model for hemodynamics and biomechanics in the human eye. Int J Numer Meth Biomed Engng. 2024; 40(2):e3791. https://doi.org/10.1002/cnm.3791. * [[Saigre24]] Thomas Saigre, Vincent Chabannes, Christophe Prud'homme, Marcela Szopos. A coupled model of heat transfer and fluid flow in the human eye. (2024). https://hal.science/hal-04918559.
Owner
- Name: Feel++ Consortium
- Login: feelpp
- Kind: organization
- Email: support@feelpp.org
- Location: Strasbourg, France
- Website: http://docs.feelpp.org
- Twitter: feelpp
- Repositories: 135
- Profile: https://github.com/feelpp
Consortium around the Feel++ framework to solve partial differential equations
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this dataset, please cite it as below."
authors:
- family-names: "Chabannes"
given-names: "Vincent"
orcid: https://orcid.org/0009-0005-3602-3524
- family-names: "Prud'homme"
given-names: "Christophe"
orcid: https://orcid.org/0000-0003-2287-2961
- family-names: "Saigre"
given-names: "Thomas"
orcid: https://orcid.org/0009-0009-5763-4956
- family-names: "Lorenzo"
given-names: "Sala"
orcid: https://orcid.org/0000-0002-8878-0616
- family-names: "Szopos"
given-names: "Marcela"
orcid: https://orcid.org/0000-0002-7300-3267
- family-names: "Trophime"
given-names: "Christophe"
orcid: https://orcid.org/0000-0002-3147-5821
title: "A 3D geometrical model and meshing procedures for the human eyeball"
version: 1.1.0
identifiers:
- type: doi
value: https://zenodo.org/doi/10.5281/zenodo.13829740
date-released: 2025-06-13
url: "https://github.com/feelpp/mesh.eye"
GitHub Events
Total
- Create event: 3
- Release event: 1
- Issues event: 7
- Watch event: 1
- Issue comment event: 6
- Push event: 20
- Pull request review event: 3
- Pull request review comment event: 3
- Pull request event: 2
- Fork event: 1
Last Year
- Create event: 3
- Release event: 1
- Issues event: 7
- Watch event: 1
- Issue comment event: 6
- Push event: 20
- Pull request review event: 3
- Pull request review comment event: 3
- Pull request event: 2
- Fork event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 5
- Total pull requests: 1
- Average time to close issues: 2 months
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 5
- Pull requests: 1
- Average time to close issues: 2 months
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- thomas-saigre (5)
Pull Request Authors
- prudhomm (2)
- thomas-saigre (1)
Top Labels
Issue Labels
step: check (1)
Pull Request Labels
enhancement (2)