-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from ParticulateFlow/release
Release 17.02
- Loading branch information
Showing
355 changed files
with
61,657 additions
and
3,071 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
log_* | ||
log.* | ||
*~ | ||
|
||
**/linux64GccDPInt32Opt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
www.cfdem.com | ||
Christoph Goniva, [email protected] | ||
Copyright 2009-2012 JKU Linz | ||
Copyright 2012- DCS Computing GmbH, Linz | ||
Copyright 2012-2015 DCS Computing GmbH, Linz | ||
Copyright 2015- JKU Linz | ||
------------------------------------------------------------------------------- | ||
License | ||
This file is part of CFDEMcoupling. | ||
|
@@ -32,7 +33,7 @@ Description | |
|
||
|
||
CFDEM(R) coupling provides an open source parallel coupled CFD-DEM framework | ||
combining the strengths of LIGGGHTS(R) DEM code and the Open Source | ||
combining the strengths of the LIGGGHTS(R) DEM code and the Open Source | ||
CFD package OpenFOAM(R)(*). The CFDEM(R)coupling toolbox allows to expand | ||
standard CFD solvers of OpenFOAM(R)(*) to include a coupling to the DEM | ||
code LIGGGHTS(R). In this toolbox the particle representation within the | ||
|
@@ -46,8 +47,6 @@ Features are: | |
|
||
- its modular approach allows users to easily implement new models | ||
- its MPI parallelization enables to use it for large scale problems | ||
- the "forum"_lws on CFD-DEM gives the possibility to exchange with other | ||
users / developers | ||
- the use of GIT allows to easily update to the latest version | ||
- basic documentation is provided | ||
|
||
|
@@ -75,7 +74,7 @@ Core development of CFDEM(R)coupling is done by | |
Christoph Goniva and Christoph Kloss, both at DCS Computing GmbH, 2012 | ||
|
||
|
||
\*---------------------------------------------------------------------------*/ | ||
(*) "OpenFOAM(R)"_of is a registered trade mark of OpenCFD Limited, a wholly owned subsidiary of the ESI Group. | ||
/*---------------------------------------------------------------------------*\ | ||
(*) "OpenFOAM(R)" is a registered trade mark of OpenCFD Limited, a wholly owned subsidiary of the ESI Group. | ||
This offering is not approved or endorsed by OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM® and OpenCFD® trade marks. | ||
\*---------------------------------------------------------------------------*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,31 @@ | ||
include $(CFDEM_ADD_LIBS_DIR)/additionalLibs | ||
|
||
EXE_INC = \ | ||
-I$(LIB_SRC)/turbulenceModels/incompressible/turbulenceModel \ | ||
-I$(LIB_SRC)/finiteVolume/lnInclude \ | ||
-I$(LIB_SRC)/meshTools/lnInclude \ | ||
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \ | ||
-I$(LIB_SRC)/TurbulenceModels/incompressible/lnInclude \ | ||
-I$(LIB_SRC)/transportModels \ | ||
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \ | ||
-I$(LIB_SRC)/finiteVolume/lnInclude \ | ||
-I$(CFDEM_SRC_DIR)/lagrangian/cfdemParticle/lnInclude \ | ||
-I$(LIB_SRC)/meshTools/lnInclude \ | ||
-I$(LIB_SRC)/sampling/lnInclude \ | ||
-I$(LIB_SRC)/dynamicFvMesh/lnInclude \ | ||
-I$(LIB_SRC)/dynamicMesh/lnInclude \ | ||
-I$(LIB_SRC)/dynamicMesh/dynamicFvMesh/lnInclude \ | ||
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \ | ||
-I$(LIB_SRC)/fvOptions/lnInclude | ||
|
||
EXE_LIBS = \ | ||
-L$(CFDEM_LIB_DIR)\ | ||
-lincompressibleRASModels \ | ||
-lincompressibleLESModels \ | ||
-lturbulenceModels \ | ||
-lincompressibleTurbulenceModels \ | ||
-lincompressibleTransportModels \ | ||
-lfiniteVolume \ | ||
-lmeshTools \ | ||
-ldynamicFvMesh \ | ||
-ldynamicMesh \ | ||
-lfvOptions \ | ||
-l$(CFDEM_LIB_NAME) | ||
-l$(CFDEM_LIB_NAME) \ | ||
$(CFDEM_ADD_LIB_PATHS) \ | ||
$(CFDEM_ADD_LIBS) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
include $(CFDEM_ADD_LIBS_DIR)/additionalLibs | ||
|
||
EXE_INC = \ | ||
-I$(LIB_SRC)/turbulenceModels/incompressible/turbulenceModel \ | ||
-I$(LIB_SRC)/finiteVolume/lnInclude \ | ||
-I$(LIB_SRC)/meshTools/lnInclude \ | ||
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \ | ||
-I$(LIB_SRC)/TurbulenceModels/incompressible/lnInclude \ | ||
-I$(LIB_SRC)/transportModels \ | ||
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \ | ||
-I$(LIB_SRC)/finiteVolume/lnInclude \ | ||
-I$(CFDEM_SRC_DIR)/lagrangian/cfdemParticle/lnInclude \ | ||
-I$(CFDEM_SRC_DIR)/lagrangian/cfdemParticle/cfdTools \ | ||
|
||
EXE_LIBS = \ | ||
-L$(CFDEM_LIB_DIR)\ | ||
-lincompressibleRASModels \ | ||
-lincompressibleLESModels \ | ||
-lturbulenceModels \ | ||
-lincompressibleTurbulenceModels \ | ||
-lincompressibleTransportModels \ | ||
-lfiniteVolume \ | ||
-l$(CFDEM_LIB_NAME) | ||
-lmeshTools \ | ||
-l$(CFDEM_LIB_NAME) \ | ||
$(CFDEM_ADD_LIB_PATHS) \ | ||
$(CFDEM_ADD_LIBS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
fvVectorMatrix UEqn | ||
( | ||
fvm::ddt(voidfraction,U) - fvm::Sp(fvc::ddt(voidfraction),U) | ||
+ fvm::div(phi,U) - fvm::Sp(fvc::div(phi),U) | ||
+ particleCloud.divVoidfractionTau(U, voidfraction) | ||
== | ||
- fvm::Sp(Ksl/rho,U) | ||
); | ||
|
||
UEqn.relax(); | ||
|
||
fvOptions.constrain(UEqn); | ||
|
||
if (piso.momentumPredictor() && (modelType=="B" || modelType=="Bfull")) | ||
{ | ||
solve(UEqn == - fvc::grad(p) + Ksl/rho*Us); | ||
fvOptions.correct(U); | ||
} | ||
else if (piso.momentumPredictor()) | ||
{ | ||
solve(UEqn == - voidfraction*fvc::grad(p) + Ksl/rho*Us); | ||
fvOptions.correct(U); | ||
} |
Oops, something went wrong.