Skip to content

ofjournal/CRheoLab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

219 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# install boost library if not available
sudo apt-get install libboost-all-dev


# Clean Compilation
make clean

# Compile
make 

# Add executable to PATH for running anywhere


# Run a case -> load OpenFOAM
cd run

## Add the bin folder to the PATH so that it can be executed
export PATH="$PATH:../bin"

## Generate the mesh
gmshToFoam mesh32.msh

## Execute CRheo
CRheo 

About

Computational Rheology Code for Testing Purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 95.8%
  • Makefile 3.1%
  • C 1.1%