clean up whitespaces and fix headers in tutorial files

This commit is contained in:
danielque
2023-08-22 13:05:35 +02:00
parent 62077cba88
commit d464002bc6
13 changed files with 104 additions and 105 deletions

View File

@ -1,9 +1,9 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{

View File

@ -1,9 +1,9 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{

View File

@ -1,9 +1,9 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{

View File

@ -1,9 +1,9 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{

View File

@ -4,7 +4,7 @@
# Periodic box simulations of Geldart A particles (d=0.075mm, rho=1500kg/m3) #
# Cf. Radl, S. and Sundaresan, S., A drag model for filtered EulerLagrange #
# simulations of clustered gasparticle suspensions. #
# Chemical engineering science, (2014). #
# Chem. Eng. Sci., (2014) #
# mass loading = 0.05 #
# authors: Behrad Esgandari #
# date: Aug 2023 #

View File

@ -4,7 +4,7 @@
# Periodic box simulations of Geldart A particles (d=0.075mm, rho=1500kg/m3) #
# Cf. Radl, S. and Sundaresan, S., A drag model for filtered EulerLagrange #
# simulations of clustered gasparticle suspensions. #
# Chemical engineering science, (2014). #
# Chem. Eng. Sci., (2014) #
# mass loading = 0.05 #
# authors: Behrad Esgandari #
# date: Aug 2023 #

View File

@ -1,10 +1,9 @@
#!/bin/bash
#===================================================================#
#------------------------------------------------------------------------------
# DEM run script for periodic box testcase
# init periodic box
# Behrad Esgandari - August 2023
#===================================================================#
#------------------------------------------------------------------------------
#- source CFDEM env vars
. ~/.bashrc
@ -13,7 +12,7 @@
source $CFDEM_PROJECT_DIR/etc/functions.sh
echo "starting DEM run in parallel..."
#--------------------------------------------------------------------------------#
#------------------------------------------------------------------------------
#- define variables
casePath="$(dirname "$(readlink -f ${BASH_SOURCE[0]})")"
logpath="$casePath"
@ -23,7 +22,7 @@ solverName="in.liggghts_init"
nrProcs=32
machineFileName="none"
debugMode="off"
#--------------------------------------------------------------------------------#
#------------------------------------------------------------------------------
#- call function to run DEM case
parDEMrun $logpath $logfileName $casePath $headerText $solverName $nrProcs $machineFileName $debugMode