From 62077cba889cf9eebfae90bf9bcf4b0301107c53 Mon Sep 17 00:00:00 2001 From: danielque Date: Tue, 22 Aug 2023 13:03:15 +0200 Subject: [PATCH] fix up header comments --- .../forceModel/staticPressure/staticPressure.C | 9 +-------- .../forceModel/staticPressure/staticPressure.H | 8 +------- .../otherForceModel/gravityEff/gravityEff.C | 8 ++++++-- .../otherForceModel/gravityEff/gravityEff.H | 12 ++++++++---- 4 files changed, 16 insertions(+), 21 deletions(-) diff --git a/src/lagrangian/cfdemParticle/subModels/forceModel/staticPressure/staticPressure.C b/src/lagrangian/cfdemParticle/subModels/forceModel/staticPressure/staticPressure.C index 719ebada..5b48047d 100644 --- a/src/lagrangian/cfdemParticle/subModels/forceModel/staticPressure/staticPressure.C +++ b/src/lagrangian/cfdemParticle/subModels/forceModel/staticPressure/staticPressure.C @@ -1,11 +1,7 @@ /*---------------------------------------------------------------------------*\ CFDEMcoupling - Open Source CFD-DEM coupling - CFDEMcoupling is part of the CFDEMproject - www.cfdem.com - Christoph Goniva, christoph.goniva@cfdem.com - Copyright 2009-2012 JKU Linz - Copyright 2012- DCS Computing GmbH, Linz + Copyright (C) 2023 Behrad Esgandari, JKU Linz, Austria ------------------------------------------------------------------------------- License This file is part of CFDEMcoupling. @@ -24,9 +20,6 @@ License along with CFDEMcoupling; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -Description - This code is designed to realize coupled CFD-DEM simulations using LIGGGHTS - and OpenFOAM(R). Note: this code is not part of OpenFOAM(R) (see DISCLAIMER). \*---------------------------------------------------------------------------*/ #include "error.H" diff --git a/src/lagrangian/cfdemParticle/subModels/forceModel/staticPressure/staticPressure.H b/src/lagrangian/cfdemParticle/subModels/forceModel/staticPressure/staticPressure.H index 51f556bc..4f1fba88 100644 --- a/src/lagrangian/cfdemParticle/subModels/forceModel/staticPressure/staticPressure.H +++ b/src/lagrangian/cfdemParticle/subModels/forceModel/staticPressure/staticPressure.H @@ -1,11 +1,7 @@ /*---------------------------------------------------------------------------*\ CFDEMcoupling - Open Source CFD-DEM coupling - CFDEMcoupling is part of the CFDEMproject - www.cfdem.com - Christoph Goniva, christoph.goniva@cfdem.com - Copyright 2009-2012 JKU Linz - Copyright 2012- DCS Computing GmbH, Linz + Copyright (C) 2023 Behrad Esgandari, JKU Linz, Austria ------------------------------------------------------------------------------- License This file is part of CFDEMcoupling. @@ -24,8 +20,6 @@ License along with CFDEMcoupling; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - Copyright (C) 2023- Behrad Esgandari, JKU Linz, Austria - Description A gravitational force applied on the particles just in case of "Periodic Box simulations" diff --git a/src/lagrangian/cfdemParticle/subModels/otherForceModel/gravityEff/gravityEff.C b/src/lagrangian/cfdemParticle/subModels/otherForceModel/gravityEff/gravityEff.C index 52c585f4..6c1ff79b 100644 --- a/src/lagrangian/cfdemParticle/subModels/otherForceModel/gravityEff/gravityEff.C +++ b/src/lagrangian/cfdemParticle/subModels/otherForceModel/gravityEff/gravityEff.C @@ -1,18 +1,22 @@ /*---------------------------------------------------------------------------*\ + CFDEMcoupling - Open Source CFD-DEM coupling + + Copyright (C) 2023 Behrad Esgandari, JKU Linz, Austria +------------------------------------------------------------------------------- License This 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. + This code 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 this code. If not, see . - Copyright (C) 2023- Behrad Esgandari, JKU Linz, Austria - \*---------------------------------------------------------------------------*/ #include "error.H" diff --git a/src/lagrangian/cfdemParticle/subModels/otherForceModel/gravityEff/gravityEff.H b/src/lagrangian/cfdemParticle/subModels/otherForceModel/gravityEff/gravityEff.H index 48ea4fed..5427b8b0 100644 --- a/src/lagrangian/cfdemParticle/subModels/otherForceModel/gravityEff/gravityEff.H +++ b/src/lagrangian/cfdemParticle/subModels/otherForceModel/gravityEff/gravityEff.H @@ -1,20 +1,24 @@ /*---------------------------------------------------------------------------*\ + CFDEMcoupling - Open Source CFD-DEM coupling + + Copyright (C) 2023 Behrad Esgandari, JKU Linz, Austria +------------------------------------------------------------------------------- License This 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. + This code 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 this code. If not, see . - Copyright (C) 2023- Behrad Esgandari, JKU Linz, Austria - Description - Gravitaional source term that is necessary to derive the flow just in case + Gravitaional source term that is necessary to derive the flow just in case of "Periodic Box simulations" Class @@ -36,7 +40,7 @@ namespace Foam { /*---------------------------------------------------------------------------*\ - Class gravity Declaration + Class gravityEff Declaration \*---------------------------------------------------------------------------*/ class gravityEff