/*---------------------------------------------------------------------------*\ CFDEMcoupling academic - Open Source CFD-DEM coupling Contributing authors: Thomas Lichtenegger, Gerhard Holzinger Copyright (C) 2015- Johannes Kepler University, Linz ------------------------------------------------------------------------------- License This file is part of CFDEMcoupling academic. CFDEMcoupling academic is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. CFDEMcoupling academic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with CFDEMcoupling academic. If not, see . \*---------------------------------------------------------------------------*/ #include "error.H" #include "Random.H" #include "standardRecStatAnalysis.H" #include "recModel.H" #include "addToRunTimeSelectionTable.H" #include // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // namespace Foam { // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // defineTypeNameAndDebug(standardRecStatAnalysis, 0); addToRunTimeSelectionTable ( recStatAnalysis, standardRecStatAnalysis, dictionary ); // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // Construct from components standardRecStatAnalysis::standardRecStatAnalysis ( const dictionary& dict, recBase& base ) : recStatAnalysis(dict,base), propsDict_(dict.subDict(typeName + "Props")), aveSimSpecialRefLength_(propsDict_.lookupOrDefault