Showing preview only (3,497K chars total). Download the full file or copy to clipboard to get everything.
Repository: CFDEMproject/CFDEMcoupling-PUBLIC
Branch: master
Commit: abedb0712deb
Files: 810
Total size: 3.2 MB
Directory structure:
gitextract_he7ocjci/
├── .gitignore
├── COPYING
├── DISCLAIMER
├── README.md
├── applications/
│ ├── solvers/
│ │ ├── cfdemSolverIB/
│ │ │ ├── Make/
│ │ │ │ ├── files
│ │ │ │ └── options
│ │ │ ├── cfdemSolverIB.C
│ │ │ └── createFields.H
│ │ ├── cfdemSolverPiso/
│ │ │ ├── Make/
│ │ │ │ ├── files
│ │ │ │ └── options
│ │ │ ├── cfdemSolverPiso.C
│ │ │ └── createFields.H
│ │ ├── cfdemSolverPisoSTM/
│ │ │ ├── Make/
│ │ │ │ ├── files
│ │ │ │ └── options
│ │ │ ├── cfdemSolverPisoSTM.C
│ │ │ └── createFields.H
│ │ └── cfdemSolverPisoScalar/
│ │ ├── Make/
│ │ │ ├── files
│ │ │ └── options
│ │ ├── cfdemSolverPisoScalar.C
│ │ └── createFields.H
│ └── utilities/
│ ├── cfdemPostproc/
│ │ ├── Make/
│ │ │ ├── files
│ │ │ └── options
│ │ ├── cfdemPostproc.C
│ │ └── createFields.H
│ ├── vizClock/
│ │ ├── matPlot.py
│ │ └── timeEvalFull.txt
│ └── writeUfluid/
│ ├── Make/
│ │ ├── files
│ │ └── options
│ ├── createFields.H
│ ├── particleTrackProperties
│ └── writeUfluid.C
├── doc/
│ ├── _build/
│ │ ├── doctrees/
│ │ │ ├── CFDEMcoupling_Manual.doctree
│ │ │ ├── IOModel.doctree
│ │ │ ├── IOModel_basicIO.doctree
│ │ │ ├── IOModel_noIO.doctree
│ │ │ ├── IOModel_sophIO.doctree
│ │ │ ├── IOModel_trackIO.doctree
│ │ │ ├── averagingModel.doctree
│ │ │ ├── averagingModel_dense.doctree
│ │ │ ├── averagingModel_dilute.doctree
│ │ │ ├── cfdemSolverIB.doctree
│ │ │ ├── cfdemSolverPiso.doctree
│ │ │ ├── cfdemSolverPisoSTM.doctree
│ │ │ ├── cfdemSolverPisoScalar.doctree
│ │ │ ├── clockModel.doctree
│ │ │ ├── clockModel_noClock.doctree
│ │ │ ├── clockModel_standardClock.doctree
│ │ │ ├── dataExchangeModel.doctree
│ │ │ ├── dataExchangeModel_noDataExchange.doctree
│ │ │ ├── dataExchangeModel_oneWayVTK.doctree
│ │ │ ├── dataExchangeModel_twoWayFiles.doctree
│ │ │ ├── dataExchangeModel_twoWayMPI.doctree
│ │ │ ├── environment.pickle
│ │ │ ├── fix_couple_cfd.doctree
│ │ │ ├── fix_couple_cfd_force.doctree
│ │ │ ├── forceModel.doctree
│ │ │ ├── forceModel_Archimedes.doctree
│ │ │ ├── forceModel_ArchimedesIB.doctree
│ │ │ ├── forceModel_DiFeliceDrag.doctree
│ │ │ ├── forceModel_GidaspowDrag.doctree
│ │ │ ├── forceModel_KochHillDrag.doctree
│ │ │ ├── forceModel_LaEuScalarTemp.doctree
│ │ │ ├── forceModel_MeiLift.doctree
│ │ │ ├── forceModel_SchillerNaumannDrag.doctree
│ │ │ ├── forceModel_ShirgaonkarIB.doctree
│ │ │ ├── forceModel_checkCouplingInterval.doctree
│ │ │ ├── forceModel_fieldStore.doctree
│ │ │ ├── forceModel_fieldTimeAverage.doctree
│ │ │ ├── forceModel_gradPForce.doctree
│ │ │ ├── forceModel_noDrag.doctree
│ │ │ ├── forceModel_particleCellVolume.doctree
│ │ │ ├── forceModel_particleVolume.doctree
│ │ │ ├── forceModel_periodicPressure.doctree
│ │ │ ├── forceModel_scalarGeneralExchange.doctree
│ │ │ ├── forceModel_virtualMassForce.doctree
│ │ │ ├── forceModel_viscForce.doctree
│ │ │ ├── forceModel_volWeightedAverage.doctree
│ │ │ ├── forceSubModel.doctree
│ │ │ ├── forceSubModel_ImEx.doctree
│ │ │ ├── fvOptions.doctree
│ │ │ ├── fvOptions_meanSupVelocityForce.doctree
│ │ │ ├── liggghtsCommandModel.doctree
│ │ │ ├── liggghtsCommandModel_execute.doctree
│ │ │ ├── liggghtsCommandModel_readLiggghtsData.doctree
│ │ │ ├── liggghtsCommandModel_runLiggghts.doctree
│ │ │ ├── liggghtsCommandModel_setDEMGravity.doctree
│ │ │ ├── liggghtsCommandModel_writeLiggghts.doctree
│ │ │ ├── locateModel.doctree
│ │ │ ├── locateModel_engineSearch.doctree
│ │ │ ├── locateModel_engineSearchIB.doctree
│ │ │ ├── locateModel_standardSearch.doctree
│ │ │ ├── meshMotionModel.doctree
│ │ │ ├── meshMotionModel_noMeshMotion.doctree
│ │ │ ├── momCoupleModel.doctree
│ │ │ ├── momCoupleModel_explicitCouple.doctree
│ │ │ ├── momCoupleModel_implicitCouple.doctree
│ │ │ ├── momCoupleModel_noCouple.doctree
│ │ │ ├── probeModel.doctree
│ │ │ ├── probeModel_noProbe.doctree
│ │ │ ├── probeModel_particleProbe.doctree
│ │ │ ├── scalarTransportModel.doctree
│ │ │ ├── scalarTransportModel_generalManual.doctree
│ │ │ ├── smoothingModel.doctree
│ │ │ ├── smoothingModel_constDiffSmoothing.doctree
│ │ │ ├── smoothingModel_noSmoothing.doctree
│ │ │ ├── voidFractionModel.doctree
│ │ │ ├── voidFractionModel_GaussVoidFraction.doctree
│ │ │ ├── voidFractionModel_IBVoidFraction.doctree
│ │ │ ├── voidFractionModel_bigParticleVoidFraction.doctree
│ │ │ ├── voidFractionModel_centreVoidFraction.doctree
│ │ │ ├── voidFractionModel_dividedVoidFraction.doctree
│ │ │ ├── voidFractionModel_noVoidFraction.doctree
│ │ │ └── voidFractionModel_trilinearVoidFraction.doctree
│ │ └── html/
│ │ ├── .buildinfo
│ │ ├── CFDEMcoupling_Manual.html
│ │ ├── IOModel.html
│ │ ├── IOModel_basicIO.html
│ │ ├── IOModel_noIO.html
│ │ ├── IOModel_sophIO.html
│ │ ├── IOModel_trackIO.html
│ │ ├── _static/
│ │ │ ├── basic.css
│ │ │ ├── css/
│ │ │ │ ├── badge_only.css
│ │ │ │ ├── theme.css
│ │ │ │ └── theme_CFDEMcoupling.css
│ │ │ ├── doctools.js
│ │ │ ├── documentation_options.js
│ │ │ ├── jquery.js
│ │ │ ├── js/
│ │ │ │ └── theme.js
│ │ │ ├── language_data.js
│ │ │ ├── pygments.css
│ │ │ ├── searchtools.js
│ │ │ └── underscore.js
│ │ ├── averagingModel.html
│ │ ├── averagingModel_dense.html
│ │ ├── averagingModel_dilute.html
│ │ ├── cfdemSolverIB.html
│ │ ├── cfdemSolverPiso.html
│ │ ├── cfdemSolverPisoSTM.html
│ │ ├── cfdemSolverPisoScalar.html
│ │ ├── clockModel.html
│ │ ├── clockModel_noClock.html
│ │ ├── clockModel_standardClock.html
│ │ ├── dataExchangeModel.html
│ │ ├── dataExchangeModel_noDataExchange.html
│ │ ├── dataExchangeModel_oneWayVTK.html
│ │ ├── dataExchangeModel_twoWayFiles.html
│ │ ├── dataExchangeModel_twoWayMPI.html
│ │ ├── fix_couple_cfd.html
│ │ ├── fix_couple_cfd_force.html
│ │ ├── forceModel.html
│ │ ├── forceModel_Archimedes.html
│ │ ├── forceModel_ArchimedesIB.html
│ │ ├── forceModel_DiFeliceDrag.html
│ │ ├── forceModel_GidaspowDrag.html
│ │ ├── forceModel_KochHillDrag.html
│ │ ├── forceModel_LaEuScalarTemp.html
│ │ ├── forceModel_MeiLift.html
│ │ ├── forceModel_SchillerNaumannDrag.html
│ │ ├── forceModel_ShirgaonkarIB.html
│ │ ├── forceModel_checkCouplingInterval.html
│ │ ├── forceModel_fieldStore.html
│ │ ├── forceModel_fieldTimeAverage.html
│ │ ├── forceModel_gradPForce.html
│ │ ├── forceModel_noDrag.html
│ │ ├── forceModel_particleCellVolume.html
│ │ ├── forceModel_particleVolume.html
│ │ ├── forceModel_periodicPressure.html
│ │ ├── forceModel_scalarGeneralExchange.html
│ │ ├── forceModel_virtualMassForce.html
│ │ ├── forceModel_viscForce.html
│ │ ├── forceModel_volWeightedAverage.html
│ │ ├── forceSubModel.html
│ │ ├── forceSubModel_ImEx.html
│ │ ├── fvOptions.html
│ │ ├── fvOptions_meanSupVelocityForce.html
│ │ ├── genindex.html
│ │ ├── liggghtsCommandModel.html
│ │ ├── liggghtsCommandModel_execute.html
│ │ ├── liggghtsCommandModel_readLiggghtsData.html
│ │ ├── liggghtsCommandModel_runLiggghts.html
│ │ ├── liggghtsCommandModel_setDEMGravity.html
│ │ ├── liggghtsCommandModel_writeLiggghts.html
│ │ ├── locateModel.html
│ │ ├── locateModel_engineSearch.html
│ │ ├── locateModel_engineSearchIB.html
│ │ ├── locateModel_standardSearch.html
│ │ ├── meshMotionModel.html
│ │ ├── meshMotionModel_noMeshMotion.html
│ │ ├── momCoupleModel.html
│ │ ├── momCoupleModel_explicitCouple.html
│ │ ├── momCoupleModel_implicitCouple.html
│ │ ├── momCoupleModel_noCouple.html
│ │ ├── objects.inv
│ │ ├── probeModel.html
│ │ ├── probeModel_noProbe.html
│ │ ├── probeModel_particleProbe.html
│ │ ├── scalarTransportModel.html
│ │ ├── scalarTransportModel_generalManual.html
│ │ ├── search.html
│ │ ├── searchindex.js
│ │ ├── smoothingModel.html
│ │ ├── smoothingModel_constDiffSmoothing.html
│ │ ├── smoothingModel_noSmoothing.html
│ │ ├── voidFractionModel.html
│ │ ├── voidFractionModel_GaussVoidFraction.html
│ │ ├── voidFractionModel_IBVoidFraction.html
│ │ ├── voidFractionModel_bigParticleVoidFraction.html
│ │ ├── voidFractionModel_centreVoidFraction.html
│ │ ├── voidFractionModel_dividedVoidFraction.html
│ │ ├── voidFractionModel_noVoidFraction.html
│ │ └── voidFractionModel_trilinearVoidFraction.html
│ ├── _static/
│ │ └── css/
│ │ └── theme_CFDEMcoupling.css
│ ├── release-notes-PUBLIC-3.8.0.txt
│ └── release-notes-PUBLIC-3.8.1.txt
├── src/
│ ├── eulerian/
│ │ ├── fvOptionsCFDEM/
│ │ │ ├── Make/
│ │ │ │ ├── files
│ │ │ │ └── options
│ │ │ └── sources/
│ │ │ └── derived/
│ │ │ └── meanSupVelocityForce/
│ │ │ ├── meanSupVelocityForce.C
│ │ │ └── meanSupVelocityForce.H
│ │ └── scalarTransportModelsCFDEM/
│ │ ├── Make/
│ │ │ ├── files
│ │ │ └── options
│ │ ├── eulerianScalarField/
│ │ │ ├── eulerianScalarField.C
│ │ │ ├── eulerianScalarField.H
│ │ │ └── newEulerianScalarField.C
│ │ ├── generalManual/
│ │ │ ├── generalManual.C
│ │ │ └── generalManual.H
│ │ ├── generalPhaseChange/
│ │ │ ├── generalPhaseChange.C
│ │ │ └── generalPhaseChange.H
│ │ ├── noTransport/
│ │ │ ├── noTransport.C
│ │ │ └── noTransport.H
│ │ ├── phaseChangeModel/
│ │ │ ├── newPhaseChangeModel.C
│ │ │ ├── phaseChangeModel.C
│ │ │ └── phaseChangeModel.H
│ │ ├── scalarTransportModel/
│ │ │ ├── newScalarTransportModel.C
│ │ │ ├── scalarTransportModel.C
│ │ │ └── scalarTransportModel.H
│ │ └── temperatureModel/
│ │ ├── temperatureModel.C
│ │ └── temperatureModel.H
│ ├── lagrangian/
│ │ └── cfdemParticle/
│ │ ├── Make/
│ │ │ ├── files
│ │ │ └── options
│ │ ├── cfdTools/
│ │ │ ├── IOtools/
│ │ │ │ └── json/
│ │ │ │ ├── json.C
│ │ │ │ └── json.H
│ │ │ ├── checkImCoupleM.H
│ │ │ ├── checkImExCoupleM.H
│ │ │ ├── checkModelType.H
│ │ │ ├── compressibleContinuityErrsPU.H
│ │ │ ├── constructCFDEMcloud.H
│ │ │ ├── continuityErrorPhiPU.H
│ │ │ ├── continuityErrorPhiVoidfraction.H
│ │ │ ├── couplingForceError.H
│ │ │ ├── createCFDEMFields.H
│ │ │ ├── createFieldsAddOn.H
│ │ │ ├── debugInfo.H
│ │ │ ├── declareCFDEMcloud.H
│ │ │ ├── fixedFluxPressureHandling.H
│ │ │ ├── forceCheckEx.H
│ │ │ ├── forceCheckIm.H
│ │ │ ├── forceCheckImEx.H
│ │ │ ├── global.C
│ │ │ ├── global.H
│ │ │ ├── mathExtra.H
│ │ │ ├── newGlobal.C
│ │ │ ├── readPISOControls_OF30.H
│ │ │ ├── resetInterpolators/
│ │ │ │ ├── resetAlphaInterpolator.H
│ │ │ │ ├── resetDDtUInterpolator.H
│ │ │ │ ├── resetDSauterInterpolator.H
│ │ │ │ ├── resetDivTauInterpolator.H
│ │ │ │ ├── resetFluidScalarFieldInterpolator.H
│ │ │ │ ├── resetGInterpolator.H
│ │ │ │ ├── resetGradAlphaInterpolator.H
│ │ │ │ ├── resetGradPInterpolator.H
│ │ │ │ ├── resetGradPsolidInterpolator.H
│ │ │ │ ├── resetGradUInterpolator.H
│ │ │ │ ├── resetGradVoidfractionInterpolator.H
│ │ │ │ ├── resetPhiP1Interpolator.H
│ │ │ │ ├── resetPhiP2Interpolator.H
│ │ │ │ ├── resetRhoInterpolator.H
│ │ │ │ ├── resetShearRateInterpolator.H
│ │ │ │ ├── resetTInterpolator.H
│ │ │ │ ├── resetUInterpolator.H
│ │ │ │ ├── resetUp1Interpolator.H
│ │ │ │ ├── resetUp2Interpolator.H
│ │ │ │ ├── resetUsInterpolator.H
│ │ │ │ ├── resetVoidfractionInterpolator.H
│ │ │ │ └── resetVorticityInterpolator.H
│ │ │ ├── sanityChecks/
│ │ │ │ ├── level0_Cloud.H
│ │ │ │ └── level0_Solver.H
│ │ │ ├── setupProbeModel.H
│ │ │ ├── setupProbeModelfields.H
│ │ │ └── versionInfo.H
│ │ ├── cfdemCloud/
│ │ │ ├── cfdemCloud.C
│ │ │ ├── cfdemCloud.H
│ │ │ ├── cfdemCloudI.H
│ │ │ └── cfdemCloudIO.C
│ │ ├── derived/
│ │ │ └── cfdemCloudIB/
│ │ │ ├── cfdemCloudIB.C
│ │ │ └── cfdemCloudIB.H
│ │ ├── etc/
│ │ │ ├── OFVersionChange/
│ │ │ │ ├── changeDictionaryDicts/
│ │ │ │ │ ├── changeDictionaryDict_2.4.x
│ │ │ │ │ └── changeDictionaryDict_3.0.x
│ │ │ │ └── shellScripts/
│ │ │ │ ├── activateVersion.sh
│ │ │ │ ├── cfdemChangeTutOFversion.sh
│ │ │ │ ├── cfdemChangeTutOFversion_all.sh
│ │ │ │ ├── commentOut.sh
│ │ │ │ ├── integratorAndCouplingStyleChange.sh
│ │ │ │ └── unComment.sh
│ │ │ ├── OFversion/
│ │ │ │ └── OFversion.H
│ │ │ ├── addLibs_universal/
│ │ │ │ ├── additionalLibs_2.4.x
│ │ │ │ ├── additionalLibs_3.0.x
│ │ │ │ ├── additionalLibs_3.2
│ │ │ │ ├── additionalLibs_4.x
│ │ │ │ ├── additionalLibs_5.x
│ │ │ │ ├── additionalLibs_6
│ │ │ │ ├── additionalLibs_solver
│ │ │ │ ├── additionalLibs_superquadric
│ │ │ │ ├── additionalLibs_v1606+
│ │ │ │ └── additionalLibs_v1612+
│ │ │ ├── bashrc
│ │ │ ├── cfdemSystemTest.sh
│ │ │ ├── cleanCFDEMcoupling.sh
│ │ │ ├── compileCFDEMcoupling.sh
│ │ │ ├── compileCFDEMcoupling_all.sh
│ │ │ ├── compileCFDEMcoupling_sol.sh
│ │ │ ├── compileCFDEMcoupling_src.sh
│ │ │ ├── compileCFDEMcoupling_uti.sh
│ │ │ ├── compileLIGGGHTS.sh
│ │ │ ├── compileLIGGGHTS_dataExchLib.sh
│ │ │ ├── compileLIGGGHTS_lib.sh
│ │ │ ├── compileLIGGGHTS_noClean.sh
│ │ │ ├── controlDict_cgs_2.1.x
│ │ │ ├── controlDict_cgs_2.2.x
│ │ │ ├── cshrc
│ │ │ ├── functions.sh
│ │ │ ├── library-liggghts-list.txt
│ │ │ ├── library-list.txt
│ │ │ ├── package-liggghts-list.txt
│ │ │ ├── package-undo-liggghts-list.txt
│ │ │ ├── pullLIGGGHTS.sh
│ │ │ ├── solver-list.txt
│ │ │ ├── testTutorials.sh
│ │ │ ├── tutorial-list.txt
│ │ │ └── utilities-list.txt
│ │ └── subModels/
│ │ ├── IOModel/
│ │ │ ├── IOModel/
│ │ │ │ ├── IOModel.C
│ │ │ │ ├── IOModel.H
│ │ │ │ └── newIOModel.C
│ │ │ ├── basicIO/
│ │ │ │ ├── basicIO.C
│ │ │ │ └── basicIO.H
│ │ │ ├── noIO/
│ │ │ │ ├── noIO.C
│ │ │ │ └── noIO.H
│ │ │ ├── sophIO/
│ │ │ │ ├── sophIO.C
│ │ │ │ └── sophIO.H
│ │ │ └── trackIO/
│ │ │ ├── trackIO.C
│ │ │ └── trackIO.H
│ │ ├── averagingModel/
│ │ │ ├── averagingModel/
│ │ │ │ ├── averagingModel.C
│ │ │ │ ├── averagingModel.H
│ │ │ │ └── newAveragingModel.C
│ │ │ ├── dense/
│ │ │ │ ├── dense.C
│ │ │ │ └── dense.H
│ │ │ └── dilute/
│ │ │ ├── dilute.C
│ │ │ └── dilute.H
│ │ ├── clockModel/
│ │ │ ├── clockModel/
│ │ │ │ ├── clockModel.C
│ │ │ │ ├── clockModel.H
│ │ │ │ └── newClockModel.C
│ │ │ ├── noClock/
│ │ │ │ ├── noClock.C
│ │ │ │ └── noClock.H
│ │ │ └── standardClock/
│ │ │ ├── standardClock.C
│ │ │ └── standardClock.H
│ │ ├── dataExchangeModel/
│ │ │ ├── dataExchangeModel/
│ │ │ │ ├── dataExchangeModel.C
│ │ │ │ ├── dataExchangeModel.H
│ │ │ │ └── newDataExchangeModel.C
│ │ │ ├── noDataExchange/
│ │ │ │ ├── noDataExchange.C
│ │ │ │ └── noDataExchange.H
│ │ │ ├── oneWayVTK/
│ │ │ │ ├── oneWayVTK.C
│ │ │ │ └── oneWayVTK.H
│ │ │ ├── twoWayFiles/
│ │ │ │ ├── twoWayFiles.C
│ │ │ │ └── twoWayFiles.H
│ │ │ └── twoWayMPI/
│ │ │ ├── twoWayMPI.C
│ │ │ └── twoWayMPI.H
│ │ ├── forceModel/
│ │ │ ├── Archimedes/
│ │ │ │ ├── Archimedes.C
│ │ │ │ └── Archimedes.H
│ │ │ ├── ArchimedesIB/
│ │ │ │ ├── ArchimedesIB.C
│ │ │ │ └── ArchimedesIB.H
│ │ │ ├── DiFeliceDrag/
│ │ │ │ ├── DiFeliceDrag.C
│ │ │ │ └── DiFeliceDrag.H
│ │ │ ├── GidaspowDrag/
│ │ │ │ ├── GidaspowDrag.C
│ │ │ │ └── GidaspowDrag.H
│ │ │ ├── KochHillDrag/
│ │ │ │ ├── KochHillDrag.C
│ │ │ │ └── KochHillDrag.H
│ │ │ ├── LaEuScalarTemp/
│ │ │ │ ├── LaEuScalarTemp.C
│ │ │ │ └── LaEuScalarTemp.H
│ │ │ ├── MeiLift/
│ │ │ │ ├── MeiLift.C
│ │ │ │ └── MeiLift.H
│ │ │ ├── SchillerNaumannDrag/
│ │ │ │ ├── SchillerNaumannDrag.C
│ │ │ │ └── SchillerNaumannDrag.H
│ │ │ ├── ShirgaonkarIB/
│ │ │ │ ├── ShirgaonkarIB.C
│ │ │ │ └── ShirgaonkarIB.H
│ │ │ ├── checkCouplingInterval/
│ │ │ │ ├── checkCouplingInterval.C
│ │ │ │ └── checkCouplingInterval.H
│ │ │ ├── fieldStore/
│ │ │ │ ├── fieldStore.C
│ │ │ │ └── fieldStore.H
│ │ │ ├── fieldTimeAverage/
│ │ │ │ ├── fieldTimeAverage.C
│ │ │ │ └── fieldTimeAverage.H
│ │ │ ├── forceModel/
│ │ │ │ ├── forceModel.C
│ │ │ │ ├── forceModel.H
│ │ │ │ └── newForceModel.C
│ │ │ ├── forceSubModels/
│ │ │ │ ├── ImEx/
│ │ │ │ │ ├── ImEx.C
│ │ │ │ │ └── ImEx.H
│ │ │ │ └── forceSubModel/
│ │ │ │ ├── forceSubModel.C
│ │ │ │ ├── forceSubModel.H
│ │ │ │ └── newForceSubModel.C
│ │ │ ├── gradPForce/
│ │ │ │ ├── gradPForce.C
│ │ │ │ └── gradPForce.H
│ │ │ ├── noDrag/
│ │ │ │ ├── noDrag.C
│ │ │ │ └── noDrag.H
│ │ │ ├── particleCellVolume/
│ │ │ │ ├── particleCellVolume.C
│ │ │ │ └── particleCellVolume.H
│ │ │ ├── particleVolume/
│ │ │ │ ├── particleVolume.C
│ │ │ │ └── particleVolume.H
│ │ │ ├── scalarGeneralExchange/
│ │ │ │ ├── scalarGeneralExchange.C
│ │ │ │ └── scalarGeneralExchange.H
│ │ │ ├── virtualMassForce/
│ │ │ │ ├── virtualMassForce.C
│ │ │ │ └── virtualMassForce.H
│ │ │ ├── viscForce/
│ │ │ │ ├── viscForce.C
│ │ │ │ └── viscForce.H
│ │ │ └── volWeightedAverage/
│ │ │ ├── volWeightedAverage.C
│ │ │ └── volWeightedAverage.H
│ │ ├── liggghtsCommandModel/
│ │ │ ├── execute/
│ │ │ │ ├── execute.C
│ │ │ │ └── execute.H
│ │ │ ├── liggghtsCommandModel/
│ │ │ │ ├── liggghtsCommandModel.C
│ │ │ │ ├── liggghtsCommandModel.H
│ │ │ │ └── newLiggghtsCommandModel.C
│ │ │ ├── readLiggghtsData/
│ │ │ │ ├── readLiggghtsData.C
│ │ │ │ └── readLiggghtsData.H
│ │ │ ├── runLiggghts/
│ │ │ │ ├── runLiggghts.C
│ │ │ │ └── runLiggghts.H
│ │ │ ├── setDEMGravity/
│ │ │ │ ├── setDEMGravity.C
│ │ │ │ └── setDEMGravity.H
│ │ │ └── writeLiggghts/
│ │ │ ├── writeLiggghts.C
│ │ │ └── writeLiggghts.H
│ │ ├── locateModel/
│ │ │ ├── engineSearch/
│ │ │ │ ├── engineSearch.C
│ │ │ │ └── engineSearch.H
│ │ │ ├── engineSearchIB/
│ │ │ │ ├── engineSearchIB.C
│ │ │ │ └── engineSearchIB.H
│ │ │ ├── locateModel/
│ │ │ │ ├── locateModel.C
│ │ │ │ ├── locateModel.H
│ │ │ │ └── newLocateModel.C
│ │ │ └── standardSearch/
│ │ │ ├── standardSearch.C
│ │ │ └── standardSearch.H
│ │ ├── meshMotionModel/
│ │ │ ├── meshMotionModel/
│ │ │ │ ├── meshMotionModel.C
│ │ │ │ ├── meshMotionModel.H
│ │ │ │ └── newMeshMotionModel.C
│ │ │ └── noMeshMotion/
│ │ │ ├── noMeshMotion.C
│ │ │ └── noMeshMotion.H
│ │ ├── momCoupleModel/
│ │ │ ├── explicitCouple/
│ │ │ │ ├── explicitCouple.C
│ │ │ │ └── explicitCouple.H
│ │ │ ├── implicitCouple/
│ │ │ │ ├── implicitCouple.C
│ │ │ │ └── implicitCouple.H
│ │ │ ├── momCoupleModel/
│ │ │ │ ├── momCoupleModel.C
│ │ │ │ ├── momCoupleModel.H
│ │ │ │ └── newMomCoupleModel.C
│ │ │ └── noCouple/
│ │ │ ├── noCouple.C
│ │ │ └── noCouple.H
│ │ ├── probeModel/
│ │ │ ├── noProbe/
│ │ │ │ ├── noProbe.C
│ │ │ │ └── noProbe.H
│ │ │ ├── particleProbe/
│ │ │ │ ├── particleProbe.C
│ │ │ │ └── particleProbe.H
│ │ │ └── probeModel/
│ │ │ ├── newProbeModel.C
│ │ │ ├── probeModel.C
│ │ │ └── probeModel.H
│ │ ├── registryModel/
│ │ │ ├── defaultRegistry/
│ │ │ │ ├── defaultRegistry.C
│ │ │ │ └── defaultRegistry.H
│ │ │ └── registryModel/
│ │ │ ├── newRegistryModel.C
│ │ │ ├── registryModel.C
│ │ │ └── registryModel.H
│ │ ├── smoothingModel/
│ │ │ ├── constDiffSmoothing/
│ │ │ │ ├── constDiffSmoothing.C
│ │ │ │ └── constDiffSmoothing.H
│ │ │ ├── noSmoothing/
│ │ │ │ ├── noSmoothing.C
│ │ │ │ └── noSmoothing.H
│ │ │ └── smoothingModel/
│ │ │ ├── newSmoothingModel.C
│ │ │ ├── smoothingModel.C
│ │ │ └── smoothingModel.H
│ │ └── voidFractionModel/
│ │ ├── GaussVoidFraction/
│ │ │ ├── GaussVoidFraction.C
│ │ │ └── GaussVoidFraction.H
│ │ ├── IBVoidFraction/
│ │ │ ├── IBVoidFraction.C
│ │ │ └── IBVoidFraction.H
│ │ ├── bigParticleVoidFraction/
│ │ │ ├── bigParticleVoidFraction.C
│ │ │ └── bigParticleVoidFraction.H
│ │ ├── centreVoidFraction/
│ │ │ ├── centreVoidFraction.C
│ │ │ └── centreVoidFraction.H
│ │ ├── dividedVoidFraction/
│ │ │ ├── dividedVoidFraction.C
│ │ │ ├── dividedVoidFraction.H
│ │ │ └── setWeightedSource.H
│ │ ├── noVoidFraction/
│ │ │ ├── noVoidFraction.C
│ │ │ └── noVoidFraction.H
│ │ ├── trilinearVoidFraction/
│ │ │ ├── trilinearVoidFraction.C
│ │ │ └── trilinearVoidFraction.H
│ │ └── voidFractionModel/
│ │ ├── newVoidFractionModel.C
│ │ ├── voidFractionModel.C
│ │ └── voidFractionModel.H
│ └── version_CFDEMcoupling_branch.txt
└── tutorials/
├── ParScale/
│ └── cfdemSolverPisoSTM/
│ └── packedBedTempParScale/
│ ├── Allrun.sh
│ ├── CFD/
│ │ ├── 0/
│ │ │ ├── Ksl
│ │ │ ├── T
│ │ │ ├── TSource
│ │ │ ├── U
│ │ │ ├── Us
│ │ │ ├── epsilon
│ │ │ ├── k
│ │ │ ├── nut
│ │ │ ├── p
│ │ │ ├── rho
│ │ │ └── voidfraction
│ │ ├── constant/
│ │ │ ├── RASProperties
│ │ │ ├── couplingProperties
│ │ │ ├── g
│ │ │ ├── liggghtsCommands
│ │ │ ├── scalarTransportProperties
│ │ │ ├── transportProperties
│ │ │ └── turbulenceProperties
│ │ ├── octave/
│ │ │ └── totalPressureDropAndNusselt.m
│ │ ├── pascal/
│ │ │ ├── 0/
│ │ │ │ ├── heat.json
│ │ │ │ └── radius.json
│ │ │ ├── genPascalInput.m
│ │ │ ├── in.pascal
│ │ │ └── settings/
│ │ │ ├── coupling_liggghts.json
│ │ │ ├── integrator.json
│ │ │ ├── model_heatCapacity_solid.json
│ │ │ ├── model_heatDensity_solid.json
│ │ │ ├── model_heatThermalConductivity_solid.json
│ │ │ └── verbose.json
│ │ ├── settings/
│ │ │ └── parscale.json
│ │ └── system/
│ │ ├── blockMeshDict
│ │ ├── controlDict
│ │ ├── controlDict.foam
│ │ ├── decomposeParDict
│ │ ├── fvSchemes
│ │ ├── fvSolution
│ │ ├── libsAndFunctionsOF3x
│ │ ├── libsAndFunctionsOF4x
│ │ └── libsAndFunctionsOF5x
│ ├── DEM/
│ │ ├── in.liggghts_init
│ │ └── in.liggghts_run
│ ├── cleanCase.sh
│ ├── parCFDDEMrun.sh
│ └── parDEMrun.sh
├── cfdemPostproc/
│ └── fillCylinder/
│ ├── Allrun.sh
│ ├── CFD/
│ │ ├── 0/
│ │ │ └── dummy
│ │ ├── constant/
│ │ │ ├── RASProperties
│ │ │ ├── couplingProperties
│ │ │ ├── liggghtsCommands
│ │ │ ├── transportProperties
│ │ │ └── turbulenceProperties
│ │ └── system/
│ │ ├── blockMeshDict
│ │ ├── controlDict
│ │ ├── controlDict.foam
│ │ ├── fvSchemes
│ │ └── fvSolution
│ └── DEM/
│ └── in.liggghts_init
├── cfdemSolverIB/
│ └── twoSpheresGlowinskiMPI/
│ ├── Allrun.sh
│ ├── CFD/
│ │ ├── 0/
│ │ │ ├── U
│ │ │ ├── Us
│ │ │ ├── p
│ │ │ ├── phiIB
│ │ │ └── voidfraction
│ │ ├── constant/
│ │ │ ├── RASProperties
│ │ │ ├── couplingProperties
│ │ │ ├── dynamicMeshDict
│ │ │ ├── g
│ │ │ ├── liggghtsCommands
│ │ │ ├── transportProperties
│ │ │ └── turbulenceProperties
│ │ ├── octave/
│ │ │ ├── coord_pos.mat
│ │ │ ├── coord_vel.mat
│ │ │ └── postproc.m
│ │ └── system/
│ │ ├── blockMeshDict
│ │ ├── controlDict
│ │ ├── controlDict.foam
│ │ ├── decomposeParDict
│ │ ├── fvSchemes
│ │ └── fvSolution
│ ├── DEM/
│ │ └── in.liggghts_run
│ └── parCFDDEMrun.sh
├── cfdemSolverPiso/
│ ├── ErgunTestMPI/
│ │ ├── Allrun.sh
│ │ ├── CFD/
│ │ │ ├── 0/
│ │ │ │ ├── Ksl
│ │ │ │ ├── U
│ │ │ │ ├── Us
│ │ │ │ ├── epsilon
│ │ │ │ ├── k
│ │ │ │ ├── nut
│ │ │ │ ├── p
│ │ │ │ ├── rho
│ │ │ │ └── voidfraction
│ │ │ ├── constant/
│ │ │ │ ├── RASProperties
│ │ │ │ ├── couplingProperties
│ │ │ │ ├── g
│ │ │ │ ├── liggghtsCommands
│ │ │ │ ├── transportProperties
│ │ │ │ └── turbulenceProperties
│ │ │ ├── octave/
│ │ │ │ ├── loaddata.m
│ │ │ │ └── totalPressureDrop.m
│ │ │ ├── steps_0p1s
│ │ │ └── system/
│ │ │ ├── blockMeshDict
│ │ │ ├── controlDict
│ │ │ ├── controlDict.foam
│ │ │ ├── decomposeParDict
│ │ │ ├── funkySetFieldsDict
│ │ │ ├── fvSchemes
│ │ │ └── fvSolution
│ │ ├── DEM/
│ │ │ ├── in.liggghts_init
│ │ │ └── in.liggghts_run
│ │ ├── parCFDDEMrun.sh
│ │ └── parDEMrun.sh
│ ├── ErgunTestMPI_cgs/
│ │ ├── Allrun.sh
│ │ ├── CFD/
│ │ │ ├── 0/
│ │ │ │ ├── Ksl
│ │ │ │ ├── U
│ │ │ │ ├── Us
│ │ │ │ ├── p
│ │ │ │ ├── rho
│ │ │ │ └── voidfraction
│ │ │ ├── constant/
│ │ │ │ ├── RASProperties
│ │ │ │ ├── couplingProperties
│ │ │ │ ├── g
│ │ │ │ ├── liggghtsCommands
│ │ │ │ ├── transportProperties
│ │ │ │ └── turbulenceProperties
│ │ │ ├── octave/
│ │ │ │ ├── loaddata.m
│ │ │ │ └── totalPressureDrop.m
│ │ │ ├── steps_0p1s
│ │ │ └── system/
│ │ │ ├── blockMeshDict
│ │ │ ├── controlDict
│ │ │ ├── controlDict.foam
│ │ │ ├── decomposeParDict
│ │ │ ├── funkySetFieldsDict
│ │ │ ├── fvSchemes
│ │ │ └── fvSolution
│ │ ├── DEM/
│ │ │ ├── in.liggghts_init
│ │ │ └── in.liggghts_run
│ │ ├── parCFDDEMrun.sh
│ │ └── parDEMrun.sh
│ ├── ErgunTestMPI_restart/
│ │ ├── Allrun.sh
│ │ ├── CFD/
│ │ │ ├── 0/
│ │ │ │ ├── Ksl
│ │ │ │ ├── U
│ │ │ │ ├── Us
│ │ │ │ ├── epsilon
│ │ │ │ ├── k
│ │ │ │ ├── nut
│ │ │ │ ├── p
│ │ │ │ ├── rho
│ │ │ │ └── voidfraction
│ │ │ ├── constant/
│ │ │ │ ├── RASProperties
│ │ │ │ ├── couplingProperties_restart
│ │ │ │ ├── couplingProperties_run
│ │ │ │ ├── g
│ │ │ │ ├── liggghtsCommands_restart
│ │ │ │ ├── liggghtsCommands_run
│ │ │ │ ├── transportProperties
│ │ │ │ └── turbulenceProperties
│ │ │ ├── octave/
│ │ │ │ ├── loaddata.m
│ │ │ │ └── totalPressureDrop.m
│ │ │ ├── steps_0p1s
│ │ │ └── system/
│ │ │ ├── blockMeshDict
│ │ │ ├── controlDict
│ │ │ ├── controlDict.foam
│ │ │ ├── controlDict_restart
│ │ │ ├── controlDict_run
│ │ │ ├── decomposeParDict
│ │ │ ├── funkySetFieldsDict
│ │ │ ├── fvSchemes
│ │ │ └── fvSolution
│ │ ├── DEM/
│ │ │ ├── in.liggghts_init
│ │ │ ├── in.liggghts_restart
│ │ │ └── in.liggghts_run
│ │ ├── parCFDDEMrun.sh
│ │ └── parDEMrun.sh
│ ├── periodicChannel/
│ │ ├── Allrun.sh
│ │ ├── CFD/
│ │ │ ├── 0/
│ │ │ │ ├── Ksl
│ │ │ │ ├── U
│ │ │ │ ├── Us
│ │ │ │ ├── p
│ │ │ │ ├── rho
│ │ │ │ └── voidfraction
│ │ │ ├── constant/
│ │ │ │ ├── RASProperties
│ │ │ │ ├── couplingProperties
│ │ │ │ ├── g
│ │ │ │ ├── liggghtsCommands
│ │ │ │ ├── transportProperties
│ │ │ │ └── turbulenceProperties
│ │ │ ├── octave/
│ │ │ │ └── checkVolFlow.m
│ │ │ └── system/
│ │ │ ├── blockMeshDict
│ │ │ ├── controlDict
│ │ │ ├── controlDict.foam
│ │ │ ├── decomposeParDict
│ │ │ ├── fvOptions
│ │ │ ├── fvSchemes
│ │ │ └── fvSolution
│ │ ├── DEM/
│ │ │ ├── in.liggghts_init
│ │ │ └── in.liggghts_resume
│ │ ├── parCFDDEMrun.sh
│ │ └── parDEMrun.sh
│ ├── settlingTestMPI/
│ │ ├── Allrun.sh
│ │ ├── CFD/
│ │ │ ├── 0/
│ │ │ │ ├── Ksl
│ │ │ │ ├── U
│ │ │ │ ├── Us
│ │ │ │ ├── k
│ │ │ │ ├── nuSgs
│ │ │ │ ├── p
│ │ │ │ ├── rho
│ │ │ │ ├── sSmoothField
│ │ │ │ ├── vSmoothField
│ │ │ │ └── voidfraction
│ │ │ ├── constant/
│ │ │ │ ├── LESProperties
│ │ │ │ ├── RASProperties
│ │ │ │ ├── couplingProperties
│ │ │ │ ├── g
│ │ │ │ ├── liggghtsCommands
│ │ │ │ ├── particleTrackProperties
│ │ │ │ ├── transportProperties
│ │ │ │ └── turbulenceProperties
│ │ │ ├── octave/
│ │ │ │ └── settlingVelocity.m
│ │ │ └── system/
│ │ │ ├── blockMeshDict
│ │ │ ├── controlDict
│ │ │ ├── controlDict.foam
│ │ │ ├── decomposeParDict
│ │ │ ├── fvSchemes
│ │ │ └── fvSolution
│ │ ├── DEM/
│ │ │ └── in.liggghts_run
│ │ └── parCFDDEMrun.sh
│ └── voidfractionTest/
│ ├── Allrun.sh
│ ├── CFD/
│ │ ├── 0/
│ │ │ ├── Ksl
│ │ │ ├── U
│ │ │ ├── Us
│ │ │ ├── p
│ │ │ ├── rho
│ │ │ └── voidfraction
│ │ ├── constant/
│ │ │ ├── RASProperties
│ │ │ ├── couplingProperties
│ │ │ ├── g
│ │ │ ├── liggghtsCommands
│ │ │ ├── transportProperties
│ │ │ └── turbulenceProperties
│ │ ├── octave/
│ │ │ └── particleCellVolume.m
│ │ └── system/
│ │ ├── blockMeshDict
│ │ ├── controlDict
│ │ ├── controlDict.foam
│ │ ├── decomposeParDict
│ │ ├── fvSchemes
│ │ └── fvSolution
│ ├── DEM/
│ │ └── in.liggghts_run
│ └── parCFDDEMrun.sh
├── cfdemSolverPisoSTM/
│ └── packedBedTemp/
│ ├── Allrun.sh
│ ├── CFD/
│ │ ├── 0/
│ │ │ ├── C
│ │ │ ├── CSource
│ │ │ ├── Ksl
│ │ │ ├── T
│ │ │ ├── TSource
│ │ │ ├── U
│ │ │ ├── Us
│ │ │ ├── epsilon
│ │ │ ├── k
│ │ │ ├── nut
│ │ │ ├── p
│ │ │ ├── rho
│ │ │ └── voidfraction
│ │ ├── constant/
│ │ │ ├── LESProperties
│ │ │ ├── RASProperties
│ │ │ ├── couplingProperties
│ │ │ ├── g
│ │ │ ├── liggghtsCommands
│ │ │ ├── scalarTransportProperties
│ │ │ ├── transportProperties
│ │ │ └── turbulenceProperties
│ │ ├── octave/
│ │ │ └── totalPressureDropAndNusselt.m
│ │ └── system/
│ │ ├── blockMeshDict
│ │ ├── controlDict
│ │ ├── controlDict.foam
│ │ ├── decomposeParDict
│ │ ├── fvSchemes
│ │ └── fvSolution
│ ├── DEM/
│ │ ├── in.liggghts_init
│ │ └── in.liggghts_run
│ ├── cleanCase.sh
│ ├── parCFDDEMrun.sh
│ └── parDEMrun.sh
└── cfdemSolverPisoScalar/
└── packedBedTemp/
├── Allrun.sh
├── CFD/
│ ├── 0/
│ │ ├── Ksl
│ │ ├── T
│ │ ├── Tsource
│ │ ├── U
│ │ ├── Us
│ │ ├── alphat
│ │ ├── epsilon
│ │ ├── k
│ │ ├── nut
│ │ ├── p
│ │ ├── rho
│ │ └── voidfraction
│ ├── constant/
│ │ ├── RASProperties
│ │ ├── couplingProperties
│ │ ├── g
│ │ ├── liggghtsCommands
│ │ ├── transportProperties
│ │ └── turbulenceProperties
│ ├── octave/
│ │ └── totalPressureDropAndNusselt.m
│ └── system/
│ ├── blockMeshDict
│ ├── controlDict
│ ├── controlDict.foam
│ ├── decomposeParDict
│ ├── fvSchemes
│ └── fvSolution
├── DEM/
│ ├── in.liggghts_init
│ └── in.liggghts_run
├── parCFDDEMrun.sh
└── parDEMrun.sh
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
*.o
*.dep
log_*
log.*
*~
================================================
FILE: COPYING
================================================
-------------------------------------------------------------------------
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
-------------------------------------------------------------------------
================================================
FILE: DISCLAIMER
================================================
Parts of the code uses OpenFOAM® technology. 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.
Detailed information on the OpenFOAM trademark can be found at
- http://www.openfoam.com/legal/trademark-policy.php
- http://www.openfoam.com/legal/trademark-guidelines.php
For further information on OpenCFD and OpenFOAM, please refer to
- http://www.openfoam.com
================================================
FILE: README.md
================================================
<div align ="center">
<p float="left">
<img src="doc/cfdem_logo.jpg" width="300" />
<img src="doc/cfdem_logo2.png" width="300" />
</p>
</div>
## The extended version of CFDEM®coupling is constantly developed and maintained by DCS Computing GmbH - you can find more information [here](https://www.aspherix-dem.com/software/cfdemcoupling-functionalities/)
This repository contains older, publicly available versions of CFDEM®coupling (referred to as "CFDEM®coupling-PUBLIC").
This repository has last been updated for CFDEMcoupling-PUBLIC to be compatible with OpenFOAM-6 ensuring
functionality on Ubuntu 22.04 and 24.04.
While this update contains some bugfixes and improvements, the main intention of this
update is keeping CFDEMcoupling usable also on newer systems where the compilation of
older OpenFOAM versions may prove difficult.
This repository will not be updated in the foreseeable future.
CFDEM®coupling-PUBLIC is compatible with [LIGGGHTS-PUBLIC](https://github.com/CFDEMproject/LIGGGHTS-PUBLIC).
The extended version of CFDEM®coupling is compatible with the DEM software [Aspherix®](https://www.aspherix-dem.com/), the "successor" of LIGGGHTS® developed and distributed by DCS Computing GmbH, Linz, Austria.
</div>
## CFDEM®coupling-PUBLIC
CFDEM®coupling-PUBLIC is an Open Source coupled CFD-DEM framework combining the strengths of LIGGGHTS® DEM code and the Open Source CFD package OpenFOAM® [^1]. CFDEM®coupling stands for Computational Fluid Dynamics (CFD) - Discrete Element Method (DEM) coupling.
LIGGGHTS® and CFDEM® are registered trade marks of DCS Computing GmbH, the producer of the LIGGGHTS® software and the CFDEM®coupling software; see http://www.cfdem.com/terms-trademark-policy for details.
CFDEM®coupling-PUBLIC is open-source, distributed under the terms of the GNU Public License, version 3 or later. CFDEM®coupling-PUBLIC is part of CFDEM®project: www.liggghts.com | www.cfdem.com. Core developer and main author: Christoph Goniva, christoph.goniva@dcs-computing.com
[^1]: 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.
</div>
## Features
* Modular approach that allows users to easily implement new models
* MPI parallelization that enables to use it for large scale problems
* The "forum" (www.cfdem.com) 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
In this toolbox the particle representation within the CFD solver is organized by "cloud" classes. Key functionalities are organised in sub-models (e.g. force models, data exchange models, etc.), which can easily be selected and combined by dictionary settings.
</div>
## Structure
The CFDEM®coupling-PUBLIC distribution includes the following files and directories:
* `README`: this file
* `COPYING`: the GNU General Public License (GPL) file
* `DISCLAIMER`
* `src`: directory including the source files of the coupling toolbox and models
* `applications`: directory including the solver files for coupled CFD-DEM simulations
* `doc`: directory including the documentation of CFDEM®coupling
* `tutorials`: directory including basic tutorial cases showing the functionality
Details on installation are given on the www.cfdem.com website.
</div>
## License
CFDEM®coupling-PUBLIC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
CFDEM®coupling is distributed in the hope that it will be useful, but **without any warranty**; without even the implied warranty of **merchantabiity** or **fitness for a particular purpouse**; see the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with CFDEM®coupling-PUBLIC; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
</div>
## Copyrights
* Copyright 2012-now: DCS Computing GmbH, Linz
* Copyright 2009-2015: JKU Linz
Some parts of CFDEM®coupling are based on OpenFOAM® and Copyright on these parts is held by the OpenFOAM® Foundation (www.openFoam.org) and potentially other parties. Some parts of CFDEMcoupling are contributied by other parties, which are holding the Copyright. This is listed in each file of the distribution.
## How to cite CFDEM®coupling-PUBLIC
If you are using PhasicFlow in your research or industrial work, cite the following [article](https://doi.org/10.1016/j.partic.2012.05.002):
```
@article{goniva2012influence,
title={Influence of rolling friction on single spout fluidized bed simulation},
author={Goniva, Christoph and Kloss, Christoph and Deen, Niels G and Kuipers, Johannes AM and Pirker, Stefan},
journal={Particuology},
volume={10},
number={5},
pages={582--591},
year={2012},
publisher={Elsevier}
}
```
================================================
FILE: applications/solvers/cfdemSolverIB/Make/files
================================================
cfdemSolverIB.C
EXE=$(CFDEM_APP_DIR)/cfdemSolverIB
================================================
FILE: applications/solvers/cfdemSolverIB/Make/options
================================================
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
include $(CFDEM_ADD_LIBS_DIR)/$(CFDEM_ADD_LIBS_NAME)
PFLAGS+= -DCFDEMWMPROJECTVERSION="$(CFDEM_WM_PROJECT_VERSION)"
include $(CFDEM_ADD_LIBS_DIR)/additionalLibs_solver
EXE_INC = \
$(PFLAGS) \
$(PINC) \
$(CFDEM_ADD_INCOMPTURBMOD_PATHS) \
-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$(CFDEM_LIGGGHTS_SRC_DIR)
EXE_LIBS = \
-L$(CFDEM_LIB_DIR)\
$(CFDEM_ADD_INCOMPTURBMOD_LIBS) \
-lincompressibleTransportModels \
-lfiniteVolume \
-ldynamicFvMesh \
-ldynamicMesh \
-l$(CFDEM_LIB_NAME) \
$(CFDEM_ADD_LIB_PATHS) \
$(CFDEM_ADD_LIBS)
================================================
FILE: applications/solvers/cfdemSolverIB/cfdemSolverIB.C
================================================
/*---------------------------------------------------------------------------*\
CFDEMcoupling - Open Source CFD-DEM coupling
CFDEMcoupling is part of the CFDEMproject
www.cfdem.com
Christoph Goniva, christoph.goniva@cfdem.com
Copyright (C) 1991-2009 OpenCFD Ltd.
Copyright (C) 2009-2012 JKU, Linz
Copyright (C) 2012- DCS Computing GmbH,Linz
-------------------------------------------------------------------------------
License
This file is part of CFDEMcoupling.
CFDEMcoupling is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
CFDEMcoupling is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with CFDEMcoupling. If not, see <http://www.gnu.org/licenses/>.
Application
cfdemSolverIB
Description
Transient solver for incompressible flow.
The code is an evolution of the solver pisoFoam in OpenFOAM(R) 1.6,
where additional functionality for CFD-DEM coupling using immersed body
(fictitious domain) method is added.
Contributions
Alice Hager
\*---------------------------------------------------------------------------*/
#include "fvCFD.H"
#include "singlePhaseTransportModel.H"
#include "OFversion.H"
#if defined(version30)
#include "turbulentTransportModel.H"
#include "pisoControl.H"
#else
#include "turbulenceModel.H"
#endif
#include "cfdemCloudIB.H"
#if defined(superquadrics_IB_flag)
#include "cfdemCloudIBSuperquadric.H"
#endif
#include "implicitCouple.H"
#include "averagingModel.H"
#include "voidFractionModel.H"
#include "dynamicFvMesh.H"
#include "cellSet.H"
#if defined(version22)
#include "meshToMeshNew.H"
#include "fvIOoptionList.H"
#endif
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
int main(int argc, char *argv[])
{
#include "setRootCase.H"
#include "createTime.H"
#include "createDynamicFvMesh.H"
#if defined(version30)
pisoControl piso(mesh);
#include "createTimeControls.H"
#endif
#include "createFields.H"
#include "initContinuityErrs.H"
#if defined(version22)
#include "createFvOptions.H"
#endif
// create cfdemCloud
#include "readGravitationalAcceleration.H"
#if defined(superquadrics_IB_flag)
cfdemCloudIBSuperquadric particleCloud(mesh);
#else
cfdemCloudIB particleCloud(mesh);
#endif
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info<< "\nStarting time loop\n" << endl;
while (runTime.loop())
{
Info<< "Time = " << runTime.timeName() << nl << endl;
//=== dyM ===================
interFace = mag(mesh.lookupObject<volScalarField>("voidfractionNext"));
particleCloud.setMeshHasUpdatedFlag(mesh.update()); //dyM
#if defined(version30)
#include "readTimeControls.H"
#include "CourantNo.H"
#include "setDeltaT.H"
#else
#include "readPISOControls.H"
#include "CourantNo.H"
#endif
// do particle stuff
Info << "- evolve()" << endl;
particleCloud.evolve(voidfraction, interFace);
// Pressure-velocity PISO corrector
if(particleCloud.solveFlow())
{
// Momentum predictor
fvVectorMatrix UEqn
(
fvm::ddt(U) //fvm::ddt(voidfraction,U)
+ fvm::div(phi, U)
+ turbulence->divDevReff(U)
#if defined(version22)
==
fvOptions(U)
#endif
);
UEqn.relax();
#if defined(version22)
fvOptions.constrain(UEqn);
#endif
#if defined(version30)
if (piso.momentumPredictor())
#else
if (momentumPredictor)
#endif
{
solve(UEqn == -fvc::grad(p));
}
// --- PISO loop
#if defined(version30)
while (piso.correct())
#else
for (int corr=0; corr<nCorr; corr++)
#endif
{
volScalarField rUA = 1.0/UEqn.A();
surfaceScalarField rUAf(fvc::interpolate(rUA));
U = rUA*UEqn.H();
#ifdef version23
phi = (fvc::interpolate(U) & mesh.Sf())
+ rUAf*fvc::ddtCorr(U, phi);
#else
phi = (fvc::interpolate(U) & mesh.Sf())
+ fvc::ddtPhiCorr(rUA, U, phi);
#endif
adjustPhi(phi, U, p);
#if defined(version22)
fvOptions.relativeFlux(phi);
#endif
// Non-orthogonal pressure corrector loop
#if defined(version30)
while (piso.correctNonOrthogonal())
#else
for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
#endif
{
// Pressure corrector
fvScalarMatrix pEqn
(
fvm::laplacian(rUA, p) == fvc::div(phi) + particleCloud.ddtVoidfraction()
);
pEqn.setReference(pRefCell, pRefValue);
#if defined(version30)
pEqn.solve(mesh.solver(p.select(piso.finalInnerIter())));
if (piso.finalNonOrthogonalIter())
phi -= pEqn.flux();
#else
if( corr == nCorr-1 && nonOrth == nNonOrthCorr )
#if defined(versionExt32)
pEqn.solve(mesh.solutionDict().solver("pFinal"));
#else
pEqn.solve(mesh.solver("pFinal"));
#endif
else
pEqn.solve();
if (nonOrth == nNonOrthCorr)
phi -= pEqn.flux();
#endif
}
#include "continuityErrs.H"
U -= rUA*fvc::grad(p);
U.correctBoundaryConditions();
}
} //end solveFlow
laminarTransport.correct();
turbulence->correct();
Info << "particleCloud.calcVelocityCorrection() " << endl;
volScalarField voidfractionNext=mesh.lookupObject<volScalarField>("voidfractionNext");
particleCloud.calcVelocityCorrection(p,U,phiIB,voidfractionNext);
#if defined(version22)
fvOptions.correct(U);
#endif
runTime.write();
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;
}
Info<< "End\n" << endl;
return 0;
}
// ************************************************************************* //
================================================
FILE: applications/solvers/cfdemSolverIB/createFields.H
================================================
Info<< "Reading field p\n" << endl;
volScalarField p
(
IOobject
(
"p",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);
Info<< "Reading physical velocity field U" << endl;
Info<< "Note: only if voidfraction at boundary is 1, U is superficial velocity!!!\n" << endl;
volVectorField U
(
IOobject
(
"U",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);
//mod by alice
Info<< "Reading physical velocity field U" << endl;
Info<< "Note: only if voidfraction at boundary is 1, U is superficial velocity!!!\n" << endl;
volVectorField Us
(
IOobject
(
"Us",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);
/*Info<< "\nCreating outside field\n" << endl;
volScalarField outside
(
IOobject
(
"outside",
runTime.timeName(),
mesh,
IOobject::NO_READ,
IOobject::AUTO_WRITE
),
mesh,
scalar(0)
);*/
//========================
// drag law modelling
//========================
Info<< "\nCreating dummy density field rho = 1\n" << endl;
volScalarField rho
(
IOobject
(
"rho",
runTime.timeName(),
mesh,
IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
),
mesh,
dimensionedScalar("0", dimensionSet(1, -3, 0, 0, 0), 1.0)
);
Info<< "Reading field phiIB\n" << endl;
volScalarField phiIB
(
IOobject
(
"phiIB",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);
//mod by alice
Info<< "Reading field phiIB\n" << endl;
volScalarField voidfraction
(
IOobject
(
"voidfraction",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);
//========================
# include "createPhi.H"
label pRefCell = 0;
scalar pRefValue = 0.0;
setRefCell(p, mesh.solutionDict().subDict("PISO"), pRefCell, pRefValue);
singlePhaseTransportModel laminarTransport(U, phi);
autoPtr<incompressible::turbulenceModel> turbulence
(
incompressible::turbulenceModel::New(U, phi, laminarTransport)
);
//=== dyM ===================
Info<< "Reading field interFace\n" << endl;
volScalarField interFace
(
IOobject
(
"interFace",
runTime.timeName(),
mesh,
IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
),
mesh,
//dimensionedScalar("0", dimensionSet(0, -1, 0, 0, 0), 0.0)
dimensionedScalar("0", dimensionSet(0, 0, 0, 0, 0), 0.0)
);
//===========================
================================================
FILE: applications/solvers/cfdemSolverPiso/Make/files
================================================
cfdemSolverPiso.C
EXE=$(CFDEM_APP_DIR)/cfdemSolverPiso
================================================
FILE: applications/solvers/cfdemSolverPiso/Make/options
================================================
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
include $(CFDEM_ADD_LIBS_DIR)/$(CFDEM_ADD_LIBS_NAME)
PFLAGS+= -DCFDEMWMPROJECTVERSION="$(CFDEM_WM_PROJECT_VERSION)"
include $(CFDEM_ADD_LIBS_DIR)/additionalLibs_solver
EXE_INC = \
$(PFLAGS) \
$(PINC) \
$(CFDEM_ADD_INCOMPTURBMOD_PATHS) \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/fvOptions/lnInclude \
-I$(CFDEM_SRC_DIR)/lagrangian/cfdemParticle/lnInclude \
-I$(CFDEM_SRC_DIR)/lagrangian/cfdemParticle/cfdTools \
-I$(CFDEM_LIGGGHTS_SRC_DIR)
EXE_LIBS = \
-L$(CFDEM_LIB_DIR)\
$(CFDEM_ADD_INCOMPTURBMOD_LIBS) \
-lincompressibleTransportModels \
-lfiniteVolume \
-lmeshTools \
-lfvOptions \
-l$(CFDEM_LIB_NAME) \
$(CFDEM_ADD_LIB_PATHS) \
$(CFDEM_ADD_LIBS)
================================================
FILE: applications/solvers/cfdemSolverPiso/cfdemSolverPiso.C
================================================
/*---------------------------------------------------------------------------*\
CFDEMcoupling - Open Source CFD-DEM coupling
CFDEMcoupling is part of the CFDEMproject
www.cfdem.com
Christoph Goniva, christoph.goniva@cfdem.com
Copyright (C) 1991-2009 OpenCFD Ltd.
Copyright (C) 2009-2012 JKU, Linz
Copyright (C) 2012- DCS Computing GmbH,Linz
-------------------------------------------------------------------------------
License
This file is part of CFDEMcoupling.
CFDEMcoupling is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
CFDEMcoupling is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with CFDEMcoupling. If not, see <http://www.gnu.org/licenses/>.
Application
cfdemSolverPiso
Description
Transient solver for incompressible flow.
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
The code is an evolution of the solver pisoFoam in OpenFOAM(R) 1.6,
where additional functionality for CFD-DEM coupling is added.
\*---------------------------------------------------------------------------*/
#include "fvCFD.H"
#include "singlePhaseTransportModel.H"
#include "OFversion.H"
#if defined(version30)
#include "turbulentTransportModel.H"
#include "pisoControl.H"
#else
#include "turbulenceModel.H"
#endif
#if defined(versionv1606plus) || defined(version40)
#include "fvOptions.H"
#else
#include "fvIOoptionList.H"
#endif
#include "fixedFluxPressureFvPatchScalarField.H"
#include "declareCFDEMcloud.H"
#include "implicitCouple.H"
#include "clockModel.H"
#include "smoothingModel.H"
#include "forceModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
int main(int argc, char *argv[])
{
#include "setRootCase.H"
#include "createTime.H"
#include "createMesh.H"
#if defined(version30)
pisoControl piso(mesh);
#include "createTimeControls.H"
#endif
#include "createFields.H"
#include "createFvOptions.H"
#include "initContinuityErrs.H"
// create cfdemCloud
#include "readGravitationalAcceleration.H"
#include "checkImCoupleM.H"
#include "constructCFDEMcloud.H"
#include "checkModelType.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info<< "\nStarting time loop\n" << endl;
while (runTime.loop())
{
Info<< "Time = " << runTime.timeName() << nl << endl;
#if defined(version30)
#include "readTimeControls.H"
#include "CourantNo.H"
#include "setDeltaT.H"
#else
#include "readPISOControls.H"
#include "CourantNo.H"
#endif
// do particle stuff
particleCloud.clockM().start(1,"Global");
particleCloud.clockM().start(2,"Coupling");
bool hasEvolved = particleCloud.evolve(voidfraction,Us,U);
if(hasEvolved && particleCloud.solveFlow())
{
particleCloud.smoothingM().smoothenAbsolutField(particleCloud.forceM(0).impParticleForces());
}
Ksl = particleCloud.momCoupleM(particleCloud.registryM().getProperty("implicitCouple_index")).impMomSource();
Ksl.correctBoundaryConditions();
//Force Checks
#include "forceCheckIm.H"
surfaceScalarField voidfractionf = fvc::interpolate(voidfraction);
phi = voidfractionf*phiByVoidfraction;
particleCloud.clockM().stop("Coupling");
particleCloud.clockM().start(26,"Flow");
if(particleCloud.solveFlow())
{
// Pressure-velocity PISO corrector
{
// Momentum predictor
fvVectorMatrix UEqn
(
fvm::ddt(voidfraction,U) - fvm::Sp(fvc::ddt(voidfraction),U)
+ fvm::div(phi,U) - fvm::Sp(fvc::div(phi),U)
// + turbulence->divDevReff(U)
+ particleCloud.divVoidfractionTau(U, voidfraction)
==
- fvm::Sp(Ksl/rho,U)
+ fvOptions(U)
);
UEqn.relax();
fvOptions.constrain(UEqn);
#if defined(version30)
if (piso.momentumPredictor())
#else
if (momentumPredictor)
#endif
{
if (modelType=="B" || modelType=="Bfull")
solve(UEqn == - fvc::grad(p) + Ksl/rho*Us);
else
solve(UEqn == - voidfraction*fvc::grad(p) + Ksl/rho*Us);
fvOptions.correct(U);
}
// --- PISO loop
#if defined(version30)
while (piso.correct())
#else
for (int corr=0; corr<nCorr; corr++)
#endif
{
volScalarField rUA = 1.0/UEqn.A();
surfaceScalarField rUAf("(1|A(U))", fvc::interpolate(rUA));
volScalarField rUAvoidfraction("(voidfraction2|A(U))",rUA*voidfraction);
surfaceScalarField rUAfvoidfraction("(voidfraction2|A(U)F)", fvc::interpolate(rUAvoidfraction));
U = rUA*UEqn.H();
#ifdef version23
phi = ( fvc::interpolate(U) & mesh.Sf() )
+ rUAfvoidfraction*fvc::ddtCorr(U, phiByVoidfraction);
#else
phi = ( fvc::interpolate(U) & mesh.Sf() )
+ rUAfvoidfraction*fvc::ddtCorr(U, phiByVoidfraction);
#endif
surfaceScalarField phiS(fvc::interpolate(Us) & mesh.Sf());
phi += rUAf*(fvc::interpolate(Ksl/rho) * phiS);
if (modelType=="A")
rUAvoidfraction = volScalarField("(voidfraction2|A(U))",rUA*voidfraction*voidfraction);
// Update the fixedFluxPressure BCs to ensure flux consistency
#include "fixedFluxPressureHandling.H"
// Non-orthogonal pressure corrector loop
#if defined(version30)
while (piso.correctNonOrthogonal())
#else
for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
#endif
{
// Pressure corrector
fvScalarMatrix pEqn
(
fvm::laplacian(rUAvoidfraction, p) == fvc::div(voidfractionf*phi) + particleCloud.ddtVoidfraction()
);
pEqn.setReference(pRefCell, pRefValue);
#if defined(version30)
pEqn.solve(mesh.solver(p.select(piso.finalInnerIter())));
if (piso.finalNonOrthogonalIter())
{
phiByVoidfraction = phi - pEqn.flux()/voidfractionf;
}
#else
if( corr == nCorr-1 && nonOrth == nNonOrthCorr )
#if defined(versionExt32)
pEqn.solve(mesh.solutionDict().solver("pFinal"));
#else
pEqn.solve(mesh.solver("pFinal"));
#endif
else
pEqn.solve();
if (nonOrth == nNonOrthCorr)
{
phiByVoidfraction = phi - pEqn.flux()/voidfractionf;
}
#endif
} // end non-orthogonal corrector loop
phi = voidfractionf*phiByVoidfraction;
#include "continuityErrorPhiPU.H"
if (modelType=="B" || modelType=="Bfull")
U -= rUA*fvc::grad(p) - Ksl/rho*Us*rUA;
else
U -= voidfraction*rUA*fvc::grad(p) - Ksl/rho*Us*rUA;
U.correctBoundaryConditions();
fvOptions.correct(U);
} // end piso loop
}
laminarTransport.correct();
turbulence->correct();
}// end solveFlow
else
{
Info << "skipping flow solution." << endl;
}
runTime.write();
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;
particleCloud.clockM().stop("Flow");
particleCloud.clockM().stop("Global");
}
Info<< "End\n" << endl;
return 0;
}
// ************************************************************************* //
================================================
FILE: applications/solvers/cfdemSolverPiso/createFields.H
================================================
Info<< "Reading field p\n" << endl;
volScalarField p
(
IOobject
(
"p",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);
Info<< "Reading physical velocity field U" << endl;
Info<< "Note: only if voidfraction at boundary is 1, U is superficial velocity!!!\n" << endl;
volVectorField U
(
IOobject
(
"U",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);
#include "createCFDEMFields.H"
//# include "createPhi.H"
#ifndef createPhi_H
#define createPhi_H
Info<< "Reading/calculating face flux field phi\n" << endl;
surfaceScalarField phi
(
IOobject
(
"phi",
runTime.timeName(),
mesh,
IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
),
linearInterpolate(U*voidfraction) & mesh.Sf()
);
#endif
Info<< "Generating interstitial face flux field phiByVoidfraction\n" << endl;
surfaceScalarField phiByVoidfraction
(
IOobject
(
"phiByVoidfraction",
runTime.timeName(),
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE
),
linearInterpolate(U) & mesh.Sf()
);
label pRefCell = 0;
scalar pRefValue = 0.0;
setRefCell(p, mesh.solutionDict().subDict("PISO"), pRefCell, pRefValue);
singlePhaseTransportModel laminarTransport(U, phi);
autoPtr<incompressible::turbulenceModel> turbulence
(
incompressible::turbulenceModel::New(U, phi, laminarTransport)
);
================================================
FILE: applications/solvers/cfdemSolverPisoSTM/Make/files
================================================
cfdemSolverPisoSTM.C
EXE=$(CFDEM_APP_DIR)/cfdemSolverPisoSTM
================================================
FILE: applications/solvers/cfdemSolverPisoSTM/Make/options
================================================
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
include $(CFDEM_ADD_LIBS_DIR)/$(CFDEM_ADD_LIBS_NAME)
PFLAGS+= -DCFDEMWMPROJECTVERSION="$(CFDEM_WM_PROJECT_VERSION)"
include $(CFDEM_ADD_LIBS_DIR)/additionalLibs_solver
EXE_INC = \
$(PFLAGS) \
$(PINC) \
$(CFDEM_ADD_INCOMPTURBMOD_PATHS) \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(CFDEM_SRC_DIR)/lagrangian/cfdemParticle/lnInclude \
-I$(CFDEM_SRC_DIR)/lagrangian/cfdemParticle/cfdTools \
-I$(CFDEM_SRC_DIR)/eulerian/scalarTransportModelsCFDEM/lnInclude \
-I$(CFDEM_LIGGGHTS_SRC_DIR)
EXE_LIBS = \
-L$(CFDEM_LIB_DIR)\
$(CFDEM_ADD_INCOMPTURBMOD_LIBS) \
-lincompressibleTransportModels \
-lfiniteVolume \
-lmeshTools \
-l$(CFDEM_LIB_NAME) \
-lscalarTransportModelsCFDEM \
$(CFDEM_ADD_LIB_PATHS) \
$(CFDEM_ADD_LIBS)
================================================
FILE: applications/solvers/cfdemSolverPisoSTM/cfdemSolverPisoSTM.C
================================================
/*---------------------------------------------------------------------------*\
CFDEMcoupling - Open Source CFD-DEM coupling
CFDEMcoupling is part of the CFDEMproject
www.cfdem.com
Christoph Goniva, christoph.goniva@cfdem.com
Copyright (C) 1991-2009 OpenCFD Ltd.
Copyright (C) 2012- DCS Computing GmbH,Linz
-------------------------------------------------------------------------------
License
This file is part of CFDEMcoupling.
CFDEMcoupling is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
CFDEMcoupling is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with CFDEMcoupling. If not, see <http://www.gnu.org/licenses/>.
Application
cfdemSolverPisoSTM
Description
Transient solver for incompressible flow.
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
The code is an evolution of the solver pisoFoam in OpenFOAM(R) 1.6,
where additional functionality for CFD-DEM coupling is added.
\*---------------------------------------------------------------------------*/
#include "fvCFD.H"
#include "singlePhaseTransportModel.H"
#include "OFversion.H"
#if defined(version30)
#include "turbulentTransportModel.H"
#include "pisoControl.H"
#else
#include "turbulenceModel.H"
#endif
#if defined(versionv1606plus) || defined(version40)
#include "fvOptions.H"
#else
#include "fvIOoptionList.H"
#endif
#include "fixedFluxPressureFvPatchScalarField.H"
#ifdef MS
#include "cfdemCloudMS.H"
#else
#include "cfdemCloud.H"
#endif
#include "implicitCouple.H"
#include "clockModel.H"
#include "smoothingModel.H"
#include "forceModel.H"
#include "scalarTransportModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
int main(int argc, char *argv[])
{
#include "setRootCase.H"
#include "createTime.H"
#include "createMesh.H"
#if defined(version30)
pisoControl piso(mesh);
#include "createTimeControls.H"
#endif
#include "createFields.H"
#include "createFvOptions.H"
#include "initContinuityErrs.H"
// create cfdemCloud
#include "readGravitationalAcceleration.H"
#include "checkImCoupleM.H"
#ifdef MS
cfdemCloudMS particleCloud(mesh);
#else
cfdemCloud particleCloud(mesh);
#endif
#include "checkModelType.H"
// create a scalarTransportModel
autoPtr<scalarTransportModel> stm
(
scalarTransportModel::New(particleCloud.couplingProperties(),particleCloud)
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info<< "\nStarting time loop\n" << endl;
while (runTime.loop())
{
Info<< "Time = " << runTime.timeName() << nl << endl;
#if defined(version30)
#include "readTimeControls.H"
#include "CourantNo.H"
#include "setDeltaT.H"
#else
#include "readPISOControls.H"
#include "CourantNo.H"
#endif
// do particle stuff
particleCloud.clockM().start(1,"Global");
particleCloud.clockM().start(2,"Coupling");
bool hasEvolved = particleCloud.evolve(voidfraction,Us,U);
if(hasEvolved && particleCloud.solveFlow())
{
particleCloud.smoothingM().smoothenAbsolutField(particleCloud.forceM(0).impParticleForces());
}
Ksl = particleCloud.momCoupleM(particleCloud.registryM().getProperty("implicitCouple_index")).impMomSource();
Ksl.correctBoundaryConditions();
surfaceScalarField voidfractionf = fvc::interpolate(voidfraction);
phi = voidfractionf*phiByVoidfraction;
//Force Checks
#include "forceCheckIm.H"
particleCloud.clockM().stop("Coupling");
particleCloud.clockM().start(26,"Flow");
//Scalar transport if desired. Use "none" (noTransport) if no scalar transport is desired
stm().update();
if(particleCloud.solveFlow())
{
// Pressure-velocity PISO corrector
{
// Momentum predictor
fvVectorMatrix UEqn
(
fvm::ddt(voidfraction,U) - fvm::Sp(fvc::ddt(voidfraction),U)
+ fvm::div(phi,U) - fvm::Sp(fvc::div(phi),U)
// + turbulence->divDevReff(U)
+ particleCloud.divVoidfractionTau(U, voidfraction)
==
- fvm::Sp(Ksl/rho,U)
+ fvOptions(U)
);
UEqn.relax();
fvOptions.constrain(UEqn);
#if defined(version30)
if (piso.momentumPredictor())
#else
if (momentumPredictor)
#endif
{
if (modelType=="B" || modelType=="Bfull")
solve(UEqn == - fvc::grad(p) + Ksl/rho*Us);
else
solve(UEqn == - voidfraction*fvc::grad(p) + Ksl/rho*Us);
fvOptions.correct(U);
}
// --- PISO loop
#if defined(version30)
while (piso.correct())
#else
for (int corr=0; corr<nCorr; corr++)
#endif
{
volScalarField rUA = 1.0/UEqn.A();
surfaceScalarField rUAf("(1|A(U))", fvc::interpolate(rUA));
volScalarField rUAvoidfraction("(voidfraction2|A(U))",rUA*voidfraction);
surfaceScalarField rUAfvoidfraction("(voidfraction2|A(U)F)", fvc::interpolate(rUAvoidfraction));
U = rUA*UEqn.H();
#ifdef version23
phi = ( fvc::interpolate(U) & mesh.Sf() )
+ rUAfvoidfraction*fvc::ddtCorr(U, phiByVoidfraction);
#else
phi = ( fvc::interpolate(U) & mesh.Sf() )
+ rUAfvoidfraction*fvc::ddtCorr(U, phiByVoidfraction);
#endif
surfaceScalarField phiS(fvc::interpolate(Us) & mesh.Sf());
phi += rUAf*(fvc::interpolate(Ksl/rho) * phiS);
if (modelType=="A")
rUAvoidfraction = volScalarField("(voidfraction2|A(U))",rUA*voidfraction*voidfraction);
// Update the fixedFluxPressure BCs to ensure flux consistency
#include "fixedFluxPressureHandling.H"
// Non-orthogonal pressure corrector loop
#if defined(version30)
while (piso.correctNonOrthogonal())
#else
for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
#endif
{
// Pressure corrector
fvScalarMatrix pEqn
(
fvm::laplacian(rUAvoidfraction, p) == fvc::div(voidfractionf*phi) + particleCloud.ddtVoidfraction()
);
pEqn.setReference(pRefCell, pRefValue);
#if defined(version30)
pEqn.solve(mesh.solver(p.select(piso.finalInnerIter())));
if (piso.finalNonOrthogonalIter())
{
phiByVoidfraction = phi - pEqn.flux()/voidfractionf;
}
#else
if( corr == nCorr-1 && nonOrth == nNonOrthCorr )
#if defined(versionExt32)
pEqn.solve(mesh.solutionDict().solver("pFinal"));
#else
pEqn.solve(mesh.solver("pFinal"));
#endif
else
pEqn.solve();
if (nonOrth == nNonOrthCorr)
{
phiByVoidfraction = phi - pEqn.flux()/voidfractionf;
}
#endif
} // end non-orthogonal corrector loop
phi = voidfractionf*phiByVoidfraction;
#include "continuityErrorPhiPU.H"
if (modelType=="B" || modelType=="Bfull")
U -= rUA*fvc::grad(p) - Ksl/rho*Us*rUA;
else
U -= voidfraction*rUA*fvc::grad(p) - Ksl/rho*Us*rUA;
U.correctBoundaryConditions();
fvOptions.correct(U);
} // end piso loop
}
laminarTransport.correct();
turbulence->correct();
}// end solveFlow
else
{
Info << "skipping flow solution." << endl;
}
runTime.write();
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;
particleCloud.clockM().stop("Flow");
particleCloud.clockM().stop("Global");
}
Info<< "End\n" << endl;
return 0;
}
// ************************************************************************* //
================================================
FILE: applications/solvers/cfdemSolverPisoSTM/createFields.H
================================================
Info<< "Reading field p\n" << endl;
volScalarField p
(
IOobject
(
"p",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);
Info<< "Reading physical velocity field U" << endl;
Info<< "Note: only if voidfraction at boundary is 1, U is superficial velocity!!!\n" << endl;
volVectorField U
(
IOobject
(
"U",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);
#include "createCFDEMFields.H"
//========================
// scalar field modelling
//========================
/* Info<< "\nCreating dummy density field rho = 1\n" << endl;
volScalarField T
(
IOobject
(
"T",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh//,
//dimensionedScalar("0", dimensionSet(0, 0, -1, 1, 0), 273.15)
);*/
Info<< "\nCreating fluid-particle heat flux field\n" << endl;
volScalarField Tsource
(
IOobject
(
"Tsource",
runTime.timeName(),
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE
),
mesh,
dimensionedScalar("0", dimensionSet(0, 0, -1, 1, 0), 0.0)
);
/*IOdictionary transportProperties
(
IOobject
(
"transportProperties",
runTime.constant(),
mesh,
IOobject::MUST_READ,
IOobject::NO_WRITE
)
);
dimensionedScalar DT
(
transportProperties.lookup("DT")
);*/
//========================
//# include "createPhi.H"
#ifndef createPhi_H
#define createPhi_H
Info<< "Reading/calculating face flux field phi\n" << endl;
surfaceScalarField phi
(
IOobject
(
"phi",
runTime.timeName(),
mesh,
IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
),
linearInterpolate(U*voidfraction) & mesh.Sf()
);
#endif
Info<< "Generating interstitial face flux field phiByVoidfraction\n" << endl;
surfaceScalarField phiByVoidfraction
(
IOobject
(
"phiByVoidfraction",
runTime.timeName(),
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE
),
linearInterpolate(U) & mesh.Sf()
);
label pRefCell = 0;
scalar pRefValue = 0.0;
setRefCell(p, mesh.solutionDict().subDict("PISO"), pRefCell, pRefValue);
singlePhaseTransportModel laminarTransport(U, phi);
autoPtr<incompressible::turbulenceModel> turbulence
(
incompressible::turbulenceModel::New(U, phi, laminarTransport)
);
================================================
FILE: applications/solvers/cfdemSolverPisoScalar/Make/files
================================================
cfdemSolverPisoScalar.C
EXE = $(CFDEM_APP_DIR)/cfdemSolverPisoScalar
================================================
FILE: applications/solvers/cfdemSolverPisoScalar/Make/options
================================================
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
include $(CFDEM_ADD_LIBS_DIR)/$(CFDEM_ADD_LIBS_NAME)
PFLAGS+= -DCFDEMWMPROJECTVERSION="$(CFDEM_WM_PROJECT_VERSION)"
include $(CFDEM_ADD_LIBS_DIR)/additionalLibs_solver
EXE_INC = \
$(PFLAGS) \
$(PINC) \
$(CFDEM_ADD_INCOMPTURBMOD_PATHS) \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(CFDEM_SRC_DIR)/lagrangian/cfdemParticle/lnInclude \
-I$(CFDEM_SRC_DIR)/lagrangian/cfdemParticle/cfdTools \
-I$(CFDEM_LIGGGHTS_SRC_DIR)
EXE_LIBS = \
-L$(CFDEM_LIB_DIR)\
$(CFDEM_ADD_INCOMPTURBMOD_LIBS) \
-lincompressibleTransportModels \
-lfiniteVolume \
-lradiationModels \
-lmeshTools \
-l$(CFDEM_LIB_NAME) \
$(CFDEM_ADD_LIB_PATHS) \
$(CFDEM_ADD_LIBS)
================================================
FILE: applications/solvers/cfdemSolverPisoScalar/cfdemSolverPisoScalar.C
================================================
/*---------------------------------------------------------------------------*\
CFDEMcoupling - Open Source CFD-DEM coupling
CFDEMcoupling is part of the CFDEMproject
www.cfdem.com
Christoph Goniva, christoph.goniva@cfdem.com
Copyright (C) 1991-2009 OpenCFD Ltd.
Copyright (C) 2009-2012 JKU, Linz
Copyright (C) 2012- DCS Computing GmbH,Linz
-------------------------------------------------------------------------------
License
This file is part of CFDEMcoupling.
CFDEMcoupling is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
CFDEMcoupling is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with CFDEMcoupling. If not, see <http://www.gnu.org/licenses/>.
Application
cfdemSolverPisoScalar
Description
Transient solver for incompressible flow.
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
The code is an evolution of the solver pisoFoam in OpenFOAM(R) 1.6,
where additional functionality for CFD-DEM coupling is added.
\*---------------------------------------------------------------------------*/
#include "fvCFD.H"
#include "singlePhaseTransportModel.H"
#include "OFversion.H"
#if defined(version30)
#include "turbulentTransportModel.H"
#include "pisoControl.H"
#else
#include "turbulenceModel.H"
#endif
#if defined(version60)
#include "noRadiation.H"
#else
#include "radiationModel.H"
#endif
#include "fixedFluxPressureFvPatchScalarField.H"
#include "cfdemCloud.H"
#include "implicitCouple.H"
#include "clockModel.H"
#include "smoothingModel.H"
#include "forceModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
int main(int argc, char *argv[])
{
#include "setRootCase.H"
#include "createTime.H"
#include "createMesh.H"
#if defined(version30)
pisoControl piso(mesh);
#include "createTimeControls.H"
#endif
#include "createFields.H"
#include "createIncompressibleRadiationModel.H"
#include "initContinuityErrs.H"
// create cfdemCloud
#include "readGravitationalAcceleration.H"
#include "checkImCoupleM.H"
cfdemCloud particleCloud(mesh);
#include "checkModelType.H"
// get ref to tempExchange models
labelList tempExchangeModels(0);
label id(particleCloud.registryM().getProperty("LaEuScalarTemp_index"));
if(id>=0) tempExchangeModels.append(id);
id = particleCloud.registryM().getProperty("LaEuScalarRadiation_index");
if(id>=0) tempExchangeModels.append(id);
// check ordering tempExchange models
if(tempExchangeModels.size() > 1 && tempExchangeModels[0]>tempExchangeModels[1]) FatalError <<"Please use correct order of forceModels: LaEuScalarTemp before LaEuScalarRadiation."<< abort(FatalError);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info<< "\nStarting time loop\n" << endl;
while (runTime.loop())
{
particleCloud.clockM().start(1,"Global");
Info<< "Time = " << runTime.timeName() << nl << endl;
#if defined(version30)
#include "readTimeControls.H"
#include "CourantNo.H"
#include "setDeltaT.H"
#else
#include "readPISOControls.H"
#include "CourantNo.H"
#endif
// do particle stuff
particleCloud.clockM().start(2,"Coupling");
bool hasEvolved = particleCloud.evolve(voidfraction,Us,U);
if(hasEvolved && particleCloud.solveFlow())
{
particleCloud.smoothingM().smoothenAbsolutField(particleCloud.forceM(0).impParticleForces());
}
Info << "update Ksl.internalField()" << endl;
Ksl = particleCloud.momCoupleM(particleCloud.registryM().getProperty("implicitCouple_index")).impMomSource();
Ksl.correctBoundaryConditions();
surfaceScalarField voidfractionf = fvc::interpolate(voidfraction);
phi = voidfractionf*phiByVoidfraction;
//Force Checks
#include "forceCheckIm.H"
particleCloud.clockM().stop("Coupling");
particleCloud.clockM().start(26,"Flow");
// solve scalar transport equation
{
alphat = turbulence->nut()/Prt;
alphat.correctBoundaryConditions();
volScalarField alphaEff("alphaEff", turbulence->nu()/Pr + alphat);
fvScalarMatrix TEqn
(
fvm::ddt(voidfraction,T) - fvm::Sp(fvc::ddt(voidfraction),T)
+ fvm::div(phi, T) - fvm::Sp(fvc::div(phi),T)
- fvm::laplacian(alphaEff*voidfraction, T)
==
Tsource
+ radiation->ST(rhoCpRef, T)
);
TEqn.relax();
TEqn.solve();
radiation->correct();
}
if(particleCloud.solveFlow())
{
// Pressure-velocity PISO corrector
{
// Momentum predictor
fvVectorMatrix UEqn
(
fvm::ddt(voidfraction,U) - fvm::Sp(fvc::ddt(voidfraction),U)
+ fvm::div(phi,U) - fvm::Sp(fvc::div(phi),U)
// + turbulence->divDevReff(U)
+ particleCloud.divVoidfractionTau(U, voidfraction)
==
- fvm::Sp(Ksl/rho,U)
);
UEqn.relax();
#if defined(version30)
if (piso.momentumPredictor())
#else
if (momentumPredictor)
#endif
{
if (modelType=="B" || modelType=="Bfull")
solve(UEqn == - fvc::grad(p) + Ksl/rho*Us);
else
solve(UEqn == - voidfraction*fvc::grad(p) + Ksl/rho*Us);
}
// --- PISO loop
#if defined(version30)
while (piso.correct())
#else
for (int corr=0; corr<nCorr; corr++)
#endif
{
volScalarField rUA = 1.0/UEqn.A();
surfaceScalarField rUAf("(1|A(U))", fvc::interpolate(rUA));
volScalarField rUAvoidfraction("(voidfraction2|A(U))",rUA*voidfraction);
surfaceScalarField rUAfvoidfraction("(voidfraction2|A(U)F)", fvc::interpolate(rUAvoidfraction));
U = rUA*UEqn.H();
#ifdef version23
phi = ( fvc::interpolate(U) & mesh.Sf() )
+ rUAfvoidfraction*fvc::ddtCorr(U, phiByVoidfraction);
#else
phi = ( fvc::interpolate(U) & mesh.Sf() )
+ rUAfvoidfraction*fvc::ddtCorr(U, phiByVoidfraction);
#endif
surfaceScalarField phiS(fvc::interpolate(Us) & mesh.Sf());
phi += rUAf*(fvc::interpolate(Ksl/rho) * phiS);
if (modelType=="A")
rUAvoidfraction = volScalarField("(voidfraction2|A(U))",rUA*voidfraction*voidfraction);
// Update the fixedFluxPressure BCs to ensure flux consistency
#include "fixedFluxPressureHandling.H"
// Non-orthogonal pressure corrector loop
#if defined(version30)
while (piso.correctNonOrthogonal())
#else
for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
#endif
{
// Pressure corrector
fvScalarMatrix pEqn
(
fvm::laplacian(rUAvoidfraction, p) == fvc::div(voidfractionf*phi) + particleCloud.ddtVoidfraction()
);
pEqn.setReference(pRefCell, pRefValue);
#if defined(version30)
pEqn.solve(mesh.solver(p.select(piso.finalInnerIter())));
if (piso.finalNonOrthogonalIter())
{
phiByVoidfraction = phi - pEqn.flux()/voidfractionf;
}
#else
if( corr == nCorr-1 && nonOrth == nNonOrthCorr )
#if defined(versionExt32)
pEqn.solve(mesh.solutionDict().solver("pFinal"));
#else
pEqn.solve(mesh.solver("pFinal"));
#endif
else
pEqn.solve();
if (nonOrth == nNonOrthCorr)
{
phiByVoidfraction = phi - pEqn.flux()/voidfractionf;
}
#endif
} // end non-orthogonal corrector loop
phi = voidfractionf*phiByVoidfraction;
#include "continuityErrorPhiPU.H"
if (modelType=="B" || modelType=="Bfull")
U -= rUA*fvc::grad(p) - Ksl/rho*Us*rUA;
else
U -= voidfraction*rUA*fvc::grad(p) - Ksl/rho*Us*rUA;
U.correctBoundaryConditions();
} // end piso loop
}
laminarTransport.correct();
turbulence->correct();
}// end solveFlow
else
{
Info << "skipping flow solution." << endl;
}
runTime.write();
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;
particleCloud.clockM().stop("Flow");
particleCloud.clockM().stop("Global");
}
Info<< "End\n" << endl;
return 0;
}
// ************************************************************************* //
================================================
FILE: applications/solvers/cfdemSolverPisoScalar/createFields.H
================================================
Info<< "Reading field p\n" << endl;
volScalarField p
(
IOobject
(
"p",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);
Info<< "Reading physical velocity field U" << endl;
Info<< "Note: only if voidfraction at boundary is 1, U is superficial velocity!!!\n" << endl;
volVectorField U
(
IOobject
(
"U",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);
#include "createCFDEMFields.H"
//========================
// scalar field modelling
//========================
Info<< "\nCreating T field\n" << endl;
volScalarField T
(
IOobject
(
"T",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh//,
//dimensionedScalar("0", dimensionSet(0, 0, -1, 1, 0), 273.15)
);
Info<< "\nCreating fluid-particle heat flux field\n" << endl;
volScalarField Tsource
(
IOobject
(
"Tsource",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh//,
//dimensionedScalar("0", dimensionSet(0, 0, -1, 1, 0), 0.0)
);
IOdictionary transportProperties
(
IOobject
(
"transportProperties",
runTime.constant(),
mesh,
IOobject::MUST_READ,
IOobject::NO_WRITE
)
);
// kinematic turbulent thermal thermal conductivity m2/s
Info<< "Reading field alphat\n" << endl;
volScalarField alphat
(
IOobject
(
"alphat",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);
// Laminar Prandtl number
dimensionedScalar Pr("Pr", dimless, transportProperties);
// Turbulent Prandtl number
dimensionedScalar Prt("Prt", dimless, transportProperties);
//========================
//# include "createPhi.H"
#ifndef createPhi_H
#define createPhi_H
Info<< "Reading/calculating face flux field phi\n" << endl;
surfaceScalarField phi
(
IOobject
(
"phi",
runTime.timeName(),
mesh,
IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
),
linearInterpolate(U*voidfraction) & mesh.Sf()
);
#endif
Info<< "Generating interstitial face flux field phiByVoidfraction\n" << endl;
surfaceScalarField phiByVoidfraction
(
IOobject
(
"phiByVoidfraction",
runTime.timeName(),
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE
),
linearInterpolate(U) & mesh.Sf()
);
label pRefCell = 0;
scalar pRefValue = 0.0;
setRefCell(p, mesh.solutionDict().subDict("PISO"), pRefCell, pRefValue);
singlePhaseTransportModel laminarTransport(U, phi);
autoPtr<incompressible::turbulenceModel> turbulence
(
incompressible::turbulenceModel::New(U, phi, laminarTransport)
);
================================================
FILE: applications/utilities/cfdemPostproc/Make/files
================================================
cfdemPostproc.C
EXE=$(CFDEM_APP_DIR)/cfdemPostproc
================================================
FILE: applications/utilities/cfdemPostproc/Make/options
================================================
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
include $(CFDEM_ADD_LIBS_DIR)/$(CFDEM_ADD_LIBS_NAME)
PFLAGS+= -DCFDEMWMPROJECTVERSION="$(CFDEM_WM_PROJECT_VERSION)"
EXE_INC = \
$(PFLAGS) \
$(PINC) \
$(CFDEM_ADD_INCOMPTURBMOD_PATHS) \
-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$(CFDEM_LIGGGHTS_SRC_DIR)
EXE_LIBS = \
-L$(CFDEM_LIB_DIR)\
$(CFDEM_ADD_INCOMPTURBMOD_LIBS) \
-lincompressibleTransportModels \
-lfiniteVolume \
-l$(CFDEM_LIB_NAME) \
$(CFDEM_ADD_LIB_PATHS) \
$(CFDEM_ADD_LIBS)
================================================
FILE: applications/utilities/cfdemPostproc/cfdemPostproc.C
================================================
/*---------------------------------------------------------------------------*\
CFDEMcoupling - Open Source CFD-DEM coupling
CFDEMcoupling is part of the CFDEMproject
www.cfdem.com
Christoph Goniva, christoph.goniva@cfdem.com
Copyright (C) 1991-2009 OpenCFD Ltd.
Copyright (C) 2009-2012 JKU, Linz
Copyright (C) 2012- DCS Computing GmbH,Linz
-------------------------------------------------------------------------------
License
This file is part of CFDEMcoupling.
CFDEMcoupling is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
CFDEMcoupling is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with CFDEMcoupling. If not, see <http://www.gnu.org/licenses/>.
Application
cfdemPostproc
Description
Tool for DEM->CFD (Lagrange->Euler) mapping to calculate local voidfraction
\*---------------------------------------------------------------------------*/
#include "fvCFD.H"
#include "singlePhaseTransportModel.H"
#include "OFversion.H"
#if defined(version30)
#include "turbulentTransportModel.H"
#else
#include "turbulenceModel.H"
#endif
#include "cfdemCloud.H"
#include "dataExchangeModel.H"
#include "voidFractionModel.H"
#include "locateModel.H"
#include "averagingModel.H"
#include "momCoupleModel.H"
#include "forceModel.H"
#include "IOModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
int main(int argc, char *argv[])
{
#include "setRootCase.H"
#include "createTime.H"
#include "createMesh.H"
#include "createFields.H"
// create cfdemCloud
cfdemCloud particleCloud(mesh);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info<< "\nStarting time loop\n" << endl;
int count=0;
int DEM_dump_Interval=1000;
particleCloud.reAllocArrays();
double **positions_(NULL);
double **velocities_(NULL);
double **radii_(NULL);
double **voidfractions_(NULL);
double **particleWeights_(NULL);
double **particleVolumes_(NULL);
double **particleV_(NULL);
double **cellIDs_(NULL);
particleCloud.dataExchangeM().allocateArray(positions_,0.,3);
particleCloud.dataExchangeM().allocateArray(velocities_,0.,3);
particleCloud.get_radii(radii_); // get ref to radii
//particleCloud.dataExchangeM().allocateArray(radii_,0.,1);
particleCloud.dataExchangeM().allocateArray(voidfractions_,0.,1);
particleCloud.dataExchangeM().allocateArray(particleWeights_,0.,1);
particleCloud.dataExchangeM().allocateArray(particleVolumes_,0.,1);
particleCloud.dataExchangeM().allocateArray(particleV_,0.,1);
particleCloud.get_cellIDs(cellIDs_); // get ref to cellIDs
//particleCloud.dataExchangeM().allocateArray(cellIDs_,0.,1);
while (runTime.loop())
{
Info<< "Time = " << runTime.timeName() << nl << endl;
count+=DEM_dump_Interval;// proceed loading new data
particleCloud.averagingM().resetVectorAverage(particleCloud.averagingM().UsPrev(),particleCloud.averagingM().UsNext());
particleCloud.voidFractionM().resetVoidFractions();
particleCloud.averagingM().resetVectorAverage(particleCloud.forceM(0).impParticleForces(),particleCloud.forceM(0).impParticleForces(),true);
particleCloud.averagingM().resetVectorAverage(particleCloud.forceM(0).expParticleForces(),particleCloud.forceM(0).expParticleForces(),true);
particleCloud.averagingM().resetWeightFields();
particleCloud.momCoupleM(0).resetMomSourceField();
particleCloud.dataExchangeM().couple(0);
particleCloud.dataExchangeM().getData("x","vector-atom",positions_,count);
particleCloud.dataExchangeM().getData("v","vector-atom",velocities_,count);
particleCloud.dataExchangeM().getData("radius","scalar-atom",radii_,count);
particleCloud.locateM().findCell(NULL,positions_,cellIDs_,particleCloud.numberOfParticles());
particleCloud.setPos(positions_);
particleCloud.voidFractionM().setvoidFraction(NULL,voidfractions_,particleWeights_,particleVolumes_,particleV_);
#if defined(versionv1612plus) || defined(version40)
voidfraction = particleCloud.voidFractionM().voidFractionInterp();
#else
voidfraction.internalField() = particleCloud.voidFractionM().voidFractionInterp();
#endif
voidfraction.correctBoundaryConditions();
particleCloud.averagingM().setVectorAverage
(
particleCloud.averagingM().UsNext(),
velocities_,
particleWeights_,
particleCloud.averagingM().UsWeightField(),
NULL, //mask
NULL,
false
);
//write Us field
Us = particleCloud.averagingM().UsInterp();
Us.correctBoundaryConditions();
for (int i=0;i<particleCloud.nrForceModels();i++) particleCloud.forceM(i).setForce();
runTime.write();
particleCloud.IOM().dumpDEMdata();
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;
}
particleCloud.dataExchangeM().destroy(positions_,3);
particleCloud.dataExchangeM().destroy(velocities_,3);
//particleCloud.dataExchangeM().destroy(radii_); // destroyed in cloud
particleCloud.dataExchangeM().destroy(voidfractions_,1);
particleCloud.dataExchangeM().destroy(particleWeights_,1);
particleCloud.dataExchangeM().destroy(particleVolumes_,1);
particleCloud.dataExchangeM().destroy(particleV_,1);
//particleCloud.dataExchangeM().destroy(cellIDs_); // destroyed in cloud
Info<< "End\n" << endl;
return 0;
}
// ************************************************************************* //
================================================
FILE: applications/utilities/cfdemPostproc/createFields.H
================================================
Info<< "Reading field p\n" << endl;
volScalarField p
(
IOobject
(
"p",
runTime.timeName(),
mesh,
IOobject::READ_IF_PRESENT,
IOobject::NO_WRITE
),
mesh,
dimensionedScalar("0", dimensionSet(0, 2, -2, 0, 0), 1.0)
);
Info<< "Reading physical velocity field U" << endl;
Info<< "Note: only if voidfraction at boundary is 1, U is superficial velocity!!!\n" << endl;
volVectorField U
(
IOobject
(
"U",
runTime.timeName(),
mesh,
IOobject::READ_IF_PRESENT,
IOobject::NO_WRITE
),
mesh,
dimensionedVector("0", dimensionSet(0, 1, -1, 0, 0), Foam::vector::zero)
);
//========================
// drag law modelling
//========================
Info<< "\nCreating dummy density field rho\n" << endl;
volScalarField rho
(
IOobject
(
"rho",
runTime.timeName(),
mesh,
IOobject::NO_READ,
IOobject::AUTO_WRITE
),
mesh,
dimensionedScalar("0", dimensionSet(1, -3, 0, 0, 0), 1.0)
);
Info<< "\nReading voidfraction field voidfraction = (Vgas/Vparticle)\n" << endl;
volScalarField voidfraction
(
IOobject
(
"voidfraction",
runTime.timeName(),
mesh,
IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
),
mesh,
dimensionedScalar("0", dimensionSet(0, 0, 0, 0, 0), 1.)
);
Info<< "Reading particle velocity field Us\n" << endl;
volVectorField Us
(
IOobject
(
"Us",
runTime.timeName(),
mesh,
IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
),
mesh,
dimensionedVector("0", dimensionSet(0, 1, -1, 0, 0), Foam::vector::zero)
);
//========================
# include "createPhi.H"
label pRefCell = 0;
scalar pRefValue = 0.0;
setRefCell(p, mesh.solutionDict().subDict("PISO"), pRefCell, pRefValue);
singlePhaseTransportModel laminarTransport(U, phi);
autoPtr<incompressible::turbulenceModel> turbulence
(
incompressible::turbulenceModel::New(U, phi, laminarTransport)
);
================================================
FILE: applications/utilities/vizClock/matPlot.py
================================================
#!/usr/bin/env python
import csv, sys
import numpy as np
import matplotlib.pyplot as plt
# Open the data
datafile = "timeEvalFull.txt"
f = open(datafile, 'r')
reader = csv.reader(f, dialect='excel-tab')
reader.next()
header = []
identifier = []
deltaT = []
maxdeltaT = []
nOfRuns = []
level = []
parentNr = []
parentName = []
i = 0
for row in reader:
if i == 0:
for column in row:
header.append(column)
print header
else:
identifier.append(row[0])
deltaT.append(float(row[1]))
maxdeltaT.append(float(row[2]))
nOfRuns.append(int(row[3]))
level.append(int(row[4]))
parentNr.append(int(row[5]))
parentName.append(row[6])
i+=1
bottom = []
childheight = []
for i in range(len(identifier)):
bottom.append(0)
childheight.append(0)
levelZero = 0.0
#loop levels
for j in range(len(identifier)):
#loop indices
for i in range(len(identifier)):
if level[i] == j:
if parentNr[i] != -1:
bottom[i] = bottom[parentNr[i]] + childheight[parentNr[i]]
childheight[parentNr[i]] += deltaT[i]
else:
bottom[i] = levelZero
levelZero += deltaT[i]
#Output
for i in range(len(identifier)):
plt.bar(level[i],deltaT[i],width = 0.2, bottom=bottom[i])
plt.text(level[i]+0.22,bottom[i]+deltaT[i]/2,identifier[i]+" "+str(nOfRuns[i])+"x",verticalalignment='center')
plt.xlabel('run level')
plt.ylabel('CPU time in s')
plt.title('time measurement')
plt.show()
================================================
FILE: applications/utilities/vizClock/timeEvalFull.txt
================================================
Parallel Measurements in CPU-seconds of all Processors:
Name avgdeltaT maxdeltaT nOfRuns level parentNr parentName
X 5.000000e-06 5.000000e-06 1 0 -1 none
A 3.240000e-04 3.240000e-04 1 0 -1 none
B 1.680000e-04 1.680000e-04 1 1 1 A
C 9.000000e-06 9.000000e-06 3 2 2 B
D 6.000000e-06 6.000000e-06 3 3 3 C
E 1.500000e-04 1.500000e-04 3 2 2 B
F 2.400000e-05 2.400000e-05 3 1 1 A
G 6.000000e-06 6.000000e-06 3 1 1 A
X 6.000000e-06 6.000000e-06 3 2 7 G
H 4.000000e-05 4.000000e-05 5 1 1 A
I 2.000000e-05 2.000000e-05 1 1 1 A
================================================
FILE: applications/utilities/writeUfluid/Make/files
================================================
writeUfluid.C
EXE = $(CFDEM_APP_DIR)/writeUfluid
================================================
FILE: applications/utilities/writeUfluid/Make/options
================================================
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-lgenericPatchFields \
-llagrangian
================================================
FILE: applications/utilities/writeUfluid/createFields.H
================================================
IOdictionary propsDict
(
IOobject
(
"particleTrackProperties",
runTime.constant(),
mesh,
IOobject::MUST_READ_IF_MODIFIED
)
);
const word cloudName(propsDict.lookup("cloudName"));
//label sampleFrequency(readLabel(propsDict.lookup("sampleFrequency")));
// outputMode: compositeFile, filePerTrack
//word outputmode(propsDict.lookup("outputMode"))
//label maxPositions(readLabel(propsDict.lookup("maxPositions")));
// outputFormat: raw, vtk
//word outputFormat(propsDict.lookup("outputFormat"));
================================================
FILE: applications/utilities/writeUfluid/particleTrackProperties
================================================
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object particleTrackProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
cloudName cfdemCloud1;
sampleFrequency 1;
maxPositions 1000000;
maxPositions 20000;
// ************************************************************************* //
================================================
FILE: applications/utilities/writeUfluid/writeUfluid.C
================================================
/*---------------------------------------------------------------------------*\
CFDEMcoupling - Open Source CFD-DEM coupling
CFDEMcoupling is part of the CFDEMproject
www.cfdem.com
Christoph Goniva, christoph.goniva@cfdem.com
Copyright (C) 1991-2009 OpenCFD Ltd.
Copyright (C) 2009-2012 JKU, Linz
Copyright (C) 2012- DCS Computing GmbH,Linz
-------------------------------------------------------------------------------
License
This file is part of CFDEMcoupling.
CFDEMcoupling is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
CFDEMcoupling is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with CFDEMcoupling. If not, see <http://www.gnu.org/licenses/>.
Application
writeUfluidwriteUfluid
Description
Writes the the cell center fluid velocity to particles in the lagrangian
time directory.
\*---------------------------------------------------------------------------*/
#include "argList.H"
#include "Cloud.H"
#include "IOdictionary.H"
#include "fvCFD.H"
#include "fvMesh.H"
#include "Time.H"
#include "timeSelector.H"
#include "OFstream.H"
#include "passiveParticleCloud.H"
using namespace Foam;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
int main(int argc, char *argv[])
{
timeSelector::addOptions();
#include "addRegionOption.H"
#include "setRootCase.H"
#include "createTime.H"
instantList timeDirs = timeSelector::select0(runTime, args);
#include "createMesh.H"
#include "createFields.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
int nParticle=0;
forAll(timeDirs, timeI)
{
runTime.setTime(timeDirs[timeI], timeI);
Info<< "Time = " << runTime.timeName() << endl;
IOobject UHeader
(
"U",
runTime.timeName(),
mesh,
IOobject::MUST_READ
);
if (UHeader.headerOk())
{
volVectorField U(UHeader,mesh);
passiveParticleCloud myCloud(mesh, cloudName);
myCloud.write();
nParticle = myCloud.size();
IOField<vector> Ufluid(myCloud.fieldIOobject("Ufluid",IOobject::NO_READ),nParticle);
label i = 0;
forAllConstIter(passiveParticleCloud, myCloud, iter)
{
Ufluid[i]=U[iter().cell()];
i++;
}
Ufluid.write();
}
else
{
Info << "velocity field not found" << endl;
}
}
return 0;
}
// ************************************************************************* //
================================================
FILE: doc/_build/html/.buildinfo
================================================
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: f1656ab2e65996c8f99500bd8a76741e
tags: 645f666f9bcd5a90fca523b33c5a78b7
================================================
FILE: doc/_build/html/CFDEMcoupling_Manual.html
================================================
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CFDEM®coupling Documentation — CFDEMcoupling 3.8.1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="#" class="icon icon-home"> CFDEMcoupling
</a>
<div class="version">
3.8.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<!-- Local TOC -->
<div class="local-toc"><ul>
<li><a class="reference internal" href="#">CFDEM®coupling Documentation</a><ul>
<li><a class="reference internal" href="#contents">Contents</a><ul>
<li><a class="reference internal" href="#about-cfdemcoupling">About CFDEM®coupling</a></li>
<li><a class="reference internal" href="#installation">Installation</a></li>
<li><a class="reference internal" href="#tutorials">Tutorials</a></li>
<li><a class="reference internal" href="#couplingproperties-dictionary">“couplingProperties” dictionary</a></li>
<li><a class="reference internal" href="#liggghtscommands-dictionary">“liggghtsCommands” dictionary</a></li>
<li><a class="reference internal" href="#chemistryproperties-dictionary">“chemistryProperties” dictionary</a></li>
<li><a class="reference internal" href="#models-solvers">Models/Solvers</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="#">CFDEMcoupling</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="#" class="icon icon-home"></a> »</li>
<li>CFDEM®coupling Documentation</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section id="cfdemcoupling-documentation">
<h1>CFDEM®coupling Documentation<a class="headerlink" href="#cfdemcoupling-documentation" title="Permalink to this headline"></a></h1>
<hr class="docutils" />
<img alt="_images/Portfolio_CFDEMcoupling.png" class="align-center" src="_images/Portfolio_CFDEMcoupling.png" />
<hr class="docutils" />
<section id="contents">
<h2>Contents<a class="headerlink" href="#contents" title="Permalink to this headline"></a></h2>
<p>The CFDEM®coupling documentation is organized into the following sections. If you find any errors or omissions in this manual or have suggestions for useful information to add, please send an email to the developers so the CFDEM®coupling documentation can be improved.</p>
<div class="line-block">
<div class="line">1.1 <a class="reference internal" href="#id1"><span class="std std-ref">About CFDEM®coupling</span></a></div>
<div class="line">1.2 <a class="reference internal" href="#id2"><span class="std std-ref">Installation</span></a></div>
<div class="line">1.3 <a class="reference internal" href="#id3"><span class="std std-ref">Tutorials</span></a></div>
<div class="line">1.4 <a class="reference internal" href="#id4"><span class="std std-ref">couplingProperties dictionary</span></a></div>
<div class="line">1.5 <a class="reference internal" href="#id5"><span class="std std-ref">liggghtsCommands dictionary</span></a></div>
<div class="line">1.6 <a class="reference internal" href="#id6"><span class="std std-ref">chemistryProperties dictionary</span></a></div>
<div class="line">1.7 <a class="reference internal" href="#cmd-5"><span class="std std-ref">Models and solvers</span></a></div>
<div class="line"><br /></div>
</div>
<hr class="docutils" />
<section id="about-cfdemcoupling">
<span id="id1"></span><h3>About CFDEM®coupling<a class="headerlink" href="#about-cfdemcoupling" title="Permalink to this headline"></a></h3>
<p>CFDEM®coupling provides an open source parallel coupled CFD-DEM framework combining the strengths of <a class="reference external" href="https://www.cfdem.com/liggghtsr-open-source-discrete-element-method-particle-simulation-code">LIGGGHTS®</a> DEM code and the Open Source CFD package <a class="reference external" href="http://www.openfoam.com">OpenFOAM®(*)</a>. The CFDEM®coupling toolbox allows to expand standard CFD solvers of <a class="reference external" href="http://www.openfoam.com">OpenFOAM®(*)</a> to include a coupling to the DEM code <a class="reference external" href="https://www.cfdem.com/liggghtsr-open-source-discrete-element-method-particle-simulation-code">LIGGGHTS®</a>. In this toolbox the particle representation within the CFD solver is organized by “cloud” classes. Key functionalities are organised in sub-models (e.g. force models, data exchange models, etc.) which can easily be selected and combined by dictionary settings.</p>
<p>The coupled solvers run fully parallel on distributed-memory clusters. Features are:</p>
<ul class="simple">
<li><p>its modular approach allows users to easily implement new models</p></li>
<li><p>its MPI parallelization enables to use it for large scale problems</p></li>
<li><p>the <a href="#id11"><span class="problematic" id="id12">`forum <lws_>`_</span></a> on CFD-DEM gives the possibility to exchange with other users / developers</p></li>
<li><p>the use of GIT allows to easily update to the latest version</p></li>
<li><p>basic documentation is provided</p></li>
</ul>
<p>The file structure:</p>
<ul class="simple">
<li><p><em>src</em> directory contains the source-code files of the CFDEM®coupling toolbox library and models</p></li>
<li><p><em>applications</em> directory contains the solver source files for coupled CFD-DEM simulations</p></li>
<li><p><em>doc</em> directory including the documentation of CFDEM®coupling</p></li>
<li><p><em>tutorials</em> directory including basic tutorial cases showing the functionality</p></li>
</ul>
<p>The functionality of this CFD-DEM framework is described via <a class="reference internal" href="#id3"><span class="std std-ref">tutorial cases</span></a> showing how to use different solvers and models.</p>
<p>CFDEM®coupling stands for Computational Fluid Dynamics (CFD) -Discrete Element Method (DEM) coupling.</p>
<p>CFDEM®coupling is an open-source code, distributed freely under the terms of the GNU Public License (GPL).</p>
<p>Core development of CFDEM®coupling is done by Christoph Goniva and Christoph Kloss, both at DCS Computing GmbH, 2012</p>
<p>This documentation was written by DCS Computing GmbH, 2017</p>
<hr class="docutils" />
<p>How CFDEM®coupling works, a short description:</p>
<p>The launched applications are CFDEM®coupling solvers, e.g. cfdemSolverPiso. Its job is to solve the Navier-Stokes equations with a solid phase present.
A general formulation with a solid phase:</p>
<img alt="_images/NavierStokesLiquSoli.png" class="align-center" src="_images/NavierStokesLiquSoli.png" />
<p>In general “l” denotes liquid and “s” solid properties. AlphaL is the fluid (liquid) content of a calculation-cell, the voidfraction. “rhoL” is the fluid (liquid) density, uL the fluid (liquid) velocity, p the pressure, Ksl the implicit momentum exchange term between solid and liquid phase, us the solid velocity, tau the liquid-stress-tensor, g the gravity vector and t the time. “f” is a general explicit term which can be used to explicitely exchange momentum from the solid to the liquid phase.</p>
<p>All cfdemSolvers use a “cfdemCloud” object, which takes care of many things. The most important are:</p>
<ul class="simple">
<li><p>Control and communicate with the LIGGGHTS® library object. (liggghtsCommandModel and dataExchangeModel)</p></li>
<li><p>Find the cell ID of a certain position, e.g. the particle center. (locateModel)</p></li>
<li><p>Calculate the voidfraction field from particle positions, particle volumes and cell volumes. (voidFractionModel)</p></li>
<li><p>Calculate the forces on the CFD field and the particle forces. These may be assembled by various forceModels, e.g. buyoancy and a drag-law. (forceModel and forceSubModel)</p></li>
<li><p>Calculate the implicit and if necessary explicit source terms from the force fields for the Navier-Stokes-Equations, the solver needs to solve. (momCoupleModel)</p></li>
<li><p>Calculate the “Us” field from particle data, map the particle data to the CFD field. (averagingModel)</p></li>
</ul>
<p>In the standard setting the momentum coupling model takes the calculated forces of forceModels and produces the implicit momentum source term Ksl with</p>
<img alt="_images/Ksl.png" class="align-center" src="_images/Ksl.png" />
<p>More advanced solvers have also an explicit source term field f which is assembled from those forces which have the treatForceExplicit=true flag (see forceSubModels).</p>
<hr class="docutils" />
<p>(*) 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.</p>
<hr class="docutils" />
</section>
<section id="installation">
<span id="id2"></span><h3>Installation<a class="headerlink" href="#installation" title="Permalink to this headline"></a></h3>
<hr class="docutils" />
<p>This section describes how to download repositories of the CFDEM®project from <a class="reference external" href="http://github.com/">github.com</a> .
After setting some environment variables, LIGGGHTS® and CFDEM®coupling can be compiled.</p>
<p><strong>Procedure:</strong></p>
<p>Short summary:</p>
<ul class="simple">
<li><p><a class="reference internal" href="#install-1"><span class="std std-ref">Install git</span></a></p></li>
<li><p><a class="reference internal" href="#install-2"><span class="std std-ref">Download CFDEM®project software</span></a></p></li>
<li><p><a class="reference internal" href="#install-3"><span class="std std-ref">Download the correct OpenFOAM® version</span></a></p></li>
<li><p><a class="reference internal" href="#install-4"><span class="std std-ref">Setup prerequisites</span></a></p></li>
<li><p><a class="reference internal" href="#install-5"><span class="std std-ref">Setup and compile OpenFOAM®</span></a></p></li>
<li><p><a class="reference internal" href="#install-6"><span class="std std-ref">Set environment variables and paths</span></a></p></li>
<li><p><a class="reference internal" href="#install-7"><span class="std std-ref">Compile LIGGGHTS® and CFDEM®coupling</span></a></p></li>
<li><p><a class="reference internal" href="#additionalinstall"><span class="std std-ref">Additional information</span></a></p></li>
<li><p><a class="reference internal" href="#install-8"><span class="std std-ref">Run your own cases</span></a></p></li>
</ul>
<hr class="docutils" />
<p id="install-1"><strong>Install git:</strong></p>
<p>This step is optional, but recommended. Git allows you to update the source code very easily with the git pull command.
On debian based systems you can run</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">git</span><span class="o">-</span><span class="n">core</span>
</pre></div>
</div>
<p>Similar packages are available on other systems too:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">zypper</span> <span class="n">install</span> <span class="n">git</span><span class="o">-</span><span class="n">core</span>
<span class="n">sudo</span> <span class="n">yum</span> <span class="n">install</span> <span class="n">git</span>
</pre></div>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>In this tutorial the git protocol is used to transfer files. If port 9418 is closed for internet connections, please switch to “<a class="reference external" href="https://">https://</a>” instead of “git://” for git clone commands.</p>
</div>
<hr class="docutils" />
<p id="install-2"><strong>Download CFDEMproject software:</strong></p>
<p>With git you can clone git repositories from <a class="reference external" href="http://github.com/">github</a> . The following terminal commands will download the CFDEM®project software to your machine in the typical folder structure. The download of the post-processing tool LPP is optional and requires python-numpy.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>cd $HOME
mkdir CFDEM
cd CFDEM
git clone git://github.com/CFDEMproject/CFDEMcoupling-PUBLIC.git
cd $HOME
mkdir LIGGGHTS
cd LIGGGHTS
git clone git://github.com/CFDEMproject/LIGGGHTS-PUBLIC.git
git clone git://github.com/CFDEMproject/LPP.git lpp
</pre></div>
</div>
<p>If you do not have git, you can use the download buttons after visiting a repository in the <a class="reference external" href="http://github.com/CFDEMproject">CFDEMproject project page</a> and unzip the archives to the proper locations. Typically github tags the folders with “-master”, please rename them with</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>cd $HOME/CFDEM
mv CFDEMcoupling-PUBLIC-master CFDEMcoupling-PUBLIC
cd $HOME/LIGGGHTS
mv LIGGGHTS-PUBLIC-master LIGGGHTS-PUBLIC
mv LPP-master lpp
</pre></div>
</div>
<hr class="docutils" />
<p id="install-3"><strong>Download the correct OpenFOAM® version:</strong></p>
<p>All mentions of OpenFOAM® refer to <a class="reference internal" href="#footnotes"><span class="std std-ref">this</span></a> . It is strongly recommended to compile OpenFOAM® yourself with the latest compatible version.
The latest compatible OpenFOAM®-version can be found in the in your local copy of CFDEM®coupling in src/lagrangian/cfdemParticle/cfdTools/versionInfo.H, or directly at <a class="reference external" href="https://github.com/CFDEMproject/CFDEMcoupling-PUBLIC/blob/master/src/lagrangian/cfdemParticle/cfdTools/versionInfo.H">github</a> .
Look for the git commit hashtag in the following line:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">word</span> <span class="n">OFversion</span><span class="o">=</span><span class="s2">"<OF-Release>-commit-<commitHashtag>"</span><span class="p">;</span>
<span class="n">e</span><span class="o">.</span><span class="n">g</span><span class="o">.</span> <span class="n">word</span> <span class="n">OFversion</span><span class="o">=</span><span class="s2">"6-commit-af7d7f427be78e9b9beb6aceca8fe7d5d4636876"</span><span class="p">;</span>
</pre></div>
</div>
<p>With git you can use the following recipe to get the correct version:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>cd $HOME
mkdir OpenFOAM
cd OpenFOAM
git clone git://github.com/OpenFOAM/OpenFOAM-<OF-Release>.git
git clone git://github.com/OpenFOAM/ThirdParty-<OF-Release>.git
cd OpenFOAM-<OF-Release>
git checkout <commitHashtag>
</pre></div>
</div>
<p>Without git you can visit git://github.com/OpenFOAM/OpenFOAM-<OF-Release>/tree/<commitHashtag> and use the download button.</p>
<p>Other OpenFOAM® versions can be used for compilation, but aren’t officially supported. The list includes 6, 5.x, 4.x, 3.x, 2.4.x, 1706, 1612+, 1606+ and extend-3.2</p>
<hr class="docutils" />
<p id="install-4"><strong>Setup prerequisites for CFDEM®project:</strong></p>
<p>Prerequisites for OpenFOAM® can be found <a class="reference external" href="https://openfoam.org/download/source/">here</a> .
On an Ubuntu system (16.04+), you can use the following</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">build</span><span class="o">-</span><span class="n">essential</span> <span class="n">flex</span> <span class="n">bison</span> <span class="n">cmake</span> <span class="n">zlib1g</span><span class="o">-</span><span class="n">dev</span> <span class="n">libboost</span><span class="o">-</span><span class="n">system</span><span class="o">-</span><span class="n">dev</span> <span class="n">libboost</span><span class="o">-</span><span class="n">thread</span><span class="o">-</span><span class="n">dev</span> <span class="n">libopenmpi</span><span class="o">-</span><span class="n">dev</span> <span class="n">openmpi</span><span class="o">-</span><span class="nb">bin</span> <span class="n">gnuplot</span> <span class="n">libreadline</span><span class="o">-</span><span class="n">dev</span> <span class="n">libncurses</span><span class="o">-</span><span class="n">dev</span> <span class="n">libxt</span><span class="o">-</span><span class="n">dev</span> <span class="n">libscotch</span><span class="o">-</span><span class="n">dev</span> <span class="n">libptscotch</span><span class="o">-</span><span class="n">dev</span>
</pre></div>
</div>
<p>CFDEM®project requires OpenFOAM® with a working MPI version.
Optional, but strongly recommended is the use of <a class="reference external" href="http://www.vtk.org/">VTK</a> . VTK is used to directly write data in vtk format, which is readable by <a class="reference external" href="https://www.paraview.org/">ParaView</a> . The minimum version is VTK 6.3, recommended is 8.0.1. On debian-based systems it is sufficient to run</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">libvtk7</span><span class="o">-</span><span class="n">dev</span>
</pre></div>
</div>
<p>For manual VTK compilation, please read the <a class="reference internal" href="#additionalinstall"><span class="std std-ref">additional installation hints</span></a> .</p>
<p>The post-processing tool lpp requires the python numpy package.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">python</span><span class="o">-</span><span class="n">numpy</span>
</pre></div>
</div>
<hr class="docutils" />
<p id="install-5"><strong>Setup and compile OpenFOAM®</strong></p>
<p>You can follow the OpenFOAM® git compilation <a class="reference external" href="https://openfoam.org/download/source/">instructions</a> , with a small number of exceptions:
CFDEM®coupling requires the WM_LABEL_SIZE=32 , which is the standard setting.</p>
<p>On an Ubuntu system (16.04+), you can use the following steps to install OpenFOAM®:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>gedit ~/.bashrc
add the following two lines in the end, where <NofProcs> is the integer number of the processors you want to compile with. Save and exit gedit.
"export WM_NCOMPPROCS=<NofProcs>"
"source $HOME/OpenFOAM/OpenFOAM-<OF-Release>/etc/bashrc"
now again in the terminal:
source ~/.bashrc
cd $WM_PROJECT_DIR
foamSystemCheck
./Allwmake
</pre></div>
</div>
<p>Additional OpenFOAM® installation hints can be found <a class="reference internal" href="#additionalinstall"><span class="std std-ref">here</span></a> .</p>
<hr class="docutils" />
<p id="install-6"><strong>Set environment variables and paths</strong></p>
<p>Typically the CFDEM®coupling folder is tagged with the OpenFOAM® version number. To do this, perform the following steps:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>cd $HOME/CFDEM
mv CFDEMcoupling-PUBLIC CFDEMcoupling-PUBLIC-$WM_PROJECT_VERSION
</pre></div>
</div>
<p>You need to set some environment variables in ~/.bashrc (if you use c-shell, manipulate ~/.cshrc accordingly). Open your .bashrc and the CFDEM®coupling bashrc file.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>gedit ~/.bashrc $HOME/CFDEM/CFDEMcoupling-PUBLIC-$WM_PROJECT_VERSION/src/lagrangian/cfdemParticle/etc/bashrc
</pre></div>
</div>
<p>Add the STANDARD block to the end of your bashrc and modify entries if necessary. Make sure the statements are not comments; remove the “#”. Similar to:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>#================================================#
#- source cfdem env vars
export CFDEM_VERSION=PUBLIC
export CFDEM_PROJECT_DIR=$HOME/CFDEM/CFDEMcoupling-$CFDEM_VERSION-$WM_PROJECT_VERSION
export CFDEM_PROJECT_USER_DIR=$HOME/CFDEM/$LOGNAME-$CFDEM_VERSION-$WM_PROJECT_VERSION
export CFDEM_bashrc=$CFDEM_PROJECT_DIR/src/lagrangian/cfdemParticle/etc/bashrc
export CFDEM_LIGGGHTS_SRC_DIR=$HOME/LIGGGHTS/LIGGGHTS-PUBLIC/src
export CFDEM_LIGGGHTS_MAKEFILE_NAME=auto
export CFDEM_LPP_DIR=$HOME/LIGGGHTS/lpp/src
. $CFDEM_bashrc
#================================================#
</pre></div>
</div>
<p>You may insert the EXTENDED block above “. $CFDEM_bashrc” for further customization.
The detailed description for allowed entries can be found <a class="reference internal" href="#additionalinstall"><span class="std std-ref">here</span></a> .</p>
<p>To load and check the environment you can run now</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">source</span> <span class="o">~/.</span><span class="n">bashrc</span>
<span class="n">cfdemSysTest</span>
</pre></div>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Many useful aliases are set with sourcing of the CFDEMcoupling bashrc, e.g. cfdemEtc . Make use of them!</p>
</div>
<hr class="docutils" />
<p id="install-7"><strong>Compile LIGGGHTS® and CFDEM®coupling</strong></p>
<p>To compile CFDEM®project open a new terminal and run</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cfdemCompCFDEMall</span>
</pre></div>
</div>
<p>It compiles the LIGGGHTS® executable, LIGGGHTS® as a shared library, the CFDEM®coupling libraries, CFDEM®coupling solvers and CFDEM®coupling utilities. The compilation will stop, if build errors occur. Having a previous manually compiled LIGGGHTS® is not enough, it needs to be compiled as shared library with the cfdemCompLIG command.</p>
<p>As step by step compilation of only specific parts, the following commands are available:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cfdemCompLIG</span>
<span class="n">cfdemCompCFDEMsrc</span>
<span class="n">cfdemCompCFDEMsol</span>
<span class="n">cfdemCompCFDEMuti</span>
</pre></div>
</div>
<p>The compilation is automatically logged and the logs can be found in:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$CFDEM_SRC_DIR/lagrangian/cfdemParticle/etc/log
</pre></div>
</div>
<p>In case questions concerning the installation arise, please feel free to contact our forum at <a href="#id13"><span class="problematic" id="id14">`www.cfdem.com <lws_>`_</span></a> .</p>
<hr class="docutils" />
<p id="install-8"><strong>Run your own cases</strong></p>
<p>If you want to run your own cases, please do so in <em>$CFDEM_PROJECT_USER_DIR/run</em> which is automatically being generated. E.g. copy one of the tutorial cases there, adapt it to your needs.
Changes in $CFDEM_TUT_DIR might be lost after every <em>git stash</em>.</p>
<p>You can run all the tutorial cases by executing the alias cfdemTestTUT.
Alternatively you can run each tutorial using the <em>Allrun.sh</em> scripts in the tutorial directories.</p>
<p>To run pure LIGGGHTS® cases, you can use the aliases</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cfdemLiggghts</span> <span class="n">inputScriptName</span>
<span class="n">cfdemLiggghtsPar</span> <span class="n">inputScriptName</span> <span class="n">nOfProcs</span>
</pre></div>
</div>
<p>or you can set a link in /usr/local/bin to the LIGGGHTS® executable as described in the <a class="reference external" href="https://www.cfdem.com/media/DEM/docu/Section_start.html#steps-to-build-a-liggghts-r-public-executable">LIGGGHTS®documentation</a> .</p>
<hr class="docutils" />
<p><strong>Backwards Compatibility:</strong></p>
<p>Basically CFDEM®coupling supports one OpenFOAM® version therefore all settings are prepared for that. Nevertheless we try to maintain backwards compatibility as long as it works with reasonable effort.</p>
<p>The supported OpenFOAM® and LIGGGHTS® versions are stated in:
src/lagrangian/cfdemParticle/cfdTools/versionInfo.H</p>
<p>For using other versions you can manipulate:
src/lagrangian/cfdemParticle/etc/OFversion/OFversion.H
(still not all functionality might work then!)</p>
<hr class="docutils" />
<p id="additionalinstall"><strong>Installation, additional information</strong></p>
<hr class="docutils" />
<p><strong>Procedure:</strong></p>
<ul class="simple">
<li><p><a class="reference internal" href="#ainstall-4"><span class="std std-ref">Setup prerequisites</span></a></p></li>
<li><p><a class="reference internal" href="#ainstall-5"><span class="std std-ref">Setup and compile OpenFOAM®</span></a></p></li>
<li><p><a class="reference internal" href="#ainstall-6"><span class="std std-ref">Set environment variables and paths</span></a></p></li>
<li><p><a class="reference internal" href="#ainstall-7"><span class="std std-ref">Compile LIGGGHTS® and CFDEM®coupling</span></a></p></li>
<li><p><a class="reference internal" href="#ainstall-8"><span class="std std-ref">Compiling OpenFOAM®, LIGGGHTS® and CFDEM®coupling in debug mode</span></a></p></li>
</ul>
<hr class="docutils" />
<p id="ainstall-4"><strong>Setup prerequisites for CFDEM®project:</strong></p>
<p>If you need to compile VTK on your machine yourself, we recommend version 8.0.1, which is available <a class="reference external" href="http://www.vtk.org/files/release/8.0/VTK-8.0.1.zip">here</a> . The installation guide is available <a class="reference external" href="http://www.vtk.org/Wiki/VTK/Configure_and_Build#On_Unix-like_systems">here</a> .
However, if you use the Makefile auto in LIGGGHTS you may set AUTOINSTALL_VTK to “ON” to automatically download and compile VTK.</p>
<p>Please note the VTK components necessary need cmake, MPI and some X11 libraries on your machine. Compilation using ccmake is recommended. In the standard configuration MPI related packages are disabled. Enable Parallel / MPI packages during configuration. For VTK-6.3 set VTK_Group_MPI:BOOL=ON .</p>
<hr class="docutils" />
<p id="ainstall-5"><strong>Setup and compile OpenFOAM®</strong></p>
<p>All mentions of OpenFOAM® refer to <a class="reference external" href="afootnotes">this</a> .</p>
<p>Often problems arise configuring OpenFOAM® to work with a specific MPI installation on a cluster. However it has built-in capability to work with nearly any MPI implementation.
Set the following variable in the OpenFOAM® bashrc:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">export</span> <span class="n">WM_MPLIB</span><span class="o">=</span><span class="n">SYSTEMMPI</span>
</pre></div>
</div>
<p>Defining the following variables in your ~/.bashrc BEFORE the sourcing of OpenFOAM® will take care of the rest. This is an example for older MVAPICH installations where there is no libmpi.so, only libmpich.so</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>export MPI_ROOT=<path/to/mpi/installation>
export MPI_ARCH_PATH=$MPI_ROOT
export MPI_ARCH_FLAGS="-DMPICH_SKIP_MPICXX"
export MPI_ARCH_INC="-I$MPI_ARCH_PATH/include"
export MPI_ARCH_LIBS='-L$(MPI_ARCH_PATH)/lib -lmpich -lmpichcxx -lmpl -lopa -lrt'
</pre></div>
</div>
<hr class="docutils" />
<p id="ainstall-6"><strong>Set environment variables and paths</strong></p>
<p>Detailed description of the environment variables:</p>
<p>standard block:</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 14%" />
<col style="width: 73%" />
<col style="width: 13%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p>CFDEM_VERSION</p></td>
<td><p>CFDEMcoupling branch name; e.g. PUBLIC</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>CFDEM_PROJECT_DIR</p></td>
<td><p>path to the installation directory of CFDEM®coupling</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>CFDEM_PROJECT_USER_DIR</p></td>
<td><p>path to the user directory; used to store users simulation cases and source-code</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>CFDEM_bashrc</p></td>
<td><p>location of the CFDEM®coupling bashrc (or cshrc)</p></td>
<td><p>which sets up the environment</p></td>
</tr>
<tr class="row-odd"><td><p>CFDEM_LIGGGHTS_SRC_DIR</p></td>
<td><p>path to the LIGGGHTS src directory</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>CFDEM_LIGGGHTS_MAKEFILE_NAME</p></td>
<td><p>Name of the LIGGGHTS® Makefile which defines how to compile LIGGGHTS®; more information on which Makefile to select is within the LIGGGHTS® documentation; standard is auto</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>CFDEM_LPP_DIR path</p></td>
<td><p>to the src directory of the local lpp installation</p></td>
<td></td>
</tr>
</tbody>
</table>
<p>extended block may be inserted above “. $CFDEM_bashrc”:</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 15%" />
<col style="width: 63%" />
<col style="width: 23%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p>CFDEM_SRC_DIR</p></td>
<td><p>can be used to use alternative src directory</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>CFDEM_SOLVER_DIR</p></td>
<td><p>can be used to use alternative solver directory</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>CFDEM_DOC_DIR</p></td>
<td><p>can be used to use alternative doc directory</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>CFDEM_UT_DIR</p></td>
<td><p>can be used to use alternative utilities directory</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>CFDEM_TUT_DIR</p></td>
<td><p>can be used to use alternative tutorials directory</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>CFDEM_LIGGGHTS_MAKEFILE_POSTIFX</p></td>
<td><p>if you wish to compile LIGGGHTS® to CFDEM®coupling with a postfix auto Makefile; for more information on postfixes please read the LIGGGHTS® documentation</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>CFDEM_VERBOSE</p></td>
<td><p>if set to false</p></td>
<td><p>standard output of environment variables is suppressed</p></td>
</tr>
</tbody>
</table>
<hr class="docutils" />
<p>additionalLibs:</p>
<p>The additionalLibs are used as a centralized system for adding libraries and paths to CFDEM®coupling compilations. There is and automated detection of your OpenFOAM® version, which should select the proper additionalLibs file.
If the automated selection of the additionalLibs fails or if you wish to set it manually to a specific file, you may set the following environment variables above “. $CFDEM_bashrc”:</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 31%" />
<col style="width: 69%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p>CFDEM_ADD_LIBS_DIR</p></td>
<td><p>path containing the user-defined additionalLibs file</p></td>
</tr>
<tr class="row-even"><td><p>CFDEM_ADD_LIBS_NAME</p></td>
<td><p>filename of the user-defined additionalLibs file</p></td>
</tr>
</tbody>
</table>
<p>even further customization with variables:</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 15%" />
<col style="width: 85%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p>CFDEM_LAMMPS_LIB_DIR</p></td>
<td><p>alternative path to LIGGGHTS® lib folder containing additional LIGGGHTS® packages; e.g. ASPHERE</p></td>
</tr>
<tr class="row-even"><td><p>CFDEM_LIGGGHTS_LIB_PATH</p></td>
<td><p>path to compiled LIGGGHTS® library; useful if the compiled LIGGGHTS® library has manually been moved from the LIGGGHTS® src path to an alternative location</p></td>
</tr>
<tr class="row-odd"><td><p>CFDEM_LIB_DIR</p></td>
<td><p>alternative target directory for CFDEM®coupling libraries</p></td>
</tr>
<tr class="row-even"><td><p>CFDEM_USER_LIB_DIR</p></td>
<td><p>alternative target directory for CFDEM®coupling user-libraries</p></td>
</tr>
<tr class="row-odd"><td><p>CFDEM_APP_DIR</p></td>
<td><p>alternative target directory for CFDEMcoupling executables</p></td>
</tr>
<tr class="row-even"><td><p>CFDEM_USER_APP_DIR</p></td>
<td><p>alternative target directory for CFDEM®coupling user-executables</p></td>
</tr>
</tbody>
</table>
<hr class="docutils" />
<p id="ainstall-7"><strong>Compile LIGGGHTS® and CFDEM®coupling</strong></p>
<p>LIGGGHTS® needs to be compiled as library with the cfdemCompLIG command. You can compile LIGGGHTS® manually as a shared library with</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make</span> <span class="o">-</span><span class="n">f</span> <span class="n">Makefile</span><span class="o">.</span><span class="n">shlib</span> <span class="o"><</span><span class="n">Makefilename</span><span class="o">></span>
</pre></div>
</div>
<p>within your LIGGGHTS® src directory.
LIGGGHTS® is included into CFDEM®coupling by the creation of a symbolic link in $CFDEM_LIB_DIR to the LIGGGHTS shared library. This link is automatically created during the compilation of the CFDEM®coupling lagrangian library at the beginning of the make phase. This means even if you compile the lagrangian library manually with “wmake libso”, the link is created.</p>
<hr class="docutils" />
<p id="ainstall-8"><strong>Compiling OpenFOAM®, LIGGGHTS® and CFDEM®coupling in debug mode</strong></p>
<p>Set the WM_COMPILE_OPTION parameter in the OF bashrc to “Debug” and compile OF with the Allwmake script.
If you are using the LIGGGHTS® auto Makefile, simply compile LIGGGHTS® and CFDEM®coupling with “cfdemCompCFDEMall”. CFDEM®coupling detects the OpenFOAM® variable compiles LIGGGHTS® in debug mode. The coupling itself is compiled with OpenFOAM®s wmake, so this is automatically taken care of.
If you aren’t using the auto Makefile, you need to make sure the “-O0 -g” or “-O2 -g” compilation parameters are set properly within the LIGGGHTS®-Makefile.</p>
<hr class="docutils" />
<p id="footnotes"><strong>Footnotes:</strong></p>
<p>OPENFOAM® is a registered trade mark of OpenCFD Limited, producer and distributor of the OpenFOAM software via wwww.openfoam.org.</p>
<hr class="docutils" />
</section>
<section id="tutorials">
<span id="id3"></span><h3>Tutorials<a class="headerlink" href="#tutorials" title="Permalink to this headline"></a></h3>
<p><strong>General:</strong></p>
<p>Each solver of the CFDEM®coupling comes with at least one tutorial example, showing its functionality and correct usage. Provided that the installation is correct, the tutorials can be run via “Allrun.sh” shell scripts. These scripts perform all necessary steps (preprocessing, run, postprocessing, visualization).</p>
<p><strong>Location:</strong></p>
<p>The tutorials can be found in the directory $CFDEM_PROJECT_DIR/tutorials, which can be reached by typing “cfdemTut”</p>
<p><strong>Structure:</strong></p>
<p>Each case is structured in a directory called “CFD” covering the CFD relevant settings and data, and a dirctory called “DEM” covering the DEM relevant settings and data. This allows to easily expand a pure CFD or DEM simulation case to a coupled case.</p>
<p><strong>Usage:</strong></p>
<p>Provided that the installation is correct, the tutorials can be run via “Allrun.sh” shell script, executed by typing “./Allrun.sh”. The successful run of the script might need some third party software (e.g. octave, evince, etc.).</p>
<p>A typical Allrun.sh script executes the following steps:</p>
<ul class="simple">
<li><p>DEM: LIGGGHTS init run</p></li>
<li><p>CFD: mesh generation (blockMesh)</p></li>
<li><p>CFD: mesh decomposition (decomposePar)</p></li>
<li><p>CFDEM: parallel CFDEM run; mpirun -np X cfdemSolverXXX -parallel</p></li>
<li><p>post-processing</p></li>
</ul>
<p><strong>Settings:</strong></p>
<p>The main settings of a simulation are done via dictionaries:</p>
<p>The DEM setup of each case is defined by a <a class="reference external" href="https://www.cfdem.com/liggghtsr-open-source-discrete-element-method-particle-simulation-code">LIGGGHTS®</a> input file located in $caseDir/DEM (e.g. in.liggghts_init). For details on the <a class="reference external" href="https://www.cfdem.com/liggghtsr-open-source-discrete-element-method-particle-simulation-code">LIGGGHTS®</a> setup, please have a look at the <a class="reference external" href="https://www.cfdem.com/liggghtsr-open-source-discrete-element-method-particle-simulation-code">LIGGGHTS®</a> manual.</p>
<p>Standard CFD settings are defined in $caseDir/CFD/constant (e.g. transportProperties, RASproperties, etc.) and $caseDir/CFD/system (e.g. fvSchemes, controlDict). For settings related to the solver such as discretization schemes, solution settings for the equations and solver control (e.g. corrector or non-orthogonal corrector steps for non-orthogonal meshes) you can find more information in <a class="reference external" href="http://www.openfoam.com">OpenFOAM®(*)</a> documentations (www.openFoam.com)(*).</p>
<p>Settings of the coupling routines are defined in $caseDir/CFD/constant/<a class="reference internal" href="#id4"><span class="std std-ref">couplingProperies</span></a> (e.g. force models, data exchange model, etc.) and $caseDir/CFD/constant/<a class="reference internal" href="#id5"><span class="std std-ref">liggghtsCommands</span></a> (allows to execute a LIGGGHTS® command during a coupled simulation).</p>
<hr class="docutils" />
</section>
<section id="couplingproperties-dictionary">
<span id="id4"></span><h3>“couplingProperties” dictionary<a class="headerlink" href="#couplingproperties-dictionary" title="Permalink to this headline"></a></h3>
<p><strong>General:</strong></p>
<p>In the “couplingProperties” dictionary the setup of the coupling routines of the CFD-DEM simulation are defined.</p>
<p><strong>Location:</strong> $caseDir/CFD/constant</p>
<p><strong>Structure:</strong></p>
<p>The dictionary is divided into two parts, “sub-models & settings” and “sub-model properties”.</p>
<p>In “sub-models & settings” the following routines must be specified:</p>
<ul class="simple">
<li><p>modelType</p></li>
<li><p>couplingInterval</p></li>
<li><p>voidFractionModel</p></li>
<li><p>locateModel</p></li>
<li><p>meshMotionModel</p></li>
<li><p>IOModel</p></li>
<li><p>probeModel</p></li>
<li><p>dataExchangeModel</p></li>
<li><p>averagingModel</p></li>
<li><p>clockModel</p></li>
<li><p>smoothingModel</p></li>
<li><p>forceModels</p></li>
<li><p>momCoupleModels</p></li>
<li><p>turbulenceModelType</p></li>
</ul>
<p>The following keywords may be specified:</p>
<ul class="simple">
<li><p>particleShapeType</p></li>
<li><p>solveFlow</p></li>
<li><p>expCorrDeltaUError</p></li>
</ul>
<p>In “sub-model properties” sub-dictionaries might be defined to specify model specific parameters.</p>
<p><strong>Settings:</strong></p>
<p>Reasonable example settings for the “couplingProperties” dictionary are given in the tutorial cases.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">particleShapeType</span>
</pre></div>
</div>
<p>The <em>particleShapeType</em> keyword defines which particle shape is used. The default value for the particleShapeType
is “sphere”. Further valid values are “multisphere”, “superquadric”, and “convex”. For the PUBLIC version of
CFDEM®coupling only the particleShapeType sphere is available.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">solveFlow</span>
</pre></div>
</div>
<p>The <em>solveFlow</em> switch determines, whether the fluid equations are solved or not. By setting solveFlow to false, the fluid solver becomes inactive.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">expCorrDeltaUError</span>
</pre></div>
</div>
<p>The switch <em>expCorrDeltaUError</em> can be used with solvers capable of handling explicit volumetric forces on the fluid.
Implicit force coupling will result in a typically small difference in the coupling force exerted on the particles and the fluid, i.e., Newton’s Third Law will be conflicted. This error can be calculated by TotalError(dU) = Ksl*(Uf_preStep-Uf_postStep), since CFD experiences new Uf values, while particles only experience drag with Uf_postStep. <em>expCorrDeltaUError</em> set to on will correct for this error in an explicit fashion. Typically, correcting for this error results in a less stable solution. The sum of this error normalized by the total implicit drag is displayed during the simulation.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">modelType</span>
</pre></div>
</div>
<p>“modelType” refers to the formulation of the equations to be solved. Choose “A”, “B” or “Bfull”, according to Zhou et al. (2010): “Discrete particle simulation of particle-fluid flow: model formulations and their applicability”, JFM. “A” requires the use of the force models gradPForce and viscForce, whereas “B” requires the force model “Archimedes”. “Bfull” refers to model type I, “A” refers to model type II and “B” refers to type III in the nomenclature used by Zhou et al.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">couplingInterval</span>
</pre></div>
</div>
<p>The coupling interval determines the time passing between two CFD-DEM data exchanges.</p>
<p>A useful procedure would be:</p>
<ol class="arabic simple">
<li><p>Set the DEM timestep in the in.xxx file according to the needs of the pure DEM problem.</p></li>
<li><p>Set the “couplingInterval”, which refers to the DEM timesteps. Depending on the problem you will need to have a close (small couplingInterval) or loose coupling.</p></li>
<li><p>Choose the CFD timestep in the controlDict. It must be equal to or smaller than the coupling time, otherwise you will get the error: “Error - TS bigger than coupling interval!”.</p></li>
<li><p>To ensure a synchronous run, the coupling time should be a multiple of the CFD timestep, or you’ll get a warning “Warning - Coupling time (= DEM time step * coupling interval) is not a multiple of CFD time-step!”</p></li>
</ol>
<p>Example: DEMts=1.0e-5s, couplingInterval=10 exchange data (=couple) will happen every 1.0e-4s.</p>
<hr class="docutils" />
</section>
<section id="liggghtscommands-dictionary">
<span id="id5"></span><h3>“liggghtsCommands” dictionary<a class="headerlink" href="#liggghtscommands-dictionary" title="Permalink to this headline"></a></h3>
<p><strong>General:</strong></p>
<p>In the “liggghtsCommands” dictionary LIGGGHTS® commands being executed during a coupled CFD-DEM simulation are specified.
The most important command is the “run” command. After the start-up read of the LIGGGHTS®-input-script it is fed by CFDEM®coupling
with commands. User-defined commands may be added.</p>
<p><strong>Location:</strong> $caseDir/CFD/constant</p>
<p><strong>Structure:</strong></p>
<p>The dictionary is divided into two parts, first a list of “liggghtsCommandModels” is defined, then the settings for each model must be specified.</p>
<p><strong>Settings:</strong></p>
<p>Reasonable example settings for the “liggghtsCommands” dictionary are given in the tutorial cases.</p>
<hr class="docutils" />
</section>
<section id="chemistryproperties-dictionary">
<span id="id6"></span><h3>“chemistryProperties” dictionary<a class="headerlink" href="#chemistryproperties-dictionary" title="Permalink to this headline"></a></h3>
<p><strong>Remark:</strong></p>
<p>This functionality is not available in the PUBLIC version of CFDEM®coupling!</p>
<p><strong>General:</strong></p>
<p>In the “chemistryProperties” dictionary different properties required for the numerical intragration of the chemical reactions, like chemistry solver and parameters for void fraction dependend reaction speed, are defined. Equations for corresponding chemical reactions must be defined in “reactions” file. For documentation of chemistry solver parameters and “reactions” file please refer to OpenFOAM® documentation. Parameters ffor void fraction dependend reactions are listed in VoidChemistryModelProps section. Available chemistry solvers in CFDEM®coupling are “EulerImplicitVoid” and “odeVoid” that have the same functionality as “EulerImplicit” and “ode” solvers in OpenFOAM®.</p>
<p>Location: $caseDir/CFD/constant</p>
<p><strong>Structure:</strong></p>
<pre class="literal-block">VoidChemistryModelProps
{
solidSpecies
{
<em>solidSpecie1</em>;
<em>solidSpecie2</em>;
...
}
gasReactionCoeffs
{
useVoidFractionCorrection "switch1";
gasSpecie1 "scalar01";
gasSpecie2 "scalar02";
gasSpecie3 "scalar03";
...
e1 "scalar11";
e2 "scalar12";
e3 "scalar13";
e4 "scalar14";
e5 "scalar15";
e6 "scalar16";
}
solidProps
{
particles <em>scalar20</em>;
<em>solidSpecie1</em> <em>scalar21</em>;
<em>solidSpecie2</em> <em>scalar22</em>;
...
}
}</pre>
<ul class="simple">
<li><p>Entry <em>solidSpecies</em> contains the list of the ids of the species that are treated as solid</p></li>
<li><p>Entry <em>gasReactionCoeffs</em> contains parameters for void fraction corrected reaction rate for reaction with id <em>gasReaction</em>. Note that this entry must be defined for every reaction separately. Note that reaction id in chemistryProperties must be identical to that in <em>reactions</em> file</p></li>
<li><p><em>switch1</em> = (optional, normally false) flag to use void fraction corrected reaction rate model</p></li>
<li><p>If none of the solid species are present in the reaction with id <em>gasReaction</em> than the following equation is used for calculating the speed of chemical reaction:</p></li>
</ul>
<img alt="Eqs/ReactionRate1.png" class="align-center" src="Eqs/ReactionRate1.png" />
<p>otherwise</p>
<img alt="Eqs/ReactionRate2.png" class="align-center" src="Eqs/ReactionRate2.png" />
<ul class="simple">
<li><p>where <em>epsilon</em> is the void fraction, <em>c_1</em> , <em>c_2</em>, <em>c_3</em> ,.. are the molar concetrations of reactants (species on the left hand side the equation for <em>gasReaction</em>), <em>Asolids</em> is the cumulative particle surface area, <em>Nparticles</em> is the number of particles located in the volume <em>V</em>. <em>dp</em> , <em>mp</em> and <em>Ap</em> are the average diameter, mass and surface area of particles in volume <em>V</em>.
<em>r_0</em> is the reaction rate normally calculated by Arrhenius reaction rate model (defined in <em>reactions</em> file for each reaction separately). <em>scalar01</em>, <em>scalar02</em>, <em>scalar03</em>, .. are the stoichiometric coefficients for <em>gasSpecie1</em> , <em>gasSpecie2</em> , <em>gasSpecie3</em> ,.. for the reactants required for calculating <em>r</em> (= <em>alpha</em> , <em>beta</em> , <em>gamma</em> ,.. ). These parameters are optional and taken from the equation of <em>gasReaction</em> defined in <em>reactions</em> file.</p></li>
<li><p><em>scalar11</em>, <em>scalar12</em>, <em>scalar13</em>, <em>scalar14</em>, <em>scalar15</em>, <em>scalar16</em> (optional, default are 0) are the exponents <em>e1</em> , <em>e2</em> , <em>e3</em> , <em>e4</em> , <em>e5</em> , <em>e6</em> in the above listed equations for the reaction speed.</p></li>
</ul>
<p><em>w_1</em> , <em>w_2</em> , .. are the mass concentrations of the solid species on the particle, including particle material. Parameters <em>scalar21</em>, <em>scalar22</em>, .. (optional, default values are 0) are the coefficients <em>epsilon</em>, <em>delta</em> , etc. in equation (2)</p>
<p>For calculation of <em>Asolids</em> <span class="xref std std-doc">particleCellSurface</span> force model must be used. For calculation of <em>dp</em> , <em>mp</em> , <em>Ap</em> and <em>Nparticles</em> <span class="xref std std-doc">LaEuFilmFormation</span> force model must be used. Note that these force models cannot be used together in one simulation.</p>
<p><strong>Example:</strong></p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">VoidChemistryModelProps</span>
<span class="p">{</span>
<span class="n">solidSpecies</span>
<span class="p">{</span>
<span class="n">C</span><span class="p">;</span>
<span class="p">}</span>
<span class="n">gasReactionCoeffs</span>
<span class="p">{</span>
<span class="n">useVoidFractionCorrection</span> <span class="n">true</span><span class="p">;</span>
<span class="n">CH4</span> <span class="mi">1</span><span class="p">;</span>
<span class="n">e1</span> <span class="mf">0.0</span><span class="p">;</span>
<span class="n">e2</span> <span class="mf">0.1</span><span class="p">;</span>
<span class="n">e3</span> <span class="mf">0.0</span><span class="p">;</span>
<span class="n">e4</span> <span class="mf">0.0</span><span class="p">;</span>
<span class="n">e5</span> <span class="mf">0.0</span><span class="p">;</span>
<span class="n">e6</span> <span class="mf">0.0</span><span class="p">;</span>
<span class="p">}</span>
<span class="n">solidProps</span>
<span class="p">{</span>
<span class="n">particles</span> <span class="mf">0.5</span><span class="p">;</span>
<span class="n">C</span> <span class="mf">0.5</span><span class="p">;</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
</div>
<hr class="docutils" />
</section>
<section id="models-solvers">
<span id="comm"></span><span id="cmd-5"></span><h3>Models/Solvers<a class="headerlink" href="#models-solvers" title="Permalink to this headline"></a></h3>
<p>This section lists all CFDEMcoupling sub-models and solvers alphabetically, with a separate
listing below of styles within certain commands.</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 100%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="IOModel.html"><span class="doc">IOModel</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="IOModel_basicIO.html"><span class="doc">IOModel_basicIO</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="IOModel_noIO.html"><span class="doc">IOModel_noIO</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="IOModel_sophIO.html"><span class="doc">IOModel_sophIO</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="IOModel_trackIO.html"><span class="doc">IOModel_trackIO</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="averagingModel.html"><span class="doc">averagingModel</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="averagingModel_dense.html"><span class="doc">averagingModel_dense</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="averagingModel_dilute.html"><span class="doc">averagingModel_dilute</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="cfdemSolverIB.html"><span class="doc">cfdemSolverIB</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="cfdemSolverPiso.html"><span class="doc">cfdemSolverPiso</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="cfdemSolverPisoSTM.html"><span class="doc">cfdemSolverPisoSTM</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="cfdemSolverPisoScalar.html"><span class="doc">cfdemSolverPisoScalar</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="clockModel.html"><span class="doc">clockModel</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="clockModel_noClock.html"><span class="doc">clockModel_noClock</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="clockModel_standardClock.html"><span class="doc">clockModel_standardClock</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="fix_couple_cfd.html"><span class="doc">couple/cfd</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="fix_couple_cfd_force.html"><span class="doc">couple/cfd/force</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="dataExchangeModel.html"><span class="doc">dataExchangeModel</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="dataExchangeModel_noDataExchange.html"><span class="doc">dataExchangeModel_noDataExchange</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="dataExchangeModel_oneWayVTK.html"><span class="doc">dataExchangeModel_oneWayVTK</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="dataExchangeModel_twoWayFiles.html"><span class="doc">dataExchangeModel_twoWayFiles</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="dataExchangeModel_twoWayMPI.html"><span class="doc">dataExchangeModel_twoWayMPI</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="forceModel.html"><span class="doc">forceModel</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="forceModel_Archimedes.html"><span class="doc">forceModel_Archimedes</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="forceModel_ArchimedesIB.html"><span class="doc">forceModel_ArchimedesIB</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="forceModel_DiFeliceDrag.html"><span class="doc">forceModel_DiFeliceDrag</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="forceModel_GidaspowDrag.html"><span class="doc">forceModel_GidaspowDrag</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="forceModel_KochHillDrag.html"><span class="doc">forceModel_KochHillDrag</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="forceModel_LaEuScalarTemp.html"><span class="doc">forceModel_LaEuScalarTemp</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="forceModel_MeiLift.html"><span class="doc">forceModel_MeiLift</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="forceModel_SchillerNaumannDrag.html"><span class="doc">forceModel_SchillerNaumannDrag</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="forceModel_ShirgaonkarIB.html"><span class="doc">forceModel_ShirgaonkarIB</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="forceModel_checkCouplingInterval.html"><span class="doc">forceModel_checkCouplingInterval</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="forceModel_fieldStore.html"><span class="doc">forceModel_fieldStore</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="forceModel_fieldTimeAverage.html"><span class="doc">forceModel_fieldTimeAverage</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="forceModel_gradPForce.html"><span class="doc">forceModel_gradPForce</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="forceModel_noDrag.html"><span class="doc">forceModel_noDrag</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="forceModel_particleCellVolume.html"><span class="doc">forceModel_particleCellVolume</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="forceModel_particleVolume.html"><span class="doc">forceModel_particleVolume</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="forceModel_periodicPressure.html"><span class="doc">forceModel_periodicPressure</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="forceModel_scalarGeneralExchange.html"><span class="doc">forceModel_scalarGeneralExchange</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="forceModel_virtualMassForce.html"><span class="doc">forceModel_virtualMassForce</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="forceModel_viscForce.html"><span class="doc">forceModel_viscForce</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="forceModel_volWeightedAverage.html"><span class="doc">forceModel_volWeightedAverage</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="forceSubModel.html"><span class="doc">forceSubModel</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="forceSubModel_ImEx.html"><span class="doc">forceSubModel_ImEx</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="fvOptions_meanSupVelocityForce.html"><span class="doc">fvOptions_meanSupVelocityForce</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="liggghtsCommandModel.html"><span class="doc">liggghtsCommandModel</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="liggghtsCommandModel_execute.html"><span class="doc">liggghtsCommandModel_execute</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="liggghtsCommandModel_readLiggghtsData.html"><span class="doc">liggghtsCommandModel_readLiggghtsData</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="liggghtsCommandModel_runLiggghts.html"><span class="doc">liggghtsCommandModel_runLiggghts</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="liggghtsCommandModel_setDEMGravity.html"><span class="doc">liggghtsCommandModel_setDEMGravity</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="liggghtsCommandModel_writeLiggghts.html"><span class="doc">liggghtsCommandModel_writeLiggghts</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="locateModel.html"><span class="doc">locateModel</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="locateModel_engineSearch.html"><span class="doc">locateModel_engineSearch</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="locateModel_engineSearchIB.html"><span class="doc">locateModel_engineSearchIB</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="locateModel_standardSearch.html"><span class="doc">locateModel_standardSearch</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="meshMotionModel.html"><span class="doc">meshMotionModel</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="meshMotionModel_noMeshMotion.html"><span class="doc">meshMotionModel_noMeshMotion</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="momCoupleModel.html"><span class="doc">momCoupleModel</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="momCoupleModel_explicitCouple.html"><span class="doc">momCoupleModel_explicitCouple</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="momCoupleModel_implicitCouple.html"><span class="doc">momCoupleModel_implicitCouple</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="momCoupleModel_noCouple.html"><span class="doc">momCoupleModel_noCouple</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="probeModel.html"><span class="doc">probeModel</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="probeModel_noProbe.html"><span class="doc">probeModel_noProbe</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="probeModel_particleProbe.html"><span class="doc">probeModel_particleProbe</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="scalarTransportModel.html"><span class="doc">scalarTransportModel</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="scalarTransportModel_generalManual.html"><span class="doc">scalarTransportModel_generalManual</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="smoothingModel.html"><span class="doc">smoothingModel</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="smoothingModel_constDiffSmoothing.html"><span class="doc">smoothingModel_constDiffSmoothing</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="smoothingModel_noSmoothing.html"><span class="doc">smoothingModel_noSmoothing</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="voidFractionModel.html"><span class="doc">voidfractionModel</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="voidFractionModel_GaussVoidFraction.html"><span class="doc">voidfractionModel_GaussVoidFraction</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="voidFractionModel_IBVoidFraction.html"><span class="doc">voidfractionModel_IBVoidFraction</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="voidFractionModel_bigParticleVoidFraction.html"><span class="doc">voidfractionModel_bigParticleVoidFraction</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="voidFractionModel_centreVoidFraction.html"><span class="doc">voidfractionModel_centreVoidFraction</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="voidFractionModel_dividedVoidFraction.html"><span class="doc">voidfractionModel_dividedVoidFraction</span></a></p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="voidFractionModel_noVoidFraction.html"><span class="doc">voidfractionModel_noVoidFractionVoidFraction</span></a></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="voidFractionModel_trilinearVoidFraction.html"><span class="doc">voidfractionModel_trilinearVoidFraction</span></a></p></td>
</tr>
</tbody>
</table>
</section>
</section>
</section>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>© Copyright 2025, DCS Computing GmbH.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(false);
});
</script>
</body>
</html>
================================================
FILE: doc/_build/html/IOModel.html
================================================
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IOModel command — CFDEMcoupling 3.8.1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="CFDEMcoupling_Manual.html" class="icon icon-home"> CFDEMcoupling
</a>
<div class="version">
3.8.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<!-- Local TOC -->
<div class="local-toc"><ul>
<li><a class="reference internal" href="#">IOModel command</a><ul>
<li><a class="reference internal" href="#syntax">Syntax</a></li>
<li><a class="reference internal" href="#examples">Examples</a></li>
<li><a class="reference internal" href="#description">Description</a></li>
<li><a class="reference internal" href="#restrictions">Restrictions</a></li>
<li><a class="reference internal" href="#related-commands">Related commands</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="CFDEMcoupling_Manual.html">CFDEMcoupling</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="CFDEMcoupling_Manual.html" class="icon icon-home"></a> »</li>
<li>IOModel command</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section id="iomodel-command">
<span id="index-0"></span><h1>IOModel command<a class="headerlink" href="#iomodel-command" title="Permalink to this headline"></a></h1>
<section id="syntax">
<h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline"></a></h2>
<p>Defined in couplingProperties dictionary.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">IOModel</span> <span class="s2">"model"</span><span class="p">;</span>
</pre></div>
</div>
<ul class="simple">
<li><p>model = name of IO-model to be applied</p></li>
</ul>
</section>
<section id="examples">
<h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline"></a></h2>
<p>IOModel “off”;</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>This examples list might not be complete - please look for other models (IOModel_XY) in this documentation.</p>
</div>
</section>
<section id="description">
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline"></a></h2>
<p>The IO-model is the base class to write data (e.g. particle properties) to files within the CFD file-structure.</p>
</section>
<section id="restrictions">
<h2>Restrictions<a class="headerlink" href="#restrictions" title="Permalink to this headline"></a></h2>
<p>none.</p>
</section>
<section id="related-commands">
<h2>Related commands<a class="headerlink" href="#related-commands" title="Permalink to this headline"></a></h2>
<p><a class="reference internal" href="IOModel_basicIO.html"><span class="doc">basicIO</span></a>, <a class="reference internal" href="IOModel_noIO.html"><span class="doc">noIO</span></a>, <a class="reference internal" href="IOModel_sophIO.html"><span class="doc">sophIO</span></a>, <a class="reference internal" href="IOModel_trackIO.html"><span class="doc">trackIO</span></a></p>
<p><strong>Default:</strong> none.</p>
</section>
</section>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>© Copyright 2025, DCS Computing GmbH.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(false);
});
</script>
</body>
</html>
================================================
FILE: doc/_build/html/IOModel_basicIO.html
================================================
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IOModel_basicIO command — CFDEMcoupling 3.8.1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="CFDEMcoupling_Manual.html" class="icon icon-home"> CFDEMcoupling
</a>
<div class="version">
3.8.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<!-- Local TOC -->
<div class="local-toc"><ul>
<li><a class="reference internal" href="#">IOModel_basicIO command</a><ul>
<li><a class="reference internal" href="#syntax">Syntax</a></li>
<li><a class="reference internal" href="#examples">Examples</a></li>
<li><a class="reference internal" href="#description">Description</a></li>
<li><a class="reference internal" href="#restrictions">Restrictions</a></li>
<li><a class="reference internal" href="#related-commands">Related commands</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="CFDEMcoupling_Manual.html">CFDEMcoupling</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="CFDEMcoupling_Manual.html" class="icon icon-home"></a> »</li>
<li>IOModel_basicIO command</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section id="iomodel-basicio-command">
<span id="index-0"></span><h1>IOModel_basicIO command<a class="headerlink" href="#iomodel-basicio-command" title="Permalink to this headline"></a></h1>
<section id="syntax">
<h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline"></a></h2>
<p>Defined in couplingProperties dictionary.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">IOModel</span> <span class="s2">"basicIO"</span><span class="p">;</span>
</pre></div>
</div>
</section>
<section id="examples">
<h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline"></a></h2>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">IOModel</span> <span class="s2">"basicIO"</span><span class="p">;</span>
</pre></div>
</div>
</section>
<section id="description">
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline"></a></h2>
<p>The basic IO-model writes particle positions velocities and radii to files. The default output directory ($casePath/CFD/proc*/time/lagrangian). Using the keyword “serialOutput;” in couplingProperties the IO is serial to the directory ($casePath/CFD/lagrangian). In the latter case only the data on processor 0 is written! Data is written every write time of the CFD simulation.</p>
</section>
<section id="restrictions">
<h2>Restrictions<a class="headerlink" href="#restrictions" title="Permalink to this headline"></a></h2>
<blockquote>
<div><p>None.</p>
</div></blockquote>
</section>
<section id="related-commands">
<h2>Related commands<a class="headerlink" href="#related-commands" title="Permalink to this headline"></a></h2>
<p><a class="reference internal" href="IOModel.html"><span class="doc">IOModel</span></a></p>
</section>
</section>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>© Copyright 2025, DCS Computing GmbH.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(false);
});
</script>
</body>
</html>
================================================
FILE: doc/_build/html/IOModel_noIO.html
================================================
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IOModel_noIO command — CFDEMcoupling 3.8.1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="CFDEMcoupling_Manual.html" class="icon icon-home"> CFDEMcoupling
</a>
<div class="version">
3.8.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<!-- Local TOC -->
<div class="local-toc"><ul>
<li><a class="reference internal" href="#">IOModel_noIO command</a><ul>
<li><a class="reference internal" href="#syntax">Syntax</a></li>
<li><a class="reference internal" href="#examples">Examples</a></li>
<li><a class="reference internal" href="#description">Description</a></li>
<li><a class="reference internal" href="#restrictions">Restrictions</a></li>
<li><a class="reference internal" href="#related-commands">Related commands</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="CFDEMcoupling_Manual.html">CFDEMcoupling</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="CFDEMcoupling_Manual.html" class="icon icon-home"></a> »</li>
<li>IOModel_noIO command</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section id="iomodel-noio-command">
<span id="index-0"></span><h1>IOModel_noIO command<a class="headerlink" href="#iomodel-noio-command" title="Permalink to this headline"></a></h1>
<section id="syntax">
<h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline"></a></h2>
<p>Defined in couplingProperties dictionary.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">IOModel</span> <span class="s2">"off"</span><span class="p">;</span>
</pre></div>
</div>
</section>
<section id="examples">
<h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline"></a></h2>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">IOModel</span> <span class="s2">"off"</span><span class="p">;</span>
</pre></div>
</div>
</section>
<section id="description">
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline"></a></h2>
<p>The noIO-model is a dummy IO model.</p>
</section>
<section id="restrictions">
<h2>Restrictions<a class="headerlink" href="#restrictions" title="Permalink to this headline"></a></h2>
<blockquote>
<div><p>None.</p>
</div></blockquote>
</section>
<section id="related-commands">
<h2>Related commands<a class="headerlink" href="#related-commands" title="Permalink to this headline"></a></h2>
<p><a class="reference internal" href="IOModel.html"><span class="doc">IOModel</span></a></p>
</section>
</section>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>© Copyright 2025, DCS Computing GmbH.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(false);
});
</script>
</body>
</html>
================================================
FILE: doc/_build/html/IOModel_sophIO.html
================================================
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IOModel_sophIO command — CFDEMcoupling 3.8.1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="CFDEMcoupling_Manual.html" class="icon icon-home"> CFDEMcoupling
</a>
<div class="version">
3.8.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<!-- Local TOC -->
<div class="local-toc"><ul>
<li><a class="reference internal" href="#">IOModel_sophIO command</a><ul>
<li><a class="reference internal" href="#syntax">Syntax</a></li>
<li><a class="reference internal" href="#examples">Examples</a></li>
<li><a class="reference internal" href="#description">Description</a></li>
<li><a class="reference internal" href="#restrictions">Restrictions</a></li>
<li><a class="reference internal" href="#related-commands">Related commands</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="CFDEMcoupling_Manual.html">CFDEMcoupling</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
gitextract_he7ocjci/
├── .gitignore
├── COPYING
├── DISCLAIMER
├── README.md
├── applications/
│ ├── solvers/
│ │ ├── cfdemSolverIB/
│ │ │ ├── Make/
│ │ │ │ ├── files
│ │ │ │ └── options
│ │ │ ├── cfdemSolverIB.C
│ │ │ └── createFields.H
│ │ ├── cfdemSolverPiso/
│ │ │ ├── Make/
│ │ │ │ ├── files
│ │ │ │ └── options
│ │ │ ├── cfdemSolverPiso.C
│ │ │ └── createFields.H
│ │ ├── cfdemSolverPisoSTM/
│ │ │ ├── Make/
│ │ │ │ ├── files
│ │ │ │ └── options
│ │ │ ├── cfdemSolverPisoSTM.C
│ │ │ └── createFields.H
│ │ └── cfdemSolverPisoScalar/
│ │ ├── Make/
│ │ │ ├── files
│ │ │ └── options
│ │ ├── cfdemSolverPisoScalar.C
│ │ └── createFields.H
│ └── utilities/
│ ├── cfdemPostproc/
│ │ ├── Make/
│ │ │ ├── files
│ │ │ └── options
│ │ ├── cfdemPostproc.C
│ │ └── createFields.H
│ ├── vizClock/
│ │ ├── matPlot.py
│ │ └── timeEvalFull.txt
│ └── writeUfluid/
│ ├── Make/
│ │ ├── files
│ │ └── options
│ ├── createFields.H
│ ├── particleTrackProperties
│ └── writeUfluid.C
├── doc/
│ ├── _build/
│ │ ├── doctrees/
│ │ │ ├── CFDEMcoupling_Manual.doctree
│ │ │ ├── IOModel.doctree
│ │ │ ├── IOModel_basicIO.doctree
│ │ │ ├── IOModel_noIO.doctree
│ │ │ ├── IOModel_sophIO.doctree
│ │ │ ├── IOModel_trackIO.doctree
│ │ │ ├── averagingModel.doctree
│ │ │ ├── averagingModel_dense.doctree
│ │ │ ├── averagingModel_dilute.doctree
│ │ │ ├── cfdemSolverIB.doctree
│ │ │ ├── cfdemSolverPiso.doctree
│ │ │ ├── cfdemSolverPisoSTM.doctree
│ │ │ ├── cfdemSolverPisoScalar.doctree
│ │ │ ├── clockModel.doctree
│ │ │ ├── clockModel_noClock.doctree
│ │ │ ├── clockModel_standardClock.doctree
│ │ │ ├── dataExchangeModel.doctree
│ │ │ ├── dataExchangeModel_noDataExchange.doctree
│ │ │ ├── dataExchangeModel_oneWayVTK.doctree
│ │ │ ├── dataExchangeModel_twoWayFiles.doctree
│ │ │ ├── dataExchangeModel_twoWayMPI.doctree
│ │ │ ├── environment.pickle
│ │ │ ├── fix_couple_cfd.doctree
│ │ │ ├── fix_couple_cfd_force.doctree
│ │ │ ├── forceModel.doctree
│ │ │ ├── forceModel_Archimedes.doctree
│ │ │ ├── forceModel_ArchimedesIB.doctree
│ │ │ ├── forceModel_DiFeliceDrag.doctree
│ │ │ ├── forceModel_GidaspowDrag.doctree
│ │ │ ├── forceModel_KochHillDrag.doctree
│ │ │ ├── forceModel_LaEuScalarTemp.doctree
│ │ │ ├── forceModel_MeiLift.doctree
│ │ │ ├── forceModel_SchillerNaumannDrag.doctree
│ │ │ ├── forceModel_ShirgaonkarIB.doctree
│ │ │ ├── forceModel_checkCouplingInterval.doctree
│ │ │ ├── forceModel_fieldStore.doctree
│ │ │ ├── forceModel_fieldTimeAverage.doctree
│ │ │ ├── forceModel_gradPForce.doctree
│ │ │ ├── forceModel_noDrag.doctree
│ │ │ ├── forceModel_particleCellVolume.doctree
│ │ │ ├── forceModel_particleVolume.doctree
│ │ │ ├── forceModel_periodicPressure.doctree
│ │ │ ├── forceModel_scalarGeneralExchange.doctree
│ │ │ ├── forceModel_virtualMassForce.doctree
│ │ │ ├── forceModel_viscForce.doctree
│ │ │ ├── forceModel_volWeightedAverage.doctree
│ │ │ ├── forceSubModel.doctree
│ │ │ ├── forceSubModel_ImEx.doctree
│ │ │ ├── fvOptions.doctree
│ │ │ ├── fvOptions_meanSupVelocityForce.doctree
│ │ │ ├── liggghtsCommandModel.doctree
│ │ │ ├── liggghtsCommandModel_execute.doctree
│ │ │ ├── liggghtsCommandModel_readLiggghtsData.doctree
│ │ │ ├── liggghtsCommandModel_runLiggghts.doctree
│ │ │ ├── liggghtsCommandModel_setDEMGravity.doctree
│ │ │ ├── liggghtsCommandModel_writeLiggghts.doctree
│ │ │ ├── locateModel.doctree
│ │ │ ├── locateModel_engineSearch.doctree
│ │ │ ├── locateModel_engineSearchIB.doctree
│ │ │ ├── locateModel_standardSearch.doctree
│ │ │ ├── meshMotionModel.doctree
│ │ │ ├── meshMotionModel_noMeshMotion.doctree
│ │ │ ├── momCoupleModel.doctree
│ │ │ ├── momCoupleModel_explicitCouple.doctree
│ │ │ ├── momCoupleModel_implicitCouple.doctree
│ │ │ ├── momCoupleModel_noCouple.doctree
│ │ │ ├── probeModel.doctree
│ │ │ ├── probeModel_noProbe.doctree
│ │ │ ├── probeModel_particleProbe.doctree
│ │ │ ├── scalarTransportModel.doctree
│ │ │ ├── scalarTransportModel_generalManual.doctree
│ │ │ ├── smoothingModel.doctree
│ │ │ ├── smoothingModel_constDiffSmoothing.doctree
│ │ │ ├── smoothingModel_noSmoothing.doctree
│ │ │ ├── voidFractionModel.doctree
│ │ │ ├── voidFractionModel_GaussVoidFraction.doctree
│ │ │ ├── voidFractionModel_IBVoidFraction.doctree
│ │ │ ├── voidFractionModel_bigParticleVoidFraction.doctree
│ │ │ ├── voidFractionModel_centreVoidFraction.doctree
│ │ │ ├── voidFractionModel_dividedVoidFraction.doctree
│ │ │ ├── voidFractionModel_noVoidFraction.doctree
│ │ │ └── voidFractionModel_trilinearVoidFraction.doctree
│ │ └── html/
│ │ ├── .buildinfo
│ │ ├── CFDEMcoupling_Manual.html
│ │ ├── IOModel.html
│ │ ├── IOModel_basicIO.html
│ │ ├── IOModel_noIO.html
│ │ ├── IOModel_sophIO.html
│ │ ├── IOModel_trackIO.html
│ │ ├── _static/
│ │ │ ├── basic.css
│ │ │ ├── css/
│ │ │ │ ├── badge_only.css
│ │ │ │ ├── theme.css
│ │ │ │ └── theme_CFDEMcoupling.css
│ │ │ ├── doctools.js
│ │ │ ├── documentation_options.js
│ │ │ ├── jquery.js
│ │ │ ├── js/
│ │ │ │ └── theme.js
│ │ │ ├── language_data.js
│ │ │ ├── pygments.css
│ │ │ ├── searchtools.js
│ │ │ └── underscore.js
│ │ ├── averagingModel.html
│ │ ├── averagingModel_dense.html
│ │ ├── averagingModel_dilute.html
│ │ ├── cfdemSolverIB.html
│ │ ├── cfdemSolverPiso.html
│ │ ├── cfdemSolverPisoSTM.html
│ │ ├── cfdemSolverPisoScalar.html
│ │ ├── clockModel.html
│ │ ├── clockModel_noClock.html
│ │ ├── clockModel_standardClock.html
│ │ ├── dataExchangeModel.html
│ │ ├── dataExchangeModel_noDataExchange.html
│ │ ├── dataExchangeModel_oneWayVTK.html
│ │ ├── dataExchangeModel_twoWayFiles.html
│ │ ├── dataExchangeModel_twoWayMPI.html
│ │ ├── fix_couple_cfd.html
│ │ ├── fix_couple_cfd_force.html
│ │ ├── forceModel.html
│ │ ├── forceModel_Archimedes.html
│ │ ├── forceModel_ArchimedesIB.html
│ │ ├── forceModel_DiFeliceDrag.html
│ │ ├── forceModel_GidaspowDrag.html
│ │ ├── forceModel_KochHillDrag.html
│ │ ├── forceModel_LaEuScalarTemp.html
│ │ ├── forceModel_MeiLift.html
│ │ ├── forceModel_SchillerNaumannDrag.html
│ │ ├── forceModel_ShirgaonkarIB.html
│ │ ├── forceModel_checkCouplingInterval.html
│ │ ├── forceModel_fieldStore.html
│ │ ├── forceModel_fieldTimeAverage.html
│ │ ├── forceModel_gradPForce.html
│ │ ├── forceModel_noDrag.html
│ │ ├── forceModel_particleCellVolume.html
│ │ ├── forceModel_particleVolume.html
│ │ ├── forceModel_periodicPressure.html
│ │ ├── forceModel_scalarGeneralExchange.html
│ │ ├── forceModel_virtualMassForce.html
│ │ ├── forceModel_viscForce.html
│ │ ├── forceModel_volWeightedAverage.html
│ │ ├── forceSubModel.html
│ │ ├── forceSubModel_ImEx.html
│ │ ├── fvOptions.html
│ │ ├── fvOptions_meanSupVelocityForce.html
│ │ ├── genindex.html
│ │ ├── liggghtsCommandModel.html
│ │ ├── liggghtsCommandModel_execute.html
│ │ ├── liggghtsCommandModel_readLiggghtsData.html
│ │ ├── liggghtsCommandModel_runLiggghts.html
│ │ ├── liggghtsCommandModel_setDEMGravity.html
│ │ ├── liggghtsCommandModel_writeLiggghts.html
│ │ ├── locateModel.html
│ │ ├── locateModel_engineSearch.html
│ │ ├── locateModel_engineSearchIB.html
│ │ ├── locateModel_standardSearch.html
│ │ ├── meshMotionModel.html
│ │ ├── meshMotionModel_noMeshMotion.html
│ │ ├── momCoupleModel.html
│ │ ├── momCoupleModel_explicitCouple.html
│ │ ├── momCoupleModel_implicitCouple.html
│ │ ├── momCoupleModel_noCouple.html
│ │ ├── objects.inv
│ │ ├── probeModel.html
│ │ ├── probeModel_noProbe.html
│ │ ├── probeModel_particleProbe.html
│ │ ├── scalarTransportModel.html
│ │ ├── scalarTransportModel_generalManual.html
│ │ ├── search.html
│ │ ├── searchindex.js
│ │ ├── smoothingModel.html
│ │ ├── smoothingModel_constDiffSmoothing.html
│ │ ├── smoothingModel_noSmoothing.html
│ │ ├── voidFractionModel.html
│ │ ├── voidFractionModel_GaussVoidFraction.html
│ │ ├── voidFractionModel_IBVoidFraction.html
│ │ ├── voidFractionModel_bigParticleVoidFraction.html
│ │ ├── voidFractionModel_centreVoidFraction.html
│ │ ├── voidFractionModel_dividedVoidFraction.html
│ │ ├── voidFractionModel_noVoidFraction.html
│ │ └── voidFractionModel_trilinearVoidFraction.html
│ ├── _static/
│ │ └── css/
│ │ └── theme_CFDEMcoupling.css
│ ├── release-notes-PUBLIC-3.8.0.txt
│ └── release-notes-PUBLIC-3.8.1.txt
├── src/
│ ├── eulerian/
│ │ ├── fvOptionsCFDEM/
│ │ │ ├── Make/
│ │ │ │ ├── files
│ │ │ │ └── options
│ │ │ └── sources/
│ │ │ └── derived/
│ │ │ └── meanSupVelocityForce/
│ │ │ ├── meanSupVelocityForce.C
│ │ │ └── meanSupVelocityForce.H
│ │ └── scalarTransportModelsCFDEM/
│ │ ├── Make/
│ │ │ ├── files
│ │ │ └── options
│ │ ├── eulerianScalarField/
│ │ │ ├── eulerianScalarField.C
│ │ │ ├── eulerianScalarField.H
│ │ │ └── newEulerianScalarField.C
│ │ ├── generalManual/
│ │ │ ├── generalManual.C
│ │ │ └── generalManual.H
│ │ ├── generalPhaseChange/
│ │ │ ├── generalPhaseChange.C
│ │ │ └── generalPhaseChange.H
│ │ ├── noTransport/
│ │ │ ├── noTransport.C
│ │ │ └── noTransport.H
│ │ ├── phaseChangeModel/
│ │ │ ├── newPhaseChangeModel.C
│ │ │ ├── phaseChangeModel.C
│ │ │ └── phaseChangeModel.H
│ │ ├── scalarTransportModel/
│ │ │ ├── newScalarTransportModel.C
│ │ │ ├── scalarTransportModel.C
│ │ │ └── scalarTransportModel.H
│ │ └── temperatureModel/
│ │ ├── temperatureModel.C
│ │ └── temperatureModel.H
│ ├── lagrangian/
│ │ └── cfdemParticle/
│ │ ├── Make/
│ │ │ ├── files
│ │ │ └── options
│ │ ├── cfdTools/
│ │ │ ├── IOtools/
│ │ │ │ └── json/
│ │ │ │ ├── json.C
│ │ │ │ └── json.H
│ │ │ ├── checkImCoupleM.H
│ │ │ ├── checkImExCoupleM.H
│ │ │ ├── checkModelType.H
│ │ │ ├── compressibleContinuityErrsPU.H
│ │ │ ├── constructCFDEMcloud.H
│ │ │ ├── continuityErrorPhiPU.H
│ │ │ ├── continuityErrorPhiVoidfraction.H
│ │ │ ├── couplingForceError.H
│ │ │ ├── createCFDEMFields.H
│ │ │ ├── createFieldsAddOn.H
│ │ │ ├── debugInfo.H
│ │ │ ├── declareCFDEMcloud.H
│ │ │ ├── fixedFluxPressureHandling.H
│ │ │ ├── forceCheckEx.H
│ │ │ ├── forceCheckIm.H
│ │ │ ├── forceCheckImEx.H
│ │ │ ├── global.C
│ │ │ ├── global.H
│ │ │ ├── mathExtra.H
│ │ │ ├── newGlobal.C
│ │ │ ├── readPISOControls_OF30.H
│ │ │ ├── resetInterpolators/
│ │ │ │ ├── resetAlphaInterpolator.H
│ │ │ │ ├── resetDDtUInterpolator.H
│ │ │ │ ├── resetDSauterInterpolator.H
│ │ │ │ ├── resetDivTauInterpolator.H
│ │ │ │ ├── resetFluidScalarFieldInterpolator.H
│ │ │ │ ├── resetGInterpolator.H
│ │ │ │ ├── resetGradAlphaInterpolator.H
│ │ │ │ ├── resetGradPInterpolator.H
│ │ │ │ ├── resetGradPsolidInterpolator.H
│ │ │ │ ├── resetGradUInterpolator.H
│ │ │ │ ├── resetGradVoidfractionInterpolator.H
│ │ │ │ ├── resetPhiP1Interpolator.H
│ │ │ │ ├── resetPhiP2Interpolator.H
│ │ │ │ ├── resetRhoInterpolator.H
│ │ │ │ ├── resetShearRateInterpolator.H
│ │ │ │ ├── resetTInterpolator.H
│ │ │ │ ├── resetUInterpolator.H
│ │ │ │ ├── resetUp1Interpolator.H
│ │ │ │ ├── resetUp2Interpolator.H
│ │ │ │ ├── resetUsInterpolator.H
│ │ │ │ ├── resetVoidfractionInterpolator.H
│ │ │ │ └── resetVorticityInterpolator.H
│ │ │ ├── sanityChecks/
│ │ │ │ ├── level0_Cloud.H
│ │ │ │ └── level0_Solver.H
│ │ │ ├── setupProbeModel.H
│ │ │ ├── setupProbeModelfields.H
│ │ │ └── versionInfo.H
│ │ ├── cfdemCloud/
│ │ │ ├── cfdemCloud.C
│ │ │ ├── cfdemCloud.H
│ │ │ ├── cfdemCloudI.H
│ │ │ └── cfdemCloudIO.C
│ │ ├── derived/
│ │ │ └── cfdemCloudIB/
│ │ │ ├── cfdemCloudIB.C
│ │ │ └── cfdemCloudIB.H
│ │ ├── etc/
│ │ │ ├── OFVersionChange/
│ │ │ │ ├── changeDictionaryDicts/
│ │ │ │ │ ├── changeDictionaryDict_2.4.x
│ │ │ │ │ └── changeDictionaryDict_3.0.x
│ │ │ │ └── shellScripts/
│ │ │ │ ├── activateVersion.sh
│ │ │ │ ├── cfdemChangeTutOFversion.sh
│ │ │ │ ├── cfdemChangeTutOFversion_all.sh
│ │ │ │ ├── commentOut.sh
│ │ │ │ ├── integratorAndCouplingStyleChange.sh
│ │ │ │ └── unComment.sh
│ │ │ ├── OFversion/
│ │ │ │ └── OFversion.H
│ │ │ ├── addLibs_universal/
│ │ │ │ ├── additionalLibs_2.4.x
│ │ │ │ ├── additionalLibs_3.0.x
│ │ │ │ ├── additionalLibs_3.2
│ │ │ │ ├── additionalLibs_4.x
│ │ │ │ ├── additionalLibs_5.x
│ │ │ │ ├── additionalLibs_6
│ │ │ │ ├── additionalLibs_solver
│ │ │ │ ├── additionalLibs_superquadric
│ │ │ │ ├── additionalLibs_v1606+
│ │ │ │ └── additionalLibs_v1612+
│ │ │ ├── bashrc
│ │ │ ├── cfdemSystemTest.sh
│ │ │ ├── cleanCFDEMcoupling.sh
│ │ │ ├── compileCFDEMcoupling.sh
│ │ │ ├── compileCFDEMcoupling_all.sh
│ │ │ ├── compileCFDEMcoupling_sol.sh
│ │ │ ├── compileCFDEMcoupling_src.sh
│ │ │ ├── compileCFDEMcoupling_uti.sh
│ │ │ ├── compileLIGGGHTS.sh
│ │ │ ├── compileLIGGGHTS_dataExchLib.sh
│ │ │ ├── compileLIGGGHTS_lib.sh
│ │ │ ├── compileLIGGGHTS_noClean.sh
│ │ │ ├── controlDict_cgs_2.1.x
│ │ │ ├── controlDict_cgs_2.2.x
│ │ │ ├── cshrc
│ │ │ ├── functions.sh
│ │ │ ├── library-liggghts-list.txt
│ │ │ ├── library-list.txt
│ │ │ ├── package-liggghts-list.txt
│ │ │ ├── package-undo-liggghts-list.txt
│ │ │ ├── pullLIGGGHTS.sh
│ │ │ ├── solver-list.txt
│ │ │ ├── testTutorials.sh
│ │ │ ├── tutorial-list.txt
│ │ │ └── utilities-list.txt
│ │ └── subModels/
│ │ ├── IOModel/
│ │ │ ├── IOModel/
│ │ │ │ ├── IOModel.C
│ │ │ │ ├── IOModel.H
│ │ │ │ └── newIOModel.C
│ │ │ ├── basicIO/
│ │ │ │ ├── basicIO.C
│ │ │ │ └── basicIO.H
│ │ │ ├── noIO/
│ │ │ │ ├── noIO.C
│ │ │ │ └── noIO.H
│ │ │ ├── sophIO/
│ │ │ │ ├── sophIO.C
│ │ │ │ └── sophIO.H
│ │ │ └── trackIO/
│ │ │ ├── trackIO.C
│ │ │ └── trackIO.H
│ │ ├── averagingModel/
│ │ │ ├── averagingModel/
│ │ │ │ ├── averagingModel.C
│ │ │ │ ├── averagingModel.H
│ │ │ │ └── newAveragingModel.C
│ │ │ ├── dense/
│ │ │ │ ├── dense.C
│ │ │ │ └── dense.H
│ │ │ └── dilute/
│ │ │ ├── dilute.C
│ │ │ └── dilute.H
│ │ ├── clockModel/
│ │ │ ├── clockModel/
│ │ │ │ ├── clockModel.C
│ │ │ │ ├── clockModel.H
│ │ │ │ └── newClockModel.C
│ │ │ ├── noClock/
│ │ │ │ ├── noClock.C
│ │ │ │ └── noClock.H
│ │ │ └── standardClock/
│ │ │ ├── standardClock.C
│ │ │ └── standardClock.H
│ │ ├── dataExchangeModel/
│ │ │ ├── dataExchangeModel/
│ │ │ │ ├── dataExchangeModel.C
│ │ │ │ ├── dataExchangeModel.H
│ │ │ │ └── newDataExchangeModel.C
│ │ │ ├── noDataExchange/
│ │ │ │ ├── noDataExchange.C
│ │ │ │ └── noDataExchange.H
│ │ │ ├── oneWayVTK/
│ │ │ │ ├── oneWayVTK.C
│ │ │ │ └── oneWayVTK.H
│ │ │ ├── twoWayFiles/
│ │ │ │ ├── twoWayFiles.C
│ │ │ │ └── twoWayFiles.H
│ │ │ └── twoWayMPI/
│ │ │ ├── twoWayMPI.C
│ │ │ └── twoWayMPI.H
│ │ ├── forceModel/
│ │ │ ├── Archimedes/
│ │ │ │ ├── Archimedes.C
│ │ │ │ └── Archimedes.H
│ │ │ ├── ArchimedesIB/
│ │ │ │ ├── ArchimedesIB.C
│ │ │ │ └── ArchimedesIB.H
│ │ │ ├── DiFeliceDrag/
│ │ │ │ ├── DiFeliceDrag.C
│ │ │ │ └── DiFeliceDrag.H
│ │ │ ├── GidaspowDrag/
│ │ │ │ ├── GidaspowDrag.C
│ │ │ │ └── GidaspowDrag.H
│ │ │ ├── KochHillDrag/
│ │ │ │ ├── KochHillDrag.C
│ │ │ │ └── KochHillDrag.H
│ │ │ ├── LaEuScalarTemp/
│ │ │ │ ├── LaEuScalarTemp.C
│ │ │ │ └── LaEuScalarTemp.H
│ │ │ ├── MeiLift/
│ │ │ │ ├── MeiLift.C
│ │ │ │ └── MeiLift.H
│ │ │ ├── SchillerNaumannDrag/
│ │ │ │ ├── SchillerNaumannDrag.C
│ │ │ │ └── SchillerNaumannDrag.H
│ │ │ ├── ShirgaonkarIB/
│ │ │ │ ├── ShirgaonkarIB.C
│ │ │ │ └── ShirgaonkarIB.H
│ │ │ ├── checkCouplingInterval/
│ │ │ │ ├── checkCouplingInterval.C
│ │ │ │ └── checkCouplingInterval.H
│ │ │ ├── fieldStore/
│ │ │ │ ├── fieldStore.C
│ │ │ │ └── fieldStore.H
│ │ │ ├── fieldTimeAverage/
│ │ │ │ ├── fieldTimeAverage.C
│ │ │ │ └── fieldTimeAverage.H
│ │ │ ├── forceModel/
│ │ │ │ ├── forceModel.C
│ │ │ │ ├── forceModel.H
│ │ │ │ └── newForceModel.C
│ │ │ ├── forceSubModels/
│ │ │ │ ├── ImEx/
│ │ │ │ │ ├── ImEx.C
│ │ │ │ │ └── ImEx.H
│ │ │ │ └── forceSubModel/
│ │ │ │ ├── forceSubModel.C
│ │ │ │ ├── forceSubModel.H
│ │ │ │ └── newForceSubModel.C
│ │ │ ├── gradPForce/
│ │ │ │ ├── gradPForce.C
│ │ │ │ └── gradPForce.H
│ │ │ ├── noDrag/
│ │ │ │ ├── noDrag.C
│ │ │ │ └── noDrag.H
│ │ │ ├── particleCellVolume/
│ │ │ │ ├── particleCellVolume.C
│ │ │ │ └── particleCellVolume.H
│ │ │ ├── particleVolume/
│ │ │ │ ├── particleVolume.C
│ │ │ │ └── particleVolume.H
│ │ │ ├── scalarGeneralExchange/
│ │ │ │ ├── scalarGeneralExchange.C
│ │ │ │ └── scalarGeneralExchange.H
│ │ │ ├── virtualMassForce/
│ │ │ │ ├── virtualMassForce.C
│ │ │ │ └── virtualMassForce.H
│ │ │ ├── viscForce/
│ │ │ │ ├── viscForce.C
│ │ │ │ └── viscForce.H
│ │ │ └── volWeightedAverage/
│ │ │ ├── volWeightedAverage.C
│ │ │ └── volWeightedAverage.H
│ │ ├── liggghtsCommandModel/
│ │ │ ├── execute/
│ │ │ │ ├── execute.C
│ │ │ │ └── execute.H
│ │ │ ├── liggghtsCommandModel/
│ │ │ │ ├── liggghtsCommandModel.C
│ │ │ │ ├── liggghtsCommandModel.H
│ │ │ │ └── newLiggghtsCommandModel.C
│ │ │ ├── readLiggghtsData/
│ │ │ │ ├── readLiggghtsData.C
│ │ │ │ └── readLiggghtsData.H
│ │ │ ├── runLiggghts/
│ │ │ │ ├── runLiggghts.C
│ │ │ │ └── runLiggghts.H
│ │ │ ├── setDEMGravity/
│ │ │ │ ├── setDEMGravity.C
│ │ │ │ └── setDEMGravity.H
│ │ │ └── writeLiggghts/
│ │ │ ├── writeLiggghts.C
│ │ │ └── writeLiggghts.H
│ │ ├── locateModel/
│ │ │ ├── engineSearch/
│ │ │ │ ├── engineSearch.C
│ │ │ │ └── engineSearch.H
│ │ │ ├── engineSearchIB/
│ │ │ │ ├── engineSearchIB.C
│ │ │ │ └── engineSearchIB.H
│ │ │ ├── locateModel/
│ │ │ │ ├── locateModel.C
│ │ │ │ ├── locateModel.H
│ │ │ │ └── newLocateModel.C
│ │ │ └── standardSearch/
│ │ │ ├── standardSearch.C
│ │ │ └── standardSearch.H
│ │ ├── meshMotionModel/
│ │ │ ├── meshMotionModel/
│ │ │ │ ├── meshMotionModel.C
│ │ │ │ ├── meshMotionModel.H
│ │ │ │ └── newMeshMotionModel.C
│ │ │ └── noMeshMotion/
│ │ │ ├── noMeshMotion.C
│ │ │ └── noMeshMotion.H
│ │ ├── momCoupleModel/
│ │ │ ├── explicitCouple/
│ │ │ │ ├── explicitCouple.C
│ │ │ │ └── explicitCouple.H
│ │ │ ├── implicitCouple/
│ │ │ │ ├── implicitCouple.C
│ │ │ │ └── implicitCouple.H
│ │ │ ├── momCoupleModel/
│ │ │ │ ├── momCoupleModel.C
│ │ │ │ ├── momCoupleModel.H
│ │ │ │ └── newMomCoupleModel.C
│ │ │ └── noCouple/
│ │ │ ├── noCouple.C
│ │ │ └── noCouple.H
│ │ ├── probeModel/
│ │ │ ├── noProbe/
│ │ │ │ ├── noProbe.C
│ │ │ │ └── noProbe.H
│ │ │ ├── particleProbe/
│ │ │ │ ├── particleProbe.C
│ │ │ │ └── particleProbe.H
│ │ │ └── probeModel/
│ │ │ ├── newProbeModel.C
│ │ │ ├── probeModel.C
│ │ │ └── probeModel.H
│ │ ├── registryModel/
│ │ │ ├── defaultRegistry/
│ │ │ │ ├── defaultRegistry.C
│ │ │ │ └── defaultRegistry.H
│ │ │ └── registryModel/
│ │ │ ├── newRegistryModel.C
│ │ │ ├── registryModel.C
│ │ │ └── registryModel.H
│ │ ├── smoothingModel/
│ │ │ ├── constDiffSmoothing/
│ │ │ │ ├── constDiffSmoothing.C
│ │ │ │ └── constDiffSmoothing.H
│ │ │ ├── noSmoothing/
│ │ │ │ ├── noSmoothing.C
│ │ │ │ └── noSmoothing.H
│ │ │ └── smoothingModel/
│ │ │ ├── newSmoothingModel.C
│ │ │ ├── smoothingModel.C
│ │ │ └── smoothingModel.H
│ │ └── voidFractionModel/
│ │ ├── GaussVoidFraction/
│ │ │ ├── GaussVoidFraction.C
│ │ │ └── GaussVoidFraction.H
│ │ ├── IBVoidFraction/
│ │ │ ├── IBVoidFraction.C
│ │ │ └── IBVoidFraction.H
│ │ ├── bigParticleVoidFraction/
│ │ │ ├── bigParticleVoidFraction.C
│ │ │ └── bigParticleVoidFraction.H
│ │ ├── centreVoidFraction/
│ │ │ ├── centreVoidFraction.C
│ │ │ └── centreVoidFraction.H
│ │ ├── dividedVoidFraction/
│ │ │ ├── dividedVoidFraction.C
│ │ │ ├── dividedVoidFraction.H
│ │ │ └── setWeightedSource.H
│ │ ├── noVoidFraction/
│ │ │ ├── noVoidFraction.C
│ │ │ └── noVoidFraction.H
│ │ ├── trilinearVoidFraction/
│ │ │ ├── trilinearVoidFraction.C
│ │ │ └── trilinearVoidFraction.H
│ │ └── voidFractionModel/
│ │ ├── newVoidFractionModel.C
│ │ ├── voidFractionModel.C
│ │ └── voidFractionModel.H
│ └── version_CFDEMcoupling_branch.txt
└── tutorials/
├── ParScale/
│ └── cfdemSolverPisoSTM/
│ └── packedBedTempParScale/
│ ├── Allrun.sh
│ ├── CFD/
│ │ ├── 0/
│ │ │ ├── Ksl
│ │ │ ├── T
│ │ │ ├── TSource
│ │ │ ├── U
│ │ │ ├── Us
│ │ │ ├── epsilon
│ │ │ ├── k
│ │ │ ├── nut
│ │ │ ├── p
│ │ │ ├── rho
│ │ │ └── voidfraction
│ │ ├── constant/
│ │ │ ├── RASProperties
│ │ │ ├── couplingProperties
│ │ │ ├── g
│ │ │ ├── liggghtsCommands
│ │ │ ├── scalarTransportProperties
│ │ │ ├── transportProperties
│ │ │ └── turbulenceProperties
│ │ ├── octave/
│ │ │ └── totalPressureDropAndNusselt.m
│ │ ├── pascal/
│ │ │ ├── 0/
│ │ │ │ ├── heat.json
│ │ │ │ └── radius.json
│ │ │ ├── genPascalInput.m
│ │ │ ├── in.pascal
│ │ │ └── settings/
│ │ │ ├── coupling_liggghts.json
│ │ │ ├── integrator.json
│ │ │ ├── model_heatCapacity_solid.json
│ │ │ ├── model_heatDensity_solid.json
│ │ │ ├── model_heatThermalConductivity_solid.json
│ │ │ └── verbose.json
│ │ ├── settings/
│ │ │ └── parscale.json
│ │ └── system/
│ │ ├── blockMeshDict
│ │ ├── controlDict
│ │ ├── controlDict.foam
│ │ ├── decomposeParDict
│ │ ├── fvSchemes
│ │ ├── fvSolution
│ │ ├── libsAndFunctionsOF3x
│ │ ├── libsAndFunctionsOF4x
│ │ └── libsAndFunctionsOF5x
│ ├── DEM/
│ │ ├── in.liggghts_init
│ │ └── in.liggghts_run
│ ├── cleanCase.sh
│ ├── parCFDDEMrun.sh
│ └── parDEMrun.sh
├── cfdemPostproc/
│ └── fillCylinder/
│ ├── Allrun.sh
│ ├── CFD/
│ │ ├── 0/
│ │ │ └── dummy
│ │ ├── constant/
│ │ │ ├── RASProperties
│ │ │ ├── couplingProperties
│ │ │ ├── liggghtsCommands
│ │ │ ├── transportProperties
│ │ │ └── turbulenceProperties
│ │ └── system/
│ │ ├── blockMeshDict
│ │ ├── controlDict
│ │ ├── controlDict.foam
│ │ ├── fvSchemes
│ │ └── fvSolution
│ └── DEM/
│ └── in.liggghts_init
├── cfdemSolverIB/
│ └── twoSpheresGlowinskiMPI/
│ ├── Allrun.sh
│ ├── CFD/
│ │ ├── 0/
│ │ │ ├── U
│ │ │ ├── Us
│ │ │ ├── p
│ │ │ ├── phiIB
│ │ │ └── voidfraction
│ │ ├── constant/
│ │ │ ├── RASProperties
│ │ │ ├── couplingProperties
│ │ │ ├── dynamicMeshDict
│ │ │ ├── g
│ │ │ ├── liggghtsCommands
│ │ │ ├── transportProperties
│ │ │ └── turbulenceProperties
│ │ ├── octave/
│ │ │ ├── coord_pos.mat
│ │ │ ├── coord_vel.mat
│ │ │ └── postproc.m
│ │ └── system/
│ │ ├── blockMeshDict
│ │ ├── controlDict
│ │ ├── controlDict.foam
│ │ ├── decomposeParDict
│ │ ├── fvSchemes
│ │ └── fvSolution
│ ├── DEM/
│ │ └── in.liggghts_run
│ └── parCFDDEMrun.sh
├── cfdemSolverPiso/
│ ├── ErgunTestMPI/
│ │ ├── Allrun.sh
│ │ ├── CFD/
│ │ │ ├── 0/
│ │ │ │ ├── Ksl
│ │ │ │ ├── U
│ │ │ │ ├── Us
│ │ │ │ ├── epsilon
│ │ │ │ ├── k
│ │ │ │ ├── nut
│ │ │ │ ├── p
│ │ │ │ ├── rho
│ │ │ │ └── voidfraction
│ │ │ ├── constant/
│ │ │ │ ├── RASProperties
│ │ │ │ ├── couplingProperties
│ │ │ │ ├── g
│ │ │ │ ├── liggghtsCommands
│ │ │ │ ├── transportProperties
│ │ │ │ └── turbulenceProperties
│ │ │ ├── octave/
│ │ │ │ ├── loaddata.m
│ │ │ │ └── totalPressureDrop.m
│ │ │ ├── steps_0p1s
│ │ │ └── system/
│ │ │ ├── blockMeshDict
│ │ │ ├── controlDict
│ │ │ ├── controlDict.foam
│ │ │ ├── decomposeParDict
│ │ │ ├── funkySetFieldsDict
│ │ │ ├── fvSchemes
│ │ │ └── fvSolution
│ │ ├── DEM/
│ │ │ ├── in.liggghts_init
│ │ │ └── in.liggghts_run
│ │ ├── parCFDDEMrun.sh
│ │ └── parDEMrun.sh
│ ├── ErgunTestMPI_cgs/
│ │ ├── Allrun.sh
│ │ ├── CFD/
│ │ │ ├── 0/
│ │ │ │ ├── Ksl
│ │ │ │ ├── U
│ │ │ │ ├── Us
│ │ │ │ ├── p
│ │ │ │ ├── rho
│ │ │ │ └── voidfraction
│ │ │ ├── constant/
│ │ │ │ ├── RASProperties
│ │ │ │ ├── couplingProperties
│ │ │ │ ├── g
│ │ │ │ ├── liggghtsCommands
│ │ │ │ ├── transportProperties
│ │ │ │ └── turbulenceProperties
│ │ │ ├── octave/
│ │ │ │ ├── loaddata.m
│ │ │ │ └── totalPressureDrop.m
│ │ │ ├── steps_0p1s
│ │ │ └── system/
│ │ │ ├── blockMeshDict
│ │ │ ├── controlDict
│ │ │ ├── controlDict.foam
│ │ │ ├── decomposeParDict
│ │ │ ├── funkySetFieldsDict
│ │ │ ├── fvSchemes
│ │ │ └── fvSolution
│ │ ├── DEM/
│ │ │ ├── in.liggghts_init
│ │ │ └── in.liggghts_run
│ │ ├── parCFDDEMrun.sh
│ │ └── parDEMrun.sh
│ ├── ErgunTestMPI_restart/
│ │ ├── Allrun.sh
│ │ ├── CFD/
│ │ │ ├── 0/
│ │ │ │ ├── Ksl
│ │ │ │ ├── U
│ │ │ │ ├── Us
│ │ │ │ ├── epsilon
│ │ │ │ ├── k
│ │ │ │ ├── nut
│ │ │ │ ├── p
│ │ │ │ ├── rho
│ │ │ │ └── voidfraction
│ │ │ ├── constant/
│ │ │ │ ├── RASProperties
│ │ │ │ ├── couplingProperties_restart
│ │ │ │ ├── couplingProperties_run
│ │ │ │ ├── g
│ │ │ │ ├── liggghtsCommands_restart
│ │ │ │ ├── liggghtsCommands_run
│ │ │ │ ├── transportProperties
│ │ │ │ └── turbulenceProperties
│ │ │ ├── octave/
│ │ │ │ ├── loaddata.m
│ │ │ │ └── totalPressureDrop.m
│ │ │ ├── steps_0p1s
│ │ │ └── system/
│ │ │ ├── blockMeshDict
│ │ │ ├── controlDict
│ │ │ ├── controlDict.foam
│ │ │ ├── controlDict_restart
│ │ │ ├── controlDict_run
│ │ │ ├── decomposeParDict
│ │ │ ├── funkySetFieldsDict
│ │ │ ├── fvSchemes
│ │ │ └── fvSolution
│ │ ├── DEM/
│ │ │ ├── in.liggghts_init
│ │ │ ├── in.liggghts_restart
│ │ │ └── in.liggghts_run
│ │ ├── parCFDDEMrun.sh
│ │ └── parDEMrun.sh
│ ├── periodicChannel/
│ │ ├── Allrun.sh
│ │ ├── CFD/
│ │ │ ├── 0/
│ │ │ │ ├── Ksl
│ │ │ │ ├── U
│ │ │ │ ├── Us
│ │ │ │ ├── p
│ │ │ │ ├── rho
│ │ │ │ └── voidfraction
│ │ │ ├── constant/
│ │ │ │ ├── RASProperties
│ │ │ │ ├── couplingProperties
│ │ │ │ ├── g
│ │ │ │ ├── liggghtsCommands
│ │ │ │ ├── transportProperties
│ │ │ │ └── turbulenceProperties
│ │ │ ├── octave/
│ │ │ │ └── checkVolFlow.m
│ │ │ └── system/
│ │ │ ├── blockMeshDict
│ │ │ ├── controlDict
│ │ │ ├── controlDict.foam
│ │ │ ├── decomposeParDict
│ │ │ ├── fvOptions
│ │ │ ├── fvSchemes
│ │ │ └── fvSolution
│ │ ├── DEM/
│ │ │ ├── in.liggghts_init
│ │ │ └── in.liggghts_resume
│ │ ├── parCFDDEMrun.sh
│ │ └── parDEMrun.sh
│ ├── settlingTestMPI/
│ │ ├── Allrun.sh
│ │ ├── CFD/
│ │ │ ├── 0/
│ │ │ │ ├── Ksl
│ │ │ │ ├── U
│ │ │ │ ├── Us
│ │ │ │ ├── k
│ │ │ │ ├── nuSgs
│ │ │ │ ├── p
│ │ │ │ ├── rho
│ │ │ │ ├── sSmoothField
│ │ │ │ ├── vSmoothField
│ │ │ │ └── voidfraction
│ │ │ ├── constant/
│ │ │ │ ├── LESProperties
│ │ │ │ ├── RASProperties
│ │ │ │ ├── couplingProperties
│ │ │ │ ├── g
│ │ │ │ ├── liggghtsCommands
│ │ │ │ ├── particleTrackProperties
│ │ │ │ ├── transportProperties
│ │ │ │ └── turbulenceProperties
│ │ │ ├── octave/
│ │ │ │ └── settlingVelocity.m
│ │ │ └── system/
│ │ │ ├── blockMeshDict
│ │ │ ├── controlDict
│ │ │ ├── controlDict.foam
│ │ │ ├── decomposeParDict
│ │ │ ├── fvSchemes
│ │ │ └── fvSolution
│ │ ├── DEM/
│ │ │ └── in.liggghts_run
│ │ └── parCFDDEMrun.sh
│ └── voidfractionTest/
│ ├── Allrun.sh
│ ├── CFD/
│ │ ├── 0/
│ │ │ ├── Ksl
│ │ │ ├── U
│ │ │ ├── Us
│ │ │ ├── p
│ │ │ ├── rho
│ │ │ └── voidfraction
│ │ ├── constant/
│ │ │ ├── RASProperties
│ │ │ ├── couplingProperties
│ │ │ ├── g
│ │ │ ├── liggghtsCommands
│ │ │ ├── transportProperties
│ │ │ └── turbulenceProperties
│ │ ├── octave/
│ │ │ └── particleCellVolume.m
│ │ └── system/
│ │ ├── blockMeshDict
│ │ ├── controlDict
│ │ ├── controlDict.foam
│ │ ├── decomposeParDict
│ │ ├── fvSchemes
│ │ └── fvSolution
│ ├── DEM/
│ │ └── in.liggghts_run
│ └── parCFDDEMrun.sh
├── cfdemSolverPisoSTM/
│ └── packedBedTemp/
│ ├── Allrun.sh
│ ├── CFD/
│ │ ├── 0/
│ │ │ ├── C
│ │ │ ├── CSource
│ │ │ ├── Ksl
│ │ │ ├── T
│ │ │ ├── TSource
│ │ │ ├── U
│ │ │ ├── Us
│ │ │ ├── epsilon
│ │ │ ├── k
│ │ │ ├── nut
│ │ │ ├── p
│ │ │ ├── rho
│ │ │ └── voidfraction
│ │ ├── constant/
│ │ │ ├── LESProperties
│ │ │ ├── RASProperties
│ │ │ ├── couplingProperties
│ │ │ ├── g
│ │ │ ├── liggghtsCommands
│ │ │ ├── scalarTransportProperties
│ │ │ ├── transportProperties
│ │ │ └── turbulenceProperties
│ │ ├── octave/
│ │ │ └── totalPressureDropAndNusselt.m
│ │ └── system/
│ │ ├── blockMeshDict
│ │ ├── controlDict
│ │ ├── controlDict.foam
│ │ ├── decomposeParDict
│ │ ├── fvSchemes
│ │ └── fvSolution
│ ├── DEM/
│ │ ├── in.liggghts_init
│ │ └── in.liggghts_run
│ ├── cleanCase.sh
│ ├── parCFDDEMrun.sh
│ └── parDEMrun.sh
└── cfdemSolverPisoScalar/
└── packedBedTemp/
├── Allrun.sh
├── CFD/
│ ├── 0/
│ │ ├── Ksl
│ │ ├── T
│ │ ├── Tsource
│ │ ├── U
│ │ ├── Us
│ │ ├── alphat
│ │ ├── epsilon
│ │ ├── k
│ │ ├── nut
│ │ ├── p
│ │ ├── rho
│ │ └── voidfraction
│ ├── constant/
│ │ ├── RASProperties
│ │ ├── couplingProperties
│ │ ├── g
│ │ ├── liggghtsCommands
│ │ ├── transportProperties
│ │ └── turbulenceProperties
│ ├── octave/
│ │ └── totalPressureDropAndNusselt.m
│ └── system/
│ ├── blockMeshDict
│ ├── controlDict
│ ├── controlDict.foam
│ ├── decomposeParDict
│ ├── fvSchemes
│ └── fvSolution
├── DEM/
│ ├── in.liggghts_init
│ └── in.liggghts_run
├── parCFDDEMrun.sh
└── parDEMrun.sh
SYMBOL INDEX (517 symbols across 195 files)
FILE: applications/utilities/cfdemPostproc/cfdemPostproc.C
function main (line 55) | int main(int argc, char *argv[])
FILE: applications/utilities/writeUfluid/writeUfluid.C
function main (line 49) | int main(int argc, char *argv[])
FILE: doc/_build/html/_static/doctools.js
function highlight (line 74) | function highlight(node, addItems) {
FILE: doc/_build/html/_static/jquery.js
function DOMEval (line 105) | function DOMEval( code, node, doc ) {
function toType (line 135) | function toType( obj ) {
function isArrayLike (line 505) | function isArrayLike( obj ) {
function Sizzle (line 757) | function Sizzle( selector, context, results, seed ) {
function createCache (line 905) | function createCache() {
function markFunction (line 925) | function markFunction( fn ) {
function assert (line 934) | function assert( fn ) {
function addHandle (line 958) | function addHandle( attrs, handler ) {
function siblingCheck (line 973) | function siblingCheck( a, b ) {
function createInputPseudo (line 999) | function createInputPseudo( type ) {
function createButtonPseudo (line 1010) | function createButtonPseudo( type ) {
function createDisabledPseudo (line 1021) | function createDisabledPseudo( disabled ) {
function createPositionalPseudo (line 1077) | function createPositionalPseudo( fn ) {
function testContext (line 1100) | function testContext( context ) {
function setFilters (line 2311) | function setFilters() {}
function toSelector (line 2385) | function toSelector( tokens ) {
function addCombinator (line 2395) | function addCombinator( matcher, combinator, base ) {
function elementMatcher (line 2462) | function elementMatcher( matchers ) {
function multipleContexts (line 2476) | function multipleContexts( selector, contexts, results ) {
function condense (line 2485) | function condense( unmatched, map, filter, context, xml ) {
function setMatcher (line 2506) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde...
function matcherFromTokens (line 2606) | function matcherFromTokens( tokens ) {
function matcherFromGroupMatchers (line 2669) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
function nodeName (line 3027) | function nodeName( elem, name ) {
function winnow (line 3037) | function winnow( elements, qualifier, not ) {
function sibling (line 3332) | function sibling( cur, dir ) {
function createOptions (line 3425) | function createOptions( options ) {
function Identity (line 3650) | function Identity( v ) {
function Thrower (line 3653) | function Thrower( ex ) {
function adoptValue (line 3657) | function adoptValue( value, resolve, reject, noValue ) {
function resolve (line 3750) | function resolve( depth, deferred, handler, special ) {
function completed (line 4115) | function completed() {
function fcamelCase (line 4210) | function fcamelCase( _all, letter ) {
function camelCase (line 4217) | function camelCase( string ) {
function Data (line 4234) | function Data() {
function getData (line 4403) | function getData( data ) {
function dataAttr (line 4428) | function dataAttr( elem, key, data ) {
function adjustCSS (line 4740) | function adjustCSS( elem, prop, valueParts, tween ) {
function getDefaultDisplay (line 4808) | function getDefaultDisplay( elem ) {
function showHide (line 4831) | function showHide( elements, show ) {
function getAll (line 4963) | function getAll( context, tag ) {
function setGlobalEval (line 4988) | function setGlobalEval( elems, refElements ) {
function buildFragment (line 5004) | function buildFragment( elems, context, scripts, selection, ignored ) {
function returnTrue (line 5096) | function returnTrue() {
function returnFalse (line 5100) | function returnFalse() {
function expectSync (line 5110) | function expectSync( elem, type ) {
function safeActiveElement (line 5117) | function safeActiveElement() {
function on (line 5123) | function on( elem, types, selector, data, fn, one ) {
function leverageNative (line 5611) | function leverageNative( el, type, expectSync ) {
function manipulationTarget (line 5960) | function manipulationTarget( elem, content ) {
function disableScript (line 5971) | function disableScript( elem ) {
function restoreScript (line 5975) | function restoreScript( elem ) {
function cloneCopyEvent (line 5985) | function cloneCopyEvent( src, dest ) {
function fixInput (line 6018) | function fixInput( src, dest ) {
function domManip (line 6031) | function domManip( collection, args, callback, ignored ) {
function remove (line 6123) | function remove( elem, selector, keepData ) {
function computeStyleTests (line 6437) | function computeStyleTests() {
function roundPixelMeasures (line 6481) | function roundPixelMeasures( measure ) {
function curCSS (line 6574) | function curCSS( elem, name, computed ) {
function addGetHookIf (line 6627) | function addGetHookIf( conditionFn, hookFn ) {
function vendorPropName (line 6652) | function vendorPropName( name ) {
function finalPropName (line 6667) | function finalPropName( name ) {
function setPositiveNumber (line 6693) | function setPositiveNumber( _elem, value, subtract ) {
function boxModelAdjustment (line 6705) | function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, ...
function getWidthOrHeight (line 6773) | function getWidthOrHeight( elem, dimension, extra ) {
function Tween (line 7149) | function Tween( elem, options, prop, end, easing ) {
function schedule (line 7272) | function schedule() {
function createFxNow (line 7285) | function createFxNow() {
function genFx (line 7293) | function genFx( type, includeWidth ) {
function createTween (line 7313) | function createTween( value, prop, animation ) {
function defaultPrefilter (line 7327) | function defaultPrefilter( elem, props, opts ) {
function propFilter (line 7499) | function propFilter( props, specialEasing ) {
function Animation (line 7536) | function Animation( elem, properties, options ) {
function stripAndCollapse (line 8252) | function stripAndCollapse( value ) {
function getClass (line 8258) | function getClass( elem ) {
function classesToArray (line 8262) | function classesToArray( value ) {
function buildParams (line 8892) | function buildParams( prefix, obj, traditional, add ) {
function addToPrefiltersOrTransports (line 9045) | function addToPrefiltersOrTransports( structure ) {
function inspectPrefiltersOrTransports (line 9079) | function inspectPrefiltersOrTransports( structure, options, originalOpti...
function ajaxExtend (line 9108) | function ajaxExtend( target, src ) {
function ajaxHandleResponses (line 9128) | function ajaxHandleResponses( s, jqXHR, responses ) {
function ajaxConvert (line 9186) | function ajaxConvert( s, response, jqXHR, isSuccess ) {
function done (line 9702) | function done( status, nativeStatusText, responses, headers ) {
FILE: doc/_build/html/_static/js/theme.js
function ThemeNav (line 4) | function ThemeNav () {
FILE: doc/_build/html/_static/language_data.js
function splitQuery (line 278) | function splitQuery(query) {
FILE: doc/_build/html/_static/searchtools.js
function splitQuery (line 47) | function splitQuery(query) {
function pulse (line 117) | function pulse() {
function displayNextItem (line 247) | function displayNextItem() {
FILE: doc/_build/html/_static/underscore.js
function restArguments (line 64) | function restArguments(func, startIndex) {
function isObject (line 88) | function isObject(obj) {
function isNull (line 94) | function isNull(obj) {
function isUndefined (line 99) | function isUndefined(obj) {
function isBoolean (line 104) | function isBoolean(obj) {
function isElement (line 109) | function isElement(obj) {
function tagTester (line 114) | function tagTester(name) {
function ie10IsDataView (line 162) | function ie10IsDataView(obj) {
function has$1 (line 173) | function has$1(obj, key) {
function isFinite$1 (line 192) | function isFinite$1(obj) {
function isNaN$1 (line 197) | function isNaN$1(obj) {
function constant (line 202) | function constant(value) {
function createSizePropertyCheck (line 209) | function createSizePropertyCheck(getSizeProperty) {
function shallowProperty (line 217) | function shallowProperty(key) {
function isTypedArray (line 232) | function isTypedArray(obj) {
function emulatedSet (line 248) | function emulatedSet(keys) {
function collectNonEnumProps (line 263) | function collectNonEnumProps(obj, keys) {
function keys (line 283) | function keys(obj) {
function isEmpty (line 295) | function isEmpty(obj) {
function isMatch (line 307) | function isMatch(object, attrs) {
function _$1 (line 321) | function _$1(obj) {
function toBufferView (line 344) | function toBufferView(bufferSource) {
function eq (line 356) | function eq(a, b, aStack, bStack) {
function deepEq (line 371) | function deepEq(a, b, aStack, bStack) {
function isEqual (line 476) | function isEqual(a, b) {
function allKeys (line 481) | function allKeys(obj) {
function ie11fingerprint (line 494) | function ie11fingerprint(methods) {
function values (line 533) | function values(obj) {
function pairs (line 545) | function pairs(obj) {
function invert (line 556) | function invert(obj) {
function functions (line 566) | function functions(obj) {
function createAssigner (line 575) | function createAssigner(keysFunc, defaults) {
function ctor (line 605) | function ctor() {
function baseCreate (line 610) | function baseCreate(prototype) {
function create (line 623) | function create(prototype, props) {
function clone (line 630) | function clone(obj) {
function tap (line 638) | function tap(obj, interceptor) {
function toPath$1 (line 645) | function toPath$1(path) {
function toPath (line 652) | function toPath(path) {
function deepGet (line 657) | function deepGet(obj, path) {
function get (line 670) | function get(object, path, defaultValue) {
function has (line 678) | function has(obj, path) {
function identity (line 690) | function identity(value) {
function matcher (line 696) | function matcher(attrs) {
function property (line 705) | function property(path) {
function optimizeCb (line 715) | function optimizeCb(func, context, argCount) {
function baseIteratee (line 737) | function baseIteratee(value, context, argCount) {
function iteratee (line 747) | function iteratee(value, context) {
function cb (line 754) | function cb(value, context, argCount) {
function mapObject (line 761) | function mapObject(obj, iteratee, context) {
function noop (line 774) | function noop(){}
function propertyOf (line 777) | function propertyOf(obj) {
function times (line 785) | function times(n, iteratee, context) {
function random (line 793) | function random(min, max) {
function createEscaper (line 808) | function createEscaper(map) {
function escapeChar (line 867) | function escapeChar(match) {
function template (line 882) | function template(text, settings, oldSettings) {
function result (line 950) | function result(obj, path, fallback) {
function uniqueId (line 970) | function uniqueId(prefix) {
function chain (line 976) | function chain(obj) {
function executeBound (line 985) | function executeBound(sourceFunc, boundFunc, context, callingContext, ar...
function flatten$1 (line 1030) | function flatten$1(input, depth, strict, output) {
function memoize (line 1071) | function memoize(func, hasher) {
function throttle (line 1099) | function throttle(func, wait, options) {
function debounce (line 1144) | function debounce(func, wait, immediate) {
function wrap (line 1181) | function wrap(func, wrapper) {
function negate (line 1186) | function negate(predicate) {
function compose (line 1194) | function compose() {
function after (line 1206) | function after(times, func) {
function before (line 1216) | function before(times, func) {
function findKey (line 1232) | function findKey(obj, predicate, context) {
function createPredicateIndexFinder (line 1242) | function createPredicateIndexFinder(dir) {
function sortedIndex (line 1262) | function sortedIndex(array, obj, iteratee, context) {
function createIndexFinder (line 1274) | function createIndexFinder(dir, predicateFind, sortedIndex) {
function find (line 1309) | function find(obj, predicate, context) {
function findWhere (line 1317) | function findWhere(obj, attrs) {
function each (line 1325) | function each(obj, iteratee, context) {
function map (line 1342) | function map(obj, iteratee, context) {
function createReduce (line 1355) | function createReduce(dir) {
function filter (line 1387) | function filter(obj, predicate, context) {
function reject (line 1397) | function reject(obj, predicate, context) {
function every (line 1402) | function every(obj, predicate, context) {
function some (line 1414) | function some(obj, predicate, context) {
function contains (line 1426) | function contains(obj, item, fromIndex, guard) {
function pluck (line 1456) | function pluck(obj, key) {
function where (line 1462) | function where(obj, attrs) {
function max (line 1467) | function max(obj, iteratee, context) {
function min (line 1492) | function min(obj, iteratee, context) {
function toArray (line 1518) | function toArray(obj) {
function sample (line 1533) | function sample(obj, n, guard) {
function shuffle (line 1552) | function shuffle(obj) {
function sortBy (line 1557) | function sortBy(obj, iteratee, context) {
function group (line 1578) | function group(behavior, partition) {
function size (line 1616) | function size(obj) {
function keyInObj (line 1623) | function keyInObj(value, key, obj) {
function initial (line 1665) | function initial(array, n, guard) {
function first (line 1671) | function first(array, n, guard) {
function rest (line 1680) | function rest(array, n, guard) {
function last (line 1686) | function last(array, n, guard) {
function compact (line 1693) | function compact(array) {
function flatten (line 1699) | function flatten(array, depth) {
function uniq (line 1722) | function uniq(array, isSorted, iteratee, context) {
function intersection (line 1757) | function intersection(array) {
function unzip (line 1774) | function unzip(array) {
function object (line 1791) | function object(list, values) {
function range (line 1806) | function range(start, stop, step) {
function chunk (line 1827) | function chunk(array, count) {
function chainResult (line 1838) | function chainResult(instance, obj) {
function mixin (line 1843) | function mixin(obj) {
FILE: src/eulerian/fvOptionsCFDEM/sources/derived/meanSupVelocityForce/meanSupVelocityForce.C
function namespace (line 36) | namespace Foam
function correct (line 102) | void Foam::fv::meanSupVelocityForce::correct(volVectorField& U)
function addSup (line 208) | void Foam::fv::meanSupVelocityForce::addSup
FILE: src/eulerian/fvOptionsCFDEM/sources/derived/meanSupVelocityForce/meanSupVelocityForce.H
function namespace (line 56) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/eulerianScalarField/eulerianScalarField.C
function namespace (line 27) | namespace Foam
function update (line 156) | void eulerianScalarField::update(surfaceScalarField phi, volScalarField ...
FILE: src/eulerian/scalarTransportModelsCFDEM/eulerianScalarField/eulerianScalarField.H
function namespace (line 39) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/eulerianScalarField/newEulerianScalarField.C
function namespace (line 26) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/generalManual/generalManual.C
function namespace (line 26) | namespace Foam
function createFields (line 114) | void generalManual::createFields()
function evolveFields (line 120) | void generalManual::evolveFields()
function update (line 169) | void generalManual::update()
function eulerianScalarField (line 181) | const eulerianScalarField& generalManual::eulerianScalarF(int i)
function eulerianScalarField (line 187) | const eulerianScalarField& generalManual::eulerianTemperatureF()
FILE: src/eulerian/scalarTransportModelsCFDEM/generalManual/generalManual.H
function namespace (line 34) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/generalPhaseChange/generalPhaseChange.C
function namespace (line 26) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/generalPhaseChange/generalPhaseChange.H
function namespace (line 35) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/noTransport/noTransport.C
function namespace (line 26) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/noTransport/noTransport.H
function namespace (line 30) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/phaseChangeModel/newPhaseChangeModel.C
function namespace (line 26) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/phaseChangeModel/phaseChangeModel.C
function namespace (line 27) | namespace Foam
function setEnthalpySource (line 196) | void phaseChangeModel::setEnthalpySource(const eulerianScalarField& Temp...
function initialzeSummation (line 216) | void phaseChangeModel::initialzeSummation(word typeName, word logFileNa...
function computeIntegral (line 256) | void phaseChangeModel::computeIntegral(volScalarField& explicitEulerSour...
FILE: src/eulerian/scalarTransportModelsCFDEM/phaseChangeModel/phaseChangeModel.H
function namespace (line 41) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/scalarTransportModel/newScalarTransportModel.C
function namespace (line 36) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/scalarTransportModel/scalarTransportModel.C
function namespace (line 36) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/scalarTransportModel/scalarTransportModel.H
function namespace (line 49) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/temperatureModel/temperatureModel.C
function namespace (line 36) | namespace Foam
FILE: src/eulerian/scalarTransportModelsCFDEM/temperatureModel/temperatureModel.H
function namespace (line 49) | namespace Foam
FILE: src/lagrangian/cfdemParticle/cfdTools/IOtools/json/json.C
function indentation (line 56) | void indentation(int ind, OFstream* file)
function addjObject (line 65) | void jsonObject::addjObject(std::string elemName, jsonObject* data) const
function addjVector (line 78) | void jsonObject::addjVector(std::string elemName, std::vector<double>* d...
function addjScalar (line 89) | void jsonObject::addjScalar(std::string elemName, double* data) const
function addjString (line 100) | void jsonObject::addjString(std::string elemName, std::string* data) const
function addjBool (line 111) | void jsonObject::addjBool(std::string elemName, bool* data) const
function lookupObject (line 273) | int jsonFile::lookupObject(std::string name) const
function setFileName (line 287) | void jsonFile::setFileName(std::string newname) const
function newObject (line 298) | void jsonFile::newObject(std::string objName, std::string rootName) const
function addjVector (line 317) | void jsonFile::addjVector(std::vector<double>* data , std::string datana...
function addjScalar (line 332) | void jsonFile::addjScalar(double* data , std::string dataname, std::stri...
function addjString (line 347) | void jsonFile::addjString(std::string* data , std::string dataname, std:...
function addjBool (line 362) | void jsonFile::addjBool(bool* data , std::string dataname, std::string r...
function write (line 377) | void jsonFile::write()
FILE: src/lagrangian/cfdemParticle/cfdTools/IOtools/json/json.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/cfdTools/global.C
function namespace (line 37) | namespace Foam
FILE: src/lagrangian/cfdemParticle/cfdTools/global.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/cfdTools/mathExtra.H
function namespace (line 47) | namespace MathExtra
FILE: src/lagrangian/cfdemParticle/cfdTools/newGlobal.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloud.C
function getDEMdata (line 448) | void Foam::cfdemCloud::getDEMdata()
function giveDEMdata (line 485) | void Foam::cfdemCloud::giveDEMdata()
function setNumberOfParticles (line 501) | void Foam::cfdemCloud::setNumberOfParticles(int nP)
function setNumberOfClumps (line 510) | void Foam::cfdemCloud::setNumberOfClumps(int nC)
function setPositionsCM (line 515) | void Foam::cfdemCloud::setPositionsCM(label n,double* pos)
function setCellIDsCM (line 520) | void Foam::cfdemCloud::setCellIDsCM(label n,int* ID)
function findCells (line 525) | void Foam::cfdemCloud::findCells()
function setForces (line 530) | void Foam::cfdemCloud::setForces()
function setVoidFraction (line 541) | void Foam::cfdemCloud::setVoidFraction()
function resetVoidFraction (line 546) | void Foam::cfdemCloud::resetVoidFraction()
function setAlpha (line 551) | void Foam::cfdemCloud::setAlpha(volScalarField& alpha)
function setParticleForceField (line 556) | void Foam::cfdemCloud::setParticleForceField()
function setVectorAverages (line 574) | void Foam::cfdemCloud::setVectorAverages()
function checkCG (line 590) | void Foam::cfdemCloud::checkCG(bool ok)
function setPos (line 595) | void Foam::cfdemCloud::setPos(double**& pos)
function label (line 606) | label Foam::cfdemCloud::particleCell(int index)
function forceModel (line 612) | const forceModel& Foam::cfdemCloud::forceM(int i)
function nrForceModels (line 617) | int Foam::cfdemCloud::nrForceModels()
function scalar (line 627) | scalar Foam::cfdemCloud::voidfraction(int index)
function label (line 632) | label Foam::cfdemCloud::liggghtsCommandModelIndex(word name)
function evolve (line 660) | bool Foam::cfdemCloud::evolve
function reAllocArrays (line 839) | bool Foam::cfdemCloud::reAllocArrays(int nP, bool forceRealloc) const
function calcDdtVoidfraction (line 892) | void cfdemCloud::calcDdtVoidfraction(volScalarField& voidfraction, volVe...
function calcMultiphaseTurbulence (line 905) | void cfdemCloud::calcMultiphaseTurbulence()
function resetArray (line 986) | void cfdemCloud::resetArray(double**& array,int length,int width,double ...
function registerFieldsToDEM (line 1001) | void cfdemCloud::registerFieldsToDEM(word name, word type, int& id, bool...
function checkAndRegisterFieldsToDEM (line 1023) | bool cfdemCloud::checkAndRegisterFieldsToDEM(const wordList names, const...
function allocateFieldsToDEM (line 1039) | void cfdemCloud::allocateFieldsToDEM(word shapeType) const
function reAllocateFieldsToDEM (line 1074) | void cfdemCloud::reAllocateFieldsToDEM(word shapeType) const
function zeroizeFieldsToDEM (line 1106) | void cfdemCloud::zeroizeFieldsToDEM(word shapeType)
function accessFieldsToDEM (line 1135) | void cfdemCloud::accessFieldsToDEM(word name, double **& field)
function existsFieldsToDEM (line 1155) | int cfdemCloud::existsFieldsToDEM(word name)
FILE: src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloud.H
function namespace (line 60) | namespace Foam
FILE: src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloudI.H
function namespace (line 44) | namespace Foam
FILE: src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloudIO.C
function writeScalarFieldToTerminal (line 48) | void Foam::cfdemCloud::writeScalarFieldToTerminal(double**& array)
function writeVectorFieldToTerminal (line 57) | void Foam::cfdemCloud::writeVectorFieldToTerminal(double**& array)
FILE: src/lagrangian/cfdemParticle/derived/cfdemCloudIB/cfdemCloudIB.C
function namespace (line 45) | namespace Foam
function getDEMdata (line 124) | void Foam::cfdemCloudIB::getDEMdata()
function giveDEMdata (line 143) | void Foam::cfdemCloudIB::giveDEMdata()
function evolve (line 156) | bool Foam::cfdemCloudIB::evolve
function setInterFace (line 242) | void Foam::cfdemCloudIB::setInterFace
function calcVelocityCorrection (line 277) | void Foam::cfdemCloudIB::calcVelocityCorrection
function setParticleVelocity (line 313) | void Foam::cfdemCloudIB::setParticleVelocity
function vector (line 347) | vector Foam::cfdemCloudIB::angularVelocity(int index)
function getTortuosity (line 354) | double Foam::cfdemCloudIB::getTortuosity(vector dir)
function setRefinementField (line 380) | void cfdemCloudIB::setRefinementField(volScalarField* refine_)
FILE: src/lagrangian/cfdemParticle/derived/cfdemCloudIB/cfdemCloudIB.H
function namespace (line 48) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/IOModel/IOModel/IOModel.C
function namespace (line 37) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/IOModel/IOModel/IOModel.H
function namespace (line 47) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/IOModel/IOModel/newIOModel.C
function namespace (line 38) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/IOModel/basicIO/basicIO.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/IOModel/basicIO/basicIO.H
function namespace (line 47) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/IOModel/noIO/noIO.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/IOModel/noIO/noIO.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/IOModel/sophIO/sophIO.C
function namespace (line 40) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/IOModel/sophIO/sophIO.H
function namespace (line 47) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/IOModel/trackIO/trackIO.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/IOModel/trackIO/trackIO.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/averagingModel/averagingModel/averagingModel.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/averagingModel/averagingModel/averagingModel.H
function namespace (line 47) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/averagingModel/averagingModel/newAveragingModel.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/averagingModel/dense/dense.C
function namespace (line 40) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/averagingModel/dense/dense.H
function namespace (line 50) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/averagingModel/dilute/dilute.C
function namespace (line 40) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/averagingModel/dilute/dilute.H
function namespace (line 48) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/clockModel/clockModel/clockModel.C
function namespace (line 40) | namespace Foam
function initElems (line 233) | void Foam::clockModel::initElems()
function plotHist (line 305) | void Foam::clockModel::plotHist(double buffIn,const std::string& identif...
FILE: src/lagrangian/cfdemParticle/subModels/clockModel/clockModel/clockModel.H
function namespace (line 51) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/clockModel/clockModel/newClockModel.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/clockModel/noClock/noClock.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/clockModel/noClock/noClock.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/clockModel/standardClock/standardClock.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/clockModel/standardClock/standardClock.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/dataExchangeModel/dataExchangeModel/dataExchangeModel.C
function namespace (line 38) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/dataExchangeModel/dataExchangeModel/dataExchangeModel.H
function namespace (line 54) | namespace Foam
function setCGs (line 301) | void setCGs(LAMMPS_NS::LAMMPS *lmp) const
FILE: src/lagrangian/cfdemParticle/subModels/dataExchangeModel/dataExchangeModel/newDataExchangeModel.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/dataExchangeModel/noDataExchange/noDataExchange.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/dataExchangeModel/noDataExchange/noDataExchange.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/dataExchangeModel/oneWayVTK/oneWayVTK.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/dataExchangeModel/oneWayVTK/oneWayVTK.H
function namespace (line 48) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/dataExchangeModel/twoWayFiles/twoWayFiles.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/dataExchangeModel/twoWayFiles/twoWayFiles.H
function namespace (line 50) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/dataExchangeModel/twoWayMPI/twoWayMPI.C
function namespace (line 41) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/dataExchangeModel/twoWayMPI/twoWayMPI.H
function namespace (line 69) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/Archimedes/Archimedes.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/Archimedes/Archimedes.H
function namespace (line 50) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/ArchimedesIB/ArchimedesIB.C
function namespace (line 40) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/ArchimedesIB/ArchimedesIB.H
function namespace (line 51) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/DiFeliceDrag/DiFeliceDrag.C
function namespace (line 39) | namespace Foam
function MSinit (line 130) | void DiFeliceDrag::MSinit()
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/DiFeliceDrag/DiFeliceDrag.H
function namespace (line 49) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/GidaspowDrag/GidaspowDrag.C
function namespace (line 40) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/GidaspowDrag/GidaspowDrag.H
function namespace (line 53) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/KochHillDrag/KochHillDrag.C
function namespace (line 40) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/KochHillDrag/KochHillDrag.H
function namespace (line 53) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/LaEuScalarTemp/LaEuScalarTemp.C
function namespace (line 40) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/LaEuScalarTemp/LaEuScalarTemp.H
function namespace (line 56) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/MeiLift/MeiLift.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/MeiLift/MeiLift.H
function namespace (line 66) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/SchillerNaumannDrag/SchillerNaumannDrag.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/SchillerNaumannDrag/SchillerNaumannDrag.H
function namespace (line 49) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/ShirgaonkarIB/ShirgaonkarIB.C
function namespace (line 40) | namespace Foam
function setForce (line 117) | void ShirgaonkarIB::setForce() const
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/ShirgaonkarIB/ShirgaonkarIB.H
function namespace (line 49) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/checkCouplingInterval/checkCouplingInterval.C
function namespace (line 39) | namespace Foam
function doCheck (line 110) | inline bool checkCouplingInterval::doCheck() const
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/checkCouplingInterval/checkCouplingInterval.H
function namespace (line 51) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/fieldStore/fieldStore.C
function namespace (line 40) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/fieldStore/fieldStore.H
function namespace (line 48) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/fieldTimeAverage/fieldTimeAverage.C
function namespace (line 40) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/fieldTimeAverage/fieldTimeAverage.H
function namespace (line 48) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/forceModel/forceModel.C
function namespace (line 37) | namespace Foam
function multiphaseTurbulence (line 134) | void forceModel::multiphaseTurbulence(volScalarField& field, bool) const
function setForceSubModels (line 174) | void forceModel::setForceSubModels(dictionary& dict)
function readDHcorr (line 234) | void forceModel::readDHcorr(dictionary& dict)
function readArea (line 240) | void forceModel::readArea(dictionary& dict)
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/forceModel/forceModel.H
function namespace (line 49) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/forceModel/newForceModel.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/forceSubModels/ImEx/ImEx.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/forceSubModels/ImEx/ImEx.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/forceSubModels/forceSubModel/forceSubModel.C
function namespace (line 38) | namespace Foam
function forceSubModel (line 220) | void forceSubModel::partToArray
function partToArrayAnisotropicTorque (line 300) | void forceSubModel::partToArrayAnisotropicTorque
function forceSubModel (line 347) | void forceSubModel::explicitCorr
function explicitCorrScalar (line 364) | void forceSubModel::explicitCorrScalar(scalar& sourceKImplicit,
function update (line 382) | void forceSubModel::update( label particleI,
function update (line 394) | void forceSubModel::update( label particleI,
function scaleDia (line 407) | void forceSubModel::scaleDia(scalar& d, int index) const
function scaleForce (line 416) | void forceSubModel::scaleForce(vector& force, scalar& d, int index) const
function scaleCoeff (line 426) | void forceSubModel::scaleCoeff(scalar& coeff, scalar& d, scalar& Rep, in...
function scaleForceLocal (line 436) | void forceSubModel::scaleForceLocal(vector& force) const
function scaleTorque (line 441) | void forceSubModel::scaleTorque(vector& torque) const
function scalar (line 446) | const scalar forceSubModel::scaleDrag(int index) const
function explicitLimit (line 451) | void forceSubModel::explicitLimit
function readSwitches (line 463) | void forceSubModel::readSwitches() const
function volScalarField (line 730) | const volScalarField& forceSubModel::nuField() const
function volVectorField (line 766) | const volVectorField& forceSubModel::divTauField(const volVectorField& U...
function volVectorField (line 781) | const volVectorField& forceSubModel::IBDragPerV(const volVectorField& U,...
function calcXi (line 791) | void forceSubModel::calcXi(const scalar& ds, const scalar& voidfraction,...
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/forceSubModels/forceSubModel/forceSubModel.H
function namespace (line 48) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/forceSubModels/forceSubModel/newForceSubModel.C
function namespace (line 38) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/gradPForce/gradPForce.C
function namespace (line 39) | namespace Foam
function setForce (line 136) | void gradPForce::setForce() const
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/gradPForce/gradPForce.H
function namespace (line 52) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/noDrag/noDrag.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/noDrag/noDrag.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/particleCellVolume/particleCellVolume.C
function namespace (line 40) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/particleCellVolume/particleCellVolume.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/particleVolume/particleVolume.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/particleVolume/particleVolume.H
function namespace (line 45) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/scalarGeneralExchange/scalarGeneralExchange.C
function namespace (line 40) | namespace Foam
function allocateMyArrays (line 237) | void scalarGeneralExchange::allocateMyArrays(scalar initVal) const
function NusseltLiMason (line 538) | double scalarGeneralExchange::NusseltLiMason(double Rep, double Pr, doub...
function NusseltDeenEtAl (line 571) | double scalarGeneralExchange::NusseltDeenEtAl(double Rep, double Pr, dou...
function NusseltGeneralCorrelation (line 593) | double scalarGeneralExchange::NusseltGeneralCorrelation(double Rep, doub...
function setPointersToExternalArrays (line 802) | void scalarGeneralExchange::setPointersToExternalArrays( word nameFlu...
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/scalarGeneralExchange/scalarGeneralExchange.H
function namespace (line 69) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/virtualMassForce/virtualMassForce.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/virtualMassForce/virtualMassForce.H
function namespace (line 48) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/viscForce/viscForce.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/viscForce/viscForce.H
function namespace (line 48) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/volWeightedAverage/volWeightedAverage.C
function namespace (line 40) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/forceModel/volWeightedAverage/volWeightedAverage.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/execute/execute.C
function namespace (line 39) | namespace Foam
function runCommand (line 115) | bool execute::runCommand(int couplingStep)
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/execute/execute.H
function namespace (line 47) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/liggghtsCommandModel/liggghtsCommandModel.C
function namespace (line 38) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/liggghtsCommandModel/liggghtsCommandModel.H
function namespace (line 47) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/liggghtsCommandModel/newLiggghtsCommandModel.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/readLiggghtsData/readLiggghtsData.C
function namespace (line 39) | namespace Foam
function runCommand (line 128) | bool readLiggghtsData::runCommand(int couplingStep)
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/readLiggghtsData/readLiggghtsData.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/runLiggghts/runLiggghts.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/runLiggghts/runLiggghts.H
function namespace (line 48) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/setDEMGravity/setDEMGravity.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/setDEMGravity/setDEMGravity.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/writeLiggghts/writeLiggghts.C
function namespace (line 39) | namespace Foam
function runCommand (line 156) | bool writeLiggghts::runCommand(int couplingStep)
FILE: src/lagrangian/cfdemParticle/subModels/liggghtsCommandModel/writeLiggghts/writeLiggghts.H
function namespace (line 48) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/locateModel/engineSearch/engineSearch.C
function namespace (line 38) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/locateModel/engineSearch/engineSearch.H
function namespace (line 48) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/locateModel/engineSearchIB/engineSearchIB.C
function namespace (line 43) | namespace Foam
function label (line 96) | label engineSearchIB::findCell
function isInsideRectangularDomain (line 213) | bool engineSearchIB::isInsideRectangularDomain(vector centre, scalar ski...
function vector (line 220) | vector engineSearchIB::generateSatellitePoint(int countPoints) const
function vector (line 244) | vector engineSearchIB::getSatellitePoint(int index, int countPoints) const
FILE: src/lagrangian/cfdemParticle/subModels/locateModel/engineSearchIB/engineSearchIB.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/locateModel/locateModel/locateModel.C
function namespace (line 37) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/locateModel/locateModel/locateModel.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/locateModel/locateModel/newLocateModel.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/locateModel/standardSearch/standardSearch.C
function namespace (line 38) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/locateModel/standardSearch/standardSearch.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/meshMotionModel/meshMotionModel/meshMotionModel.C
function namespace (line 37) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/meshMotionModel/meshMotionModel/meshMotionModel.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/meshMotionModel/meshMotionModel/newMeshMotionModel.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/meshMotionModel/noMeshMotion/noMeshMotion.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/meshMotionModel/noMeshMotion/noMeshMotion.H
function namespace (line 45) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/momCoupleModel/explicitCouple/explicitCouple.C
function namespace (line 40) | namespace Foam
function applyDebugSettings (line 125) | void Foam::explicitCouple::applyDebugSettings(bool debug) const
function dimensionedVector (line 135) | dimensionedVector explicitCouple::returnIntegralSourceField() const
function vector (line 194) | inline vector Foam::explicitCouple::arrayToField(label cellI) const
function setSourceField (line 201) | void Foam::explicitCouple::setSourceField(volVectorField & field) const
FILE: src/lagrangian/cfdemParticle/subModels/momCoupleModel/explicitCouple/explicitCouple.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/momCoupleModel/implicitCouple/implicitCouple.C
function namespace (line 40) | namespace Foam
function applyDebugSettings (line 123) | void Foam::implicitCouple::applyDebugSettings(bool debug) const
FILE: src/lagrangian/cfdemParticle/subModels/momCoupleModel/implicitCouple/implicitCouple.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/momCoupleModel/momCoupleModel/momCoupleModel.C
function namespace (line 37) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/momCoupleModel/momCoupleModel/momCoupleModel.H
function namespace (line 47) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/momCoupleModel/momCoupleModel/newMomCoupleModel.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/momCoupleModel/noCouple/noCouple.C
function namespace (line 40) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/momCoupleModel/noCouple/noCouple.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/probeModel/noProbe/noProbe.C
function namespace (line 41) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/probeModel/noProbe/noProbe.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/probeModel/particleProbe/particleProbe.C
function namespace (line 41) | namespace Foam
function setOutputFile (line 113) | void particleProbe::setOutputFile(const word& logFileName) const
function initialize (line 135) | void particleProbe::initialize(const word& modelName,const word& logFile...
function updateProbes (line 270) | void particleProbe::updateProbes(int index, Field<scalar> sValues, Field...
function writeProbe (line 314) | void particleProbe::writeProbe(int index, Field<scalar> sValues, Field<v...
function checkIDForPrint (line 364) | bool particleProbe::checkIDForPrint(int index) const
FILE: src/lagrangian/cfdemParticle/subModels/probeModel/particleProbe/particleProbe.H
function namespace (line 50) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/probeModel/probeModel/newProbeModel.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/probeModel/probeModel/probeModel.C
function namespace (line 37) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/probeModel/probeModel/probeModel.H
function namespace (line 47) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/registryModel/defaultRegistry/defaultRegistry.C
function namespace (line 38) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/registryModel/defaultRegistry/defaultRegistry.H
function namespace (line 45) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/registryModel/registryModel/newRegistryModel.C
function namespace (line 37) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/registryModel/registryModel/registryModel.C
function namespace (line 37) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/registryModel/registryModel/registryModel.H
function namespace (line 45) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/smoothingModel/constDiffSmoothing/constDiffSmoothing.C
function namespace (line 41) | namespace Foam
function smoothen (line 97) | void Foam::constDiffSmoothing::smoothen(volScalarField& fieldSrc) const
function smoothen (line 138) | void Foam::constDiffSmoothing::smoothen(volVectorField& fieldSrc) const
function smoothenReferenceField (line 173) | void Foam::constDiffSmoothing::smoothenReferenceField(volVectorField& fi...
FILE: src/lagrangian/cfdemParticle/subModels/smoothingModel/constDiffSmoothing/constDiffSmoothing.H
function namespace (line 48) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/smoothingModel/noSmoothing/noSmoothing.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/smoothingModel/noSmoothing/noSmoothing.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/smoothingModel/smoothingModel/newSmoothingModel.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/smoothingModel/smoothingModel/smoothingModel.C
function namespace (line 37) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/smoothingModel/smoothingModel/smoothingModel.H
function namespace (line 47) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/GaussVoidFraction/GaussVoidFraction.C
function namespace (line 42) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/GaussVoidFraction/GaussVoidFraction.H
function namespace (line 49) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/IBVoidFraction/IBVoidFraction.C
function namespace (line 43) | namespace Foam
function setvoidFraction (line 93) | void IBVoidFraction::setvoidFraction(double** const& mask,double**& void...
function buildLabelHashSet (line 292) | void IBVoidFraction::buildLabelHashSet
function segmentParticleIntersection (line 363) | double IBVoidFraction::segmentParticleIntersection(int index, vector pos...
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/IBVoidFraction/IBVoidFraction.H
function namespace (line 50) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/bigParticleVoidFraction/bigParticleVoidFraction.C
function namespace (line 42) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/bigParticleVoidFraction/bigParticleVoidFraction.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/centreVoidFraction/centreVoidFraction.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/centreVoidFraction/centreVoidFraction.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/dividedVoidFraction/dividedVoidFraction.C
function namespace (line 39) | namespace Foam
function MSinit (line 123) | void dividedVoidFraction::MSinit()
function initOffsets (line 132) | void dividedVoidFraction::initOffsets(const scalar *r)
function dividedVoidFraction (line 181) | void dividedVoidFraction::setvoidFraction
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/dividedVoidFraction/dividedVoidFraction.H
function namespace (line 46) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/noVoidFraction/noVoidFraction.C
function namespace (line 38) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/noVoidFraction/noVoidFraction.H
function namespace (line 45) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/trilinearVoidFraction/trilinearVoidFraction.C
function namespace (line 38) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/trilinearVoidFraction/trilinearVoidFraction.H
function namespace (line 45) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/voidFractionModel/newVoidFractionModel.C
function namespace (line 39) | namespace Foam
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/voidFractionModel/voidFractionModel.C
function namespace (line 38) | namespace Foam
function applyDebugSettings (line 117) | void Foam::voidFractionModel::applyDebugSettings(bool debug) const
function reAllocArrays (line 189) | void Foam::voidFractionModel::reAllocArrays(int nP) const
function pointInParticle (line 199) | double Foam::voidFractionModel::pointInParticle(int index, vector positi...
function pointInParticle (line 214) | double Foam::voidFractionModel::pointInParticle(int index, vector positi...
function minPeriodicDistance (line 220) | double Foam::voidFractionModel::minPeriodicDistance(int index,
FILE: src/lagrangian/cfdemParticle/subModels/voidFractionModel/voidFractionModel/voidFractionModel.H
function namespace (line 49) | namespace Foam
Condensed preview — 810 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (3,559K chars).
[
{
"path": ".gitignore",
"chars": 26,
"preview": "*.o\n*.dep\nlog_*\nlog.*\n*~\n\n"
},
{
"path": "COPYING",
"chars": 35297,
"preview": "-------------------------------------------------------------------------\n\n GNU GENERAL PUBLIC LICENS"
},
{
"path": "DISCLAIMER",
"chars": 473,
"preview": "Parts of the code uses OpenFOAM® technology. This offering is not approved or endorsed by OpenCFD Limited, the producer "
},
{
"path": "README.md",
"chars": 5054,
"preview": "<div align =\"center\">\n\n<p float=\"left\">\n <img src=\"doc/cfdem_logo.jpg\" width=\"300\" />\n <img src=\"doc/cfdem_logo2.png\" "
},
{
"path": "applications/solvers/cfdemSolverIB/Make/files",
"chars": 52,
"preview": "cfdemSolverIB.C\n\nEXE=$(CFDEM_APP_DIR)/cfdemSolverIB\n"
},
{
"path": "applications/solvers/cfdemSolverIB/Make/options",
"chars": 919,
"preview": "sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)\ninclude $(CFDEM_ADD_LIBS_DIR)/$(CFDEM_ADD_LIBS_NAME)\n\nPFLAGS+= -DCFDEMWMPROJE"
},
{
"path": "applications/solvers/cfdemSolverIB/cfdemSolverIB.C",
"chars": 7559,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "applications/solvers/cfdemSolverIB/createFields.H",
"chars": 3206,
"preview": " Info<< \"Reading field p\\n\" << endl;\n volScalarField p\n (\n IOobject\n (\n \"p\",\n "
},
{
"path": "applications/solvers/cfdemSolverPiso/Make/files",
"chars": 56,
"preview": "cfdemSolverPiso.C\n\nEXE=$(CFDEM_APP_DIR)/cfdemSolverPiso\n"
},
{
"path": "applications/solvers/cfdemSolverPiso/Make/options",
"chars": 929,
"preview": "sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)\ninclude $(CFDEM_ADD_LIBS_DIR)/$(CFDEM_ADD_LIBS_NAME)\n\nPFLAGS+= -DCFDEMWMPROJE"
},
{
"path": "applications/solvers/cfdemSolverPiso/cfdemSolverPiso.C",
"chars": 9528,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "applications/solvers/cfdemSolverPiso/createFields.H",
"chars": 1641,
"preview": " Info<< \"Reading field p\\n\" << endl;\n volScalarField p\n (\n IOobject\n (\n \"p\",\n "
},
{
"path": "applications/solvers/cfdemSolverPisoSTM/Make/files",
"chars": 62,
"preview": "cfdemSolverPisoSTM.C\n\nEXE=$(CFDEM_APP_DIR)/cfdemSolverPisoSTM\n"
},
{
"path": "applications/solvers/cfdemSolverPisoSTM/Make/options",
"chars": 978,
"preview": "sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)\ninclude $(CFDEM_ADD_LIBS_DIR)/$(CFDEM_ADD_LIBS_NAME)\n\nPFLAGS+= -DCFDEMWMPROJE"
},
{
"path": "applications/solvers/cfdemSolverPisoSTM/cfdemSolverPisoSTM.C",
"chars": 9922,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "applications/solvers/cfdemSolverPisoSTM/createFields.H",
"chars": 2790,
"preview": " Info<< \"Reading field p\\n\" << endl;\n volScalarField p\n (\n IOobject\n (\n \"p\",\n "
},
{
"path": "applications/solvers/cfdemSolverPisoScalar/Make/files",
"chars": 70,
"preview": "cfdemSolverPisoScalar.C\n\nEXE = $(CFDEM_APP_DIR)/cfdemSolverPisoScalar\n"
},
{
"path": "applications/solvers/cfdemSolverPisoScalar/Make/options",
"chars": 956,
"preview": "sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)\ninclude $(CFDEM_ADD_LIBS_DIR)/$(CFDEM_ADD_LIBS_NAME)\n\nPFLAGS+= -DCFDEMWMPROJE"
},
{
"path": "applications/solvers/cfdemSolverPisoScalar/cfdemSolverPisoScalar.C",
"chars": 10562,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "applications/solvers/cfdemSolverPisoScalar/createFields.H",
"chars": 3215,
"preview": " Info<< \"Reading field p\\n\" << endl;\n volScalarField p\n (\n IOobject\n (\n \"p\",\n "
},
{
"path": "applications/utilities/cfdemPostproc/Make/files",
"chars": 52,
"preview": "cfdemPostproc.C\n\nEXE=$(CFDEM_APP_DIR)/cfdemPostproc\n"
},
{
"path": "applications/utilities/cfdemPostproc/Make/options",
"chars": 745,
"preview": "sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)\ninclude $(CFDEM_ADD_LIBS_DIR)/$(CFDEM_ADD_LIBS_NAME)\n\nPFLAGS+= -DCFDEMWMPROJE"
},
{
"path": "applications/utilities/cfdemPostproc/cfdemPostproc.C",
"chars": 6357,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "applications/utilities/cfdemPostproc/createFields.H",
"chars": 2362,
"preview": " Info<< \"Reading field p\\n\" << endl;\n volScalarField p\n (\n IOobject\n (\n \"p\",\n "
},
{
"path": "applications/utilities/vizClock/matPlot.py",
"chars": 1457,
"preview": "#!/usr/bin/env python\r\nimport csv, sys\r\nimport numpy as np\r\nimport matplotlib.pyplot as plt\r\n\r\n# Open the data\r\ndatafile"
},
{
"path": "applications/utilities/vizClock/timeEvalFull.txt",
"chars": 545,
"preview": "Parallel Measurements in CPU-seconds of all Processors:\r\nName \t avgdeltaT \t maxdeltaT \t nOfRuns \t level \t parentNr \t par"
},
{
"path": "applications/utilities/writeUfluid/Make/files",
"chars": 50,
"preview": "writeUfluid.C\n\nEXE = $(CFDEM_APP_DIR)/writeUfluid\n"
},
{
"path": "applications/utilities/writeUfluid/Make/options",
"chars": 234,
"preview": "EXE_INC = \\\n -I$(LIB_SRC)/finiteVolume/lnInclude \\\n -I$(LIB_SRC)/meshTools/lnInclude \\\n -I$(LIB_SRC)/lagrangian"
},
{
"path": "applications/utilities/writeUfluid/createFields.H",
"chars": 545,
"preview": "\nIOdictionary propsDict\n(\n IOobject\n (\n \"particleTrackProperties\",\n runTime.constant(),\n mesh"
},
{
"path": "applications/utilities/writeUfluid/particleTrackProperties",
"chars": 976,
"preview": "/*--------------------------------*- C++ -*----------------------------------*\\\n| ========= | "
},
{
"path": "applications/utilities/writeUfluid/writeUfluid.C",
"chars": 3066,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "doc/_build/html/.buildinfo",
"chars": 230,
"preview": "# Sphinx build info version 1\n# This file hashes the configuration used when building these files. When it is not found,"
},
{
"path": "doc/_build/html/CFDEMcoupling_Manual.html",
"chars": 65515,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/IOModel.html",
"chars": 5616,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/IOModel_basicIO.html",
"chars": 5554,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/IOModel_noIO.html",
"chars": 5186,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/IOModel_sophIO.html",
"chars": 5339,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/IOModel_trackIO.html",
"chars": 5384,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/_static/basic.css",
"chars": 14667,
"preview": "/*\n * basic.css\n * ~~~~~~~~~\n *\n * Sphinx stylesheet -- basic theme.\n *\n * :copyright: Copyright 2007-2021 by the Sphinx"
},
{
"path": "doc/_build/html/_static/css/badge_only.css",
"chars": 3327,
"preview": ".fa:before{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"
},
{
"path": "doc/_build/html/_static/css/theme.css",
"chars": 131432,
"preview": "html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}article,aside,details,figcaption,figure,footer,heade"
},
{
"path": "doc/_build/html/_static/css/theme_CFDEMcoupling.css",
"chars": 844,
"preview": "/** rtd_theme improved for CFDEMcoupling **/\n\n@import 'theme.css';\n\n/* add upper roman enumerations */\n.wy-plain-list-up"
},
{
"path": "doc/_build/html/_static/doctools.js",
"chars": 9630,
"preview": "/*\n * doctools.js\n * ~~~~~~~~~~~\n *\n * Sphinx JavaScript utilities for all documentation.\n *\n * :copyright: Copyright 20"
},
{
"path": "doc/_build/html/_static/documentation_options.js",
"chars": 357,
"preview": "var DOCUMENTATION_OPTIONS = {\n URL_ROOT: document.getElementById(\"documentation_options\").getAttribute('data-url_root"
},
{
"path": "doc/_build/html/_static/jquery.js",
"chars": 288550,
"preview": "/*!\n * jQuery JavaScript Library v3.6.0\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * C"
},
{
"path": "doc/_build/html/_static/js/theme.js",
"chars": 9398,
"preview": "var jQuery = (typeof(window) != 'undefined') ? window.jQuery : require('jquery');\n\n// Sphinx theme nav state\nfunction Th"
},
{
"path": "doc/_build/html/_static/language_data.js",
"chars": 10854,
"preview": "/*\n * language_data.js\n * ~~~~~~~~~~~~~~~~\n *\n * This script contains the language-specific data used by searchtools.js,"
},
{
"path": "doc/_build/html/_static/pygments.css",
"chars": 4846,
"preview": "pre { line-height: 125%; }\ntd.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; paddin"
},
{
"path": "doc/_build/html/_static/searchtools.js",
"chars": 16950,
"preview": "/*\n * searchtools.js\n * ~~~~~~~~~~~~~~~~\n *\n * Sphinx JavaScript utilities for the full-text search.\n *\n * :copyright: C"
},
{
"path": "doc/_build/html/_static/underscore.js",
"chars": 68386,
"preview": "(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory("
},
{
"path": "doc/_build/html/averagingModel.html",
"chars": 5760,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/averagingModel_dense.html",
"chars": 5601,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/averagingModel_dilute.html",
"chars": 5800,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/cfdemSolverIB.html",
"chars": 6774,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/cfdemSolverPiso.html",
"chars": 4620,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/cfdemSolverPisoSTM.html",
"chars": 4860,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/cfdemSolverPisoScalar.html",
"chars": 6417,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/clockModel.html",
"chars": 5290,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/clockModel_noClock.html",
"chars": 5266,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/clockModel_standardClock.html",
"chars": 6828,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/dataExchangeModel.html",
"chars": 6273,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/dataExchangeModel_noDataExchange.html",
"chars": 5428,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/dataExchangeModel_oneWayVTK.html",
"chars": 6833,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/dataExchangeModel_twoWayFiles.html",
"chars": 6567,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/dataExchangeModel_twoWayMPI.html",
"chars": 6045,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/fix_couple_cfd.html",
"chars": 5559,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/fix_couple_cfd_force.html",
"chars": 8261,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel.html",
"chars": 6809,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_Archimedes.html",
"chars": 7741,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_ArchimedesIB.html",
"chars": 7030,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_DiFeliceDrag.html",
"chars": 10599,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_GidaspowDrag.html",
"chars": 10400,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_KochHillDrag.html",
"chars": 9939,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_LaEuScalarTemp.html",
"chars": 10379,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_MeiLift.html",
"chars": 8070,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_SchillerNaumannDrag.html",
"chars": 7166,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_ShirgaonkarIB.html",
"chars": 7776,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_checkCouplingInterval.html",
"chars": 10260,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_fieldStore.html",
"chars": 6490,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_fieldTimeAverage.html",
"chars": 6945,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_gradPForce.html",
"chars": 7935,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_noDrag.html",
"chars": 6662,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_particleCellVolume.html",
"chars": 7346,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_particleVolume.html",
"chars": 6486,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_periodicPressure.html",
"chars": 8748,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_scalarGeneralExchange.html",
"chars": 12487,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_virtualMassForce.html",
"chars": 7780,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_viscForce.html",
"chars": 8063,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceModel_volWeightedAverage.html",
"chars": 8385,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceSubModel.html",
"chars": 9227,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/forceSubModel_ImEx.html",
"chars": 5481,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/fvOptions.html",
"chars": 4552,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/fvOptions_meanSupVelocityForce.html",
"chars": 9516,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/genindex.html",
"chars": 13114,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" />\n <meta name=\"viewport\" content"
},
{
"path": "doc/_build/html/liggghtsCommandModel.html",
"chars": 5424,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/liggghtsCommandModel_execute.html",
"chars": 8567,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/liggghtsCommandModel_readLiggghtsData.html",
"chars": 8602,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/liggghtsCommandModel_runLiggghts.html",
"chars": 6637,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/liggghtsCommandModel_setDEMGravity.html",
"chars": 7196,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/liggghtsCommandModel_writeLiggghts.html",
"chars": 7280,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/locateModel.html",
"chars": 5296,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/locateModel_engineSearch.html",
"chars": 6318,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/locateModel_engineSearchIB.html",
"chars": 7530,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/locateModel_standardSearch.html",
"chars": 5388,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/meshMotionModel.html",
"chars": 5275,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/meshMotionModel_noMeshMotion.html",
"chars": 5322,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/momCoupleModel.html",
"chars": 6704,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/momCoupleModel_explicitCouple.html",
"chars": 6143,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/momCoupleModel_implicitCouple.html",
"chars": 6882,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/momCoupleModel_noCouple.html",
"chars": 5421,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/probeModel.html",
"chars": 5538,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/probeModel_noProbe.html",
"chars": 5365,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/probeModel_particleProbe.html",
"chars": 12361,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/scalarTransportModel.html",
"chars": 5593,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/scalarTransportModel_generalManual.html",
"chars": 7904,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/search.html",
"chars": 3529,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" />\n <meta name=\"viewport\" content"
},
{
"path": "doc/_build/html/searchindex.js",
"chars": 49356,
"preview": "Search.setIndex({docnames:[\"CFDEMcoupling_Manual\",\"IOModel\",\"IOModel_basicIO\",\"IOModel_noIO\",\"IOModel_sophIO\",\"IOModel_t"
},
{
"path": "doc/_build/html/smoothingModel.html",
"chars": 6022,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/smoothingModel_constDiffSmoothing.html",
"chars": 7901,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/smoothingModel_noSmoothing.html",
"chars": 5317,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/voidFractionModel.html",
"chars": 5310,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/voidFractionModel_GaussVoidFraction.html",
"chars": 7512,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/voidFractionModel_IBVoidFraction.html",
"chars": 7375,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/voidFractionModel_bigParticleVoidFraction.html",
"chars": 7663,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/voidFractionModel_centreVoidFraction.html",
"chars": 6416,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/voidFractionModel_dividedVoidFraction.html",
"chars": 9850,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/voidFractionModel_noVoidFraction.html",
"chars": 5130,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_build/html/voidFractionModel_trilinearVoidFraction.html",
"chars": 6341,
"preview": "<!DOCTYPE html>\n<html class=\"writer-html5\" lang=\"en\" >\n<head>\n <meta charset=\"utf-8\" /><meta name=\"generator\" content=\""
},
{
"path": "doc/_static/css/theme_CFDEMcoupling.css",
"chars": 844,
"preview": "/** rtd_theme improved for CFDEMcoupling **/\n\n@import 'theme.css';\n\n/* add upper roman enumerations */\n.wy-plain-list-up"
},
{
"path": "doc/release-notes-PUBLIC-3.8.0.txt",
"chars": 5803,
"preview": "\n===============================================================\nRelease notes for PUBLIC, version 3.8.0 \n\nsrc/lagrangia"
},
{
"path": "doc/release-notes-PUBLIC-3.8.1.txt",
"chars": 709,
"preview": "\n===============================================================\nRelease notes for PUBLIC, version 3.8.1\n\nUpdated CFDEMc"
},
{
"path": "src/eulerian/fvOptionsCFDEM/Make/files",
"chars": 136,
"preview": "derivedSources=sources/derived\n\n$(derivedSources)/meanSupVelocityForce/meanSupVelocityForce.C\n\nLIB = $(CFDEM_LIB_DIR)/li"
},
{
"path": "src/eulerian/fvOptionsCFDEM/Make/options",
"chars": 669,
"preview": "sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)\nsinclude $(RULES)/mplib$(WM_MPLIB)\n\nGIT_VERSION := $(shell git describe --dir"
},
{
"path": "src/eulerian/fvOptionsCFDEM/sources/derived/meanSupVelocityForce/meanSupVelocityForce.C",
"chars": 7666,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/eulerian/fvOptionsCFDEM/sources/derived/meanSupVelocityForce/meanSupVelocityForce.H",
"chars": 3979,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/Make/files",
"chars": 489,
"preview": "scalarTransportModel/scalarTransportModel.C\nscalarTransportModel/newScalarTransportModel.C\n\n/*Sub-Level*/\ntemperatureMod"
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/Make/options",
"chars": 909,
"preview": "sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)\nsinclude $(RULES)/mplib$(WM_MPLIB)\n\nGIT_VERSION := $(shell git describe --dir"
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/eulerianScalarField/eulerianScalarField.C",
"chars": 8157,
"preview": "/*---------------------------------------------------------------------------*\\\nLicense\n\n This is free software: you "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/eulerianScalarField/eulerianScalarField.H",
"chars": 5727,
"preview": "/*---------------------------------------------------------------------------*\\\nLicense\n\n This is free software: you "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/eulerianScalarField/newEulerianScalarField.C",
"chars": 1686,
"preview": "/*---------------------------------------------------------------------------*\\\nLicense\n\n This is free software: you "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/generalManual/generalManual.C",
"chars": 6551,
"preview": "/*---------------------------------------------------------------------------*\\\nLicense\n\n This is free software: you "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/generalManual/generalManual.H",
"chars": 3361,
"preview": "/*---------------------------------------------------------------------------*\\\nLicense\n\n This is free software: you "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/generalPhaseChange/generalPhaseChange.C",
"chars": 3475,
"preview": "/*---------------------------------------------------------------------------*\\\nLicense\n\n This is free software: you "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/generalPhaseChange/generalPhaseChange.H",
"chars": 2574,
"preview": "/*---------------------------------------------------------------------------*\\\nLicense\n\n This is free software: you "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/noTransport/noTransport.C",
"chars": 2295,
"preview": "/*---------------------------------------------------------------------------*\\\nLicense\n\n This is free software: you "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/noTransport/noTransport.H",
"chars": 2010,
"preview": "/*---------------------------------------------------------------------------*\\\nLicense\n\n This is free software: you "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/phaseChangeModel/newPhaseChangeModel.C",
"chars": 1668,
"preview": "/*---------------------------------------------------------------------------*\\\nLicense\n\n This is free software: you "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/phaseChangeModel/phaseChangeModel.C",
"chars": 10062,
"preview": "/*---------------------------------------------------------------------------*\\\nLicense\n\n This is free software: you "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/phaseChangeModel/phaseChangeModel.H",
"chars": 5834,
"preview": "/*---------------------------------------------------------------------------*\\\nLicense\n\n This is free software: you "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/scalarTransportModel/newScalarTransportModel.C",
"chars": 3229,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/scalarTransportModel/scalarTransportModel.C",
"chars": 3557,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/scalarTransportModel/scalarTransportModel.H",
"chars": 3559,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/temperatureModel/temperatureModel.C",
"chars": 3441,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/eulerian/scalarTransportModelsCFDEM/temperatureModel/temperatureModel.H",
"chars": 2956,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/lagrangian/cfdemParticle/Make/files",
"chars": 5200,
"preview": "path = ../cfdemParticle\ncfdemCloud = $(path)/cfdemCloud\nderived = $(path)/derived\ncfdTools = $(path)/cfdTools\nforceModel"
},
{
"path": "src/lagrangian/cfdemParticle/Make/options",
"chars": 1357,
"preview": "sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)\nsinclude $(RULES)/mplib$(WM_MPLIB)\n\n$(shell if [ ! -e \"$(CFDEM_LIB_DIR)\" ]; t"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/IOtools/json/json.C",
"chars": 9397,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/IOtools/json/json.H",
"chars": 5410,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/checkImCoupleM.H",
"chars": 874,
"preview": "// check if NO explicitCouple model is declared - otherwise error!\n// include this file before the cloud class is create"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/checkImExCoupleM.H",
"chars": 391,
"preview": "// check if both implicit and explicitCouple model is declared - otherwise error!\n// include this file after the cloud c"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/checkModelType.H",
"chars": 40,
"preview": "#include \"sanityChecks/level0_Solver.H\"\n"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/compressibleContinuityErrsPU.H",
"chars": 2205,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/constructCFDEMcloud.H",
"chars": 224,
"preview": "#if defined(MS)\n #if defined(superquadrics_flag)\n cfdemCloudRotationSuperquadric particleCloud(mesh);\n #els"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/continuityErrorPhiPU.H",
"chars": 2179,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/continuityErrorPhiVoidfraction.H",
"chars": 2127,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/couplingForceError.H",
"chars": 1565,
"preview": "//Compute error due to implicit part of the \n//coupling force acting on particle cloud (using fluid velocity AFTER solv"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/createCFDEMFields.H",
"chars": 1306,
"preview": " Info<< \"\\nReading momentum exchange field Ksl\\n\" << endl;\n volScalarField Ksl\n (\n IOobject\n (\n "
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/createFieldsAddOn.H",
"chars": 874,
"preview": " Info<< \"\\nConstructing explicit momentum exchange field f.\\n\" << endl;\n volVectorField f\n (\n IOobject\n "
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/debugInfo.H",
"chars": 4336,
"preview": "\n //========================================================================//\n scalar countCell=0; // nu"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/declareCFDEMcloud.H",
"chars": 200,
"preview": "#if defined(MS)\n #if defined(superquadrics_flag)\n #include \"cfdemCloudRotationSuperquadric.H\"\n #else\n "
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/fixedFluxPressureHandling.H",
"chars": 1137,
"preview": "#ifdef version50\n if (modelType==\"A\")\n {\n volScalarField rUsed = rUA*voidfraction;\n constrainPressur"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/forceCheckEx.H",
"chars": 1436,
"preview": "// NOTE:\n// this file is typically included at a position of the solver so that\n// it reports the momentum exchange base"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/forceCheckIm.H",
"chars": 658,
"preview": "// NOTE:\n// this file is typically included at a position of the solver so that\n// it reports the momentum exchange base"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/forceCheckImEx.H",
"chars": 109,
"preview": "//Force Checks - calc. total explicit and implicit force\n#include \"forceCheckIm.H\"\n#include \"forceCheckEx.H\"\n"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/global.C",
"chars": 2833,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/global.H",
"chars": 3241,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/mathExtra.H",
"chars": 8901,
"preview": "/* ----------------------------------------------------------------------\n CFDEMcoupling - Open Source CFD-DEM coupli"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/newGlobal.C",
"chars": 2784,
"preview": "/*---------------------------------------------------------------------------*\\\n CFDEMcoupling - Open Source CFD-DEM "
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/readPISOControls_OF30.H",
"chars": 154,
"preview": "\n//create PISO object\npisoControl piso(mesh);\n\n//create lables\nlabel nCorr = piso.nCorrPISO();\nlabel nNonOrt"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetAlphaInterpolator.H",
"chars": 167,
"preview": "alphaInterpolator_.clear();\nalphaInterpolator_.reset(interpolation<scalar>::New(propsDict_.lookupOrDefault(\"alphaInterpo"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetDDtUInterpolator.H",
"chars": 167,
"preview": "DDtUInterpolator_.clear();\nDDtUInterpolator_.reset(interpolation<vector>::New(propsDict_.lookupOrDefault(\"DDtUInterpolat"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetDSauterInterpolator.H",
"chars": 175,
"preview": "dSauterInterpolator_.clear();\ndSauterInterpolator_.reset(interpolation<scalar>::New(propsDict_.lookupOrDefault(\"dSauterI"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetDivTauInterpolator.H",
"chars": 175,
"preview": "divTauInterpolator_.clear();\ndivTauInterpolator_.reset(interpolation<vector>::New(propsDict_.lookupOrDefault(\"divTauInte"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetFluidScalarFieldInterpolator.H",
"chars": 211,
"preview": "fluidScalarFieldInterpolator_.clear();\nfluidScalarFieldInterpolator_.reset(interpolation<scalar>::New(propsDict_.lookupO"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetGInterpolator.H",
"chars": 151,
"preview": "GInterpolator_.clear();\nGInterpolator_.reset(interpolation<scalar>::New(propsDict_.lookupOrDefault(\"GInterpolationType\","
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetGradAlphaInterpolator.H",
"chars": 187,
"preview": "gradAlphaInterpolator_.clear();\ngradAlphaInterpolator_.reset(interpolation<vector>::New(propsDict_.lookupOrDefault(\"grad"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetGradPInterpolator.H",
"chars": 171,
"preview": "gradPInterpolator_.clear();\ngradPInterpolator_.reset(interpolation<vector>::New(propsDict_.lookupOrDefault(\"gradPInterpo"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetGradPsolidInterpolator.H",
"chars": 187,
"preview": "gradPsolidInterpolator_.clear();\ngradPsolidInterpolator_.reset(interpolation<vector>::New(propsDict_.lookupOrDefault(\"gr"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetGradUInterpolator.H",
"chars": 171,
"preview": "gradUInterpolator_.clear();\ngradUInterpolator_.reset(interpolation<vector>::New(propsDict_.lookupOrDefault(\"gradUInterpo"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetGradVoidfractionInterpolator.H",
"chars": 215,
"preview": "gradVoidfractionInterpolator_.clear();\ngradVoidfractionInterpolator_.reset(interpolation<vector>::New(propsDict_.lookupO"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetPhiP1Interpolator.H",
"chars": 167,
"preview": "phiP1Interpolator_.clear();\nphiP1Interpolator_.reset(interpolation<scalar>::New(propsDict_.lookupOrDefault(\"phiP1Interpo"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetPhiP2Interpolator.H",
"chars": 167,
"preview": "phiP2Interpolator_.clear();\nphiP2Interpolator_.reset(interpolation<scalar>::New(propsDict_.lookupOrDefault(\"phiP2Interpo"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetRhoInterpolator.H",
"chars": 159,
"preview": "RhoInterpolator_.clear();\nRhoInterpolator_.reset(interpolation<scalar>::New(propsDict_.lookupOrDefault(\"RhoInterpolation"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetShearRateInterpolator.H",
"chars": 191,
"preview": "shearRateInterpolator_.clear();\nshearRateInterpolator_.reset(interpolation<symmTensor>::New(propsDict_.lookupOrDefault(\""
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetTInterpolator.H",
"chars": 151,
"preview": "TInterpolator_.clear();\nTInterpolator_.reset(interpolation<scalar>::New(propsDict_.lookupOrDefault(\"TInterpolationType\","
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetUInterpolator.H",
"chars": 155,
"preview": "UInterpolator_.clear();\nUInterpolator_.reset(interpolation<vector>::New(propsDict_.lookupOrDefault(\"UInterpolationType\","
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetUp1Interpolator.H",
"chars": 163,
"preview": "Up1Interpolator_.clear();\nUp1Interpolator_.reset(interpolation<vector>::New(propsDict_.lookupOrDefault(\"Up1Interpolation"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetUp2Interpolator.H",
"chars": 163,
"preview": "Up2Interpolator_.clear();\nUp2Interpolator_.reset(interpolation<vector>::New(propsDict_.lookupOrDefault(\"Up2Interpolation"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetUsInterpolator.H",
"chars": 159,
"preview": "UsInterpolator_.clear();\nUsInterpolator_.reset(interpolation<vector>::New(propsDict_.lookupOrDefault(\"UsInterpolationTyp"
},
{
"path": "src/lagrangian/cfdemParticle/cfdTools/resetInterpolators/resetVoidfractionInterpolator.H",
"chars": 195,
"preview": "voidfractionInterpolator_.clear();\nvoidfractionInterpolator_.reset(interpolation<scalar>::New(propsDict_.lookupOrDefault"
}
]
// ... and 610 more files (download for full content)
About this extraction
This page contains the full source code of the CFDEMproject/CFDEMcoupling-PUBLIC GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 810 files (3.2 MB), approximately 874.9k tokens, and a symbol index with 517 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.