clean up some tutorial files [ci skip]
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
#===================================================================#
|
||||
# allrun script for testcase as part of test routine
|
||||
# run settlingTest
|
||||
# Christoph Goniva - Sept. 2010
|
||||
# allrun script for testcase
|
||||
# M. Efe Kinaci - Sep 2018
|
||||
#===================================================================#
|
||||
|
||||
#- source CFDEM env vars
|
||||
|
||||
@ -17,32 +17,26 @@ FoamFile
|
||||
|
||||
dimensions [0 1 -1 0 0 0 0];
|
||||
|
||||
internalField uniform (0.011 0 0);//(0.011 0 0);
|
||||
internalField uniform (0.011 0 0);
|
||||
|
||||
boundaryField
|
||||
{
|
||||
top
|
||||
{
|
||||
type slip;
|
||||
/* type fixedValue;
|
||||
value uniform (0.0 0 0);*/
|
||||
type slip;
|
||||
}
|
||||
bottom
|
||||
{
|
||||
type slip;
|
||||
/* type fixedValue;
|
||||
value uniform (0.0 0 0);*/
|
||||
type slip;
|
||||
}
|
||||
side-walls
|
||||
{
|
||||
type slip;
|
||||
/* type fixedValue;
|
||||
value uniform (0.0 0 0); */
|
||||
type slip;
|
||||
}
|
||||
inlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0.011 0 0);//(0.011 0 0);
|
||||
value uniform (0.011 0 0);
|
||||
}
|
||||
|
||||
outlet
|
||||
|
||||
@ -1,9 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
#===================================================================#
|
||||
# allrun script for testcase as part of test routine
|
||||
# run settlingTest CFD part
|
||||
# Christoph Goniva - Feb. 2011
|
||||
# allrun script for single particle testcase
|
||||
# M. Efe Kinaci - Sep 2018
|
||||
#===================================================================#
|
||||
|
||||
#- source CFDEM env vars
|
||||
|
||||
@ -1,9 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
#===================================================================#
|
||||
# DEMrun script for ErgunTestMPI testcase
|
||||
# init ErgunTestMPI
|
||||
# Christoph Goniva - July 2014
|
||||
# DEMrun script for testcase
|
||||
# M. Efe Kinaci - Sep 2018
|
||||
#===================================================================#
|
||||
|
||||
#- source CFDEM env vars
|
||||
|
||||
@ -1,9 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
#===================================================================#
|
||||
# allrun script for testcase as part of test routine
|
||||
# run settlingTest
|
||||
# Christoph Goniva - Sept. 2010
|
||||
# allrun script for testcase
|
||||
# M. Efe Kinaci - Sep 2018
|
||||
#===================================================================#
|
||||
|
||||
#- source CFDEM env vars
|
||||
|
||||
@ -1,9 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
#===================================================================#
|
||||
# allrun script for testcase as part of test routine
|
||||
# run settlingTest CFD part
|
||||
# Christoph Goniva - Feb. 2011
|
||||
# allrun script for testcase
|
||||
# M. Efe Kinaci - Sep 2018
|
||||
#===================================================================#
|
||||
|
||||
#- source CFDEM env vars
|
||||
|
||||
@ -1,9 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
#===================================================================#
|
||||
# DEMrun script for ErgunTestMPI testcase
|
||||
# init ErgunTestMPI
|
||||
# Christoph Goniva - July 2014
|
||||
# DEMrun script for testcase
|
||||
# M. Efe Kinaci - Sep 2018
|
||||
#===================================================================#
|
||||
|
||||
#- source CFDEM env vars
|
||||
|
||||
Reference in New Issue
Block a user