1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-22 16:28:30 +00:00
Files
.github
DEMSystems
benchmarks
cmake
doc
solvers
src
tutorials
grainGranFlow
iterateGeometry
postprocessPhasicFlow
sphereGranFlow
RotaryAirLockValve
RotatingDrumWithBaffles
V-blender
binarySystemOfParticles
conveyorBelt
drum-PeriodicBoundary
caseSetup
settings
README.md
cleanThisCase
drumPeriodic.jpeg
runThisCase
homogenizationSilo-PeriodicBoundary
layeredSiloFilling
rotatingDrumMedium
rotatingDrumSmall
screwConveyor
toteBlender
utilities
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
phasicFlow/tutorials/sphereGranFlow/drum-PeriodicBoundary/cleanThisCase
2025-02-25 22:37:19 +03:30

8 lines
224 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
ls | grep -P "^(([0-9]+\.?[0-9]*)|(\.[0-9]+))$" | xargs -d"\n" rm -rf
rm -rf VTK
#------------------------------------------------------------------------------