From e3ec594f73e89f71be4c7c4121b8d2eb80e17c29 Mon Sep 17 00:00:00 2001 From: danielque Date: Wed, 9 Feb 2022 16:05:21 +0100 Subject: [PATCH] rename cfdemSolverIBRO.C to cfdemSolverIBContinuousForcing.C more appropriate naming: RO (reduced order) referred to the RO model of red blood cells, but the key difference in this solver is the momentum forcing term in the UEqn --- .../solvers/cfdemSolverIBContinuousForcing/Make/files | 4 ++-- .../{cfdemSolverIBRO.C => cfdemSolverIBContinuousForcing.C} | 6 +++--- etc/solver-list.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename applications/solvers/cfdemSolverIBContinuousForcing/{cfdemSolverIBRO.C => cfdemSolverIBContinuousForcing.C} (97%) diff --git a/applications/solvers/cfdemSolverIBContinuousForcing/Make/files b/applications/solvers/cfdemSolverIBContinuousForcing/Make/files index 21f8bfa2..2635b436 100755 --- a/applications/solvers/cfdemSolverIBContinuousForcing/Make/files +++ b/applications/solvers/cfdemSolverIBContinuousForcing/Make/files @@ -1,3 +1,3 @@ -cfdemSolverIBRO.C +cfdemSolverIBContinuousForcing.C -EXE=$(CFDEM_APP_DIR)/cfdemSolverIBRO +EXE=$(CFDEM_APP_DIR)/cfdemSolverIBContinuousForcing diff --git a/applications/solvers/cfdemSolverIBContinuousForcing/cfdemSolverIBRO.C b/applications/solvers/cfdemSolverIBContinuousForcing/cfdemSolverIBContinuousForcing.C similarity index 97% rename from applications/solvers/cfdemSolverIBContinuousForcing/cfdemSolverIBRO.C rename to applications/solvers/cfdemSolverIBContinuousForcing/cfdemSolverIBContinuousForcing.C index 1fcfe350..15d196aa 100755 --- a/applications/solvers/cfdemSolverIBContinuousForcing/cfdemSolverIBRO.C +++ b/applications/solvers/cfdemSolverIBContinuousForcing/cfdemSolverIBContinuousForcing.C @@ -25,7 +25,7 @@ License along with CFDEMcoupling. If not, see . Application - cfdemSolverIBRO + cfdemSolverIBContinuousForcing Description Transient solver for incompressible flow. @@ -50,11 +50,11 @@ Contributions #include "regionModel.H" #include "voidFractionModel.H" -#include "dynamicFvMesh.H" //dyM +#include "dynamicFvMesh.H" #include "cellSet.H" -#include "fvOptions.H" // added the fvOptions library +#include "fvOptions.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/etc/solver-list.txt b/etc/solver-list.txt index 93711e29..2ae02475 100644 --- a/etc/solver-list.txt +++ b/etc/solver-list.txt @@ -3,4 +3,4 @@ cfdemSolverPiso/dir cfdemSolverRhoPimple/dir cfdemSolverIB/dir cfdemSolverPisoScalar/dir -cfdemSolverIBRO/dir +cfdemSolverIBContinuousForcing/dir