mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
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:
@ -1,3 +1,3 @@
|
||||
cfdemSolverIBRO.C
|
||||
cfdemSolverIBContinuousForcing.C
|
||||
|
||||
EXE=$(CFDEM_APP_DIR)/cfdemSolverIBRO
|
||||
EXE=$(CFDEM_APP_DIR)/cfdemSolverIBContinuousForcing
|
||||
|
||||
@ -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"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -3,4 +3,4 @@ cfdemSolverPiso/dir
|
||||
cfdemSolverRhoPimple/dir
|
||||
cfdemSolverIB/dir
|
||||
cfdemSolverPisoScalar/dir
|
||||
cfdemSolverIBRO/dir
|
||||
cfdemSolverIBContinuousForcing/dir
|
||||
|
||||
Reference in New Issue
Block a user