REPOSITORY OVERVIEWLive repository statistics
★ 5Stars
⑂ 1Forks
◯ 0Open issues
◉ 5Watchers
30/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
10 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
thesis-openfoam-blood-flow-Cpp
This repository contains the classes and dictionaries defined during my master thesis that simulated blood flow on a c++ based CFD solver, openFOAM. The thesis is titled "Blood flow in dissected aortas after Thoracic Endovascular Aortic Repair (TEVAR)"
Table of contents
General information
The class defined in this repository can be used in openFOAM, a c++ based CFD opensource software. Visit https://www.openfoam.com/ for installation files and support.
Carreau-Yasuda model - implementation into openFOAM source code
CarreauYasuda.C
CarreauYasuda.H
This class defines the newly implemented Carreau-Yasuda shear-thinning model. Both these files must be copied to the location: $FOAM_SRC/transportModels/incompressible/viscosityModels
Newtonian model - implementation into openFOAM source code
Newtonian.C
Newtonian.H
This class defines a linear viscosity model . Both these files must be copied to the location: $FOAM_SRC/transportModels/incompressible/viscosityModels
Abstract base class for viscosity - implementation into openFOAM source code
viscosityModel.C
viscosityModel.H
This is an abstract base class gets inherited by both CarreauYasuda and Newtonian. The class defines the shear rate on any cell in the computational grid. Both these files must be copied to the location: $FOAM_SRC/transportModels/incompressible/viscosityModels
Defining dictionary file for constants in the Carreau-Yasuda model
transportProperties
This dictionary file like all other dictionary files must be must be present in the constants folder from where the simulation is run.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
80/100 healthRecently updatedActive repository
C++No license#algorithms#cpp#leetcode
⑂ 1.3K forks◯ 6 issuesUpdated today
This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
75/100 healthRecently updatedActive repository
JavaMIT#algorithms#c#cpp#csharp
⑂ 274 forks◯ 159 issuesUpdated 3 days ago