Added short description for the tutorial

This commit is contained in:
mathiasvangoe
2018-03-01 16:43:25 +01:00
parent ae6b1a7209
commit e6fed5eaf7
2 changed files with 17 additions and 2 deletions

View File

@ -1,7 +1,9 @@
#!/bin/bash
#===================================================================#
# allrun script for cfdemSolverMultiphase
# This tutorial initializes a drainage simulation of a small-scale
# blast furnace hearth. A short coupled CFD-DEM simulation must be
# carried out so the particle bed can settle in buoyancy equilibrium.
#===================================================================#
#- define variables
@ -35,3 +37,15 @@ cd $casePath
# generate files for post processing
cd $casePath
./postRun.sh
##########################################################################################
# The following commands were used to set up the run case.
# The outlet boundary conditions were manually changed in ../run/CFD/1.org/p_rgh to
# type fixedValue; value uniform 0; and in ../run/CFD/1.org/U to type zeroGradient;
##########################################################################################
#cd $casePath
#cp ./CFD/0.org/pSmooth ./CFD/1
#cp -r ./CFD/1/ ../run/CFD/1.org
#cp ./DEM/post/restart/liggghts.restartCFDEM_1.000000 ../run/DEM/post/restart/liggghts.restart

View File

@ -1,7 +1,8 @@
#!/bin/bash
#===================================================================#
# allrun script for cfdemSolverMultiphase
# This tutorial runs a drainage simulation of a small-scale blast
# furnace hearth from an initial state generated from ../init
#===================================================================#
#- define variables