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 (7.4%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: OlgaCaAr008
- Language: Python
- Default Branch: main
- Size: 139 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
Citation
README.md
IRP_2024
This repository contains all the main scripts developed during the IRP 2024 project, ensuring the reproducibility of the results presented in the report. The repository is organized into several directories and files, which are described below.
Dataset Generation:
- LBM_mpi.py: Script implementing the Lattice Boltzmann Method (LBM) using MPI for parallel computation.
- multiprocessing.py: Alternative LBM implementation using Python's multiprocessing module.
- ParametersSelections_run.py: Script to set and run parameter selections for dataset generation.
- ParametersSelections_plots.py: Script for post-processing and generating plots from the dataset.
Generalisation:
- Initial_test.py: Python script for initial testing and generalization of the results.
- testHypersonci.java: Example journal file for STAR-CCM+ discussed in the methodology section of the report.
Neural Network:
- Architectures: Contains various Python scripts for different neural network architectures tested in the project.
- Plots: Contains Python scripts used for post-processing and generating plots included in the report.
Owner
- Login: OlgaCaAr008
- Kind: user
- Repositories: 1
- Profile: https://github.com/OlgaCaAr008
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Catalan Aragall" given-names: "Olga" orcid: "https://orcid.org/0000-0000-0000-0000" title: "IRP_2024" version: 1.0.0 doi: 10.5281/zenodo.1234 date-released: 2024-08-10 url: "https://github.com/OlgaCaAr008/IRP_2024"