test: New directory for model tests and validation

The initial set of cases in the test directory are aimed at testing the
reactingEulerFoam populationBalance functionality.

Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum
Dresden - Rossendorf (HZDR) and VTT Technical Research Centre of Finland Ltd.
Integrated with the "tutorials" functionality by CFD Direct Ltd.
This commit is contained in:
Henry Weller
2018-03-22 16:42:11 +00:00
parent de9d27cace
commit b6b146058d
211 changed files with 7137 additions and 138 deletions

View File

@ -3,7 +3,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
@ -33,6 +33,8 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
dir=${PWD##*/}
# logReport <logfile>
# Extracts useful info from log file.
logReport()
@ -67,7 +69,7 @@ logReport()
}
# Recursively run all tutorials
# Recursively run all cases
foamRunTutorials -test -skipFirst