Revision 0346a2f77916996d8f33a7c67598d922077a4717 authored by Norbert Grunwald on 16 July 2021, 07:07:15 UTC, committed by Norbert Grunwald on 13 September 2021, 14:42:44 UTC
Confined compression of a cube, temperature and pressure follow ideal gas law, checks for energy and mass balances.
1 parent 7f0c288
Raw File
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json

.snakemake
back to top