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