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
This commit is contained in:
danielque
2022-02-09 16:05:21 +01:00
parent 88f79a57c4
commit e3ec594f73
3 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
cfdemSolverIBRO.C
cfdemSolverIBContinuousForcing.C
EXE=$(CFDEM_APP_DIR)/cfdemSolverIBRO
EXE=$(CFDEM_APP_DIR)/cfdemSolverIBContinuousForcing

View File

@ -25,7 +25,7 @@ License
along with CFDEMcoupling. If not, see <http://www.gnu.org/licenses/>.
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"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -3,4 +3,4 @@ cfdemSolverPiso/dir
cfdemSolverRhoPimple/dir
cfdemSolverIB/dir
cfdemSolverPisoScalar/dir
cfdemSolverIBRO/dir
cfdemSolverIBContinuousForcing/dir