diff --git a/doc/CFDEMcoupling_Manual.html b/doc/CFDEMcoupling_Manual.html index c100495e..6d2fc602 100644 --- a/doc/CFDEMcoupling_Manual.html +++ b/doc/CFDEMcoupling_Manual.html @@ -215,29 +215,29 @@ listing below of styles within certain commands. dataExchangeModel_twoWayMPIdataExchangeModel_twoWayMany2Many forceModelforceModel_Archimedes forceModel_ArchimedesIBforceModel_DiFeliceDrag -forceModel_GidaspowDragforceModel_KochHillDrag -forceModel_LaEuScalarTempforceModel_MeiLift -forceModel_SchillerNaumannDragforceModel_ShirgaonkarIB -forceModel_fieldStoreforceModel_gradPForce -forceModel_noDragforceModel_particleCellVolume -forceModel_virtualMassForceforceModel_viscForce -forceSubModelforceSubModel_ImEx -forceSubModel_ImExCorrliggghtsCommandModel -liggghtsCommandModel_executeliggghtsCommandModel_readLiggghtsData -liggghtsCommandModel_runLiggghtsliggghtsCommandModel_writeLiggghts -locateModellocateModel_engineSearch -locateModel_engineSearchIBlocateModel_engineSearchMany2Many -locateModel_standardSearchlocateModel_turboEngineSearch -meshMotionModelmeshMotionModel_noMeshMotion -momCoupleModelmomCoupleModel_explicitCouple -momCoupleModel_implicitCouplemomCoupleModel_noCouple -probeModelprobeModel_noProbe -regionModelregionModel_allRegion -smoothingModelsmoothingModel_constDiffSmoothing -smoothingModel_noSmoothingvoidfractionModel -voidfractionModel_GaussVoidFractionvoidfractionModel_IBVoidFraction -voidfractionModel_bigParticleVoidFractionvoidfractionModel_centreVoidFraction -voidfractionModel_dividedVoidFraction +forceModel_dSauterforceModel_GidaspowDrag +forceModel_KochHillDragforceModel_LaEuScalarTemp +forceModel_MeiLiftforceModel_SchillerNaumannDrag +forceModel_ShirgaonkarIBforceModel_fieldStore +forceModel_gradPForceforceModel_noDrag +forceModel_particleCellVolumeforceModel_virtualMassForce +forceModel_viscForceforceSubModel +forceSubModel_ImExforceSubModel_ImExCorr +liggghtsCommandModelliggghtsCommandModel_execute +liggghtsCommandModel_readLiggghtsDataliggghtsCommandModel_runLiggghts +liggghtsCommandModel_writeLiggghtslocateModel +locateModel_engineSearchlocateModel_engineSearchIB +locateModel_engineSearchMany2ManylocateModel_standardSearch +locateModel_turboEngineSearchmeshMotionModel +meshMotionModel_noMeshMotionmomCoupleModel +momCoupleModel_explicitCouplemomCoupleModel_implicitCouple +momCoupleModel_noCoupleprobeModel +probeModel_noProberegionModel +regionModel_allRegionsmoothingModel +smoothingModel_constDiffSmoothingsmoothingModel_noSmoothing +voidfractionModelvoidfractionModel_GaussVoidFraction +voidfractionModel_IBVoidFractionvoidfractionModel_bigParticleVoidFraction +voidfractionModel_centreVoidFractionvoidfractionModel_dividedVoidFraction diff --git a/doc/CFDEMcoupling_Manual.txt b/doc/CFDEMcoupling_Manual.txt index 3493934c..fdc93a03 100644 --- a/doc/CFDEMcoupling_Manual.txt +++ b/doc/CFDEMcoupling_Manual.txt @@ -260,6 +260,7 @@ listing below of styles within certain commands. "forceModel_Archimedes"_forceModel_Archimedes.html, "forceModel_ArchimedesIB"_forceModel_ArchimedesIB.html, "forceModel_DiFeliceDrag"_forceModel_DiFeliceDrag.html, +"forceModel_dSauter"_forceModel_dSauter.html, "forceModel_GidaspowDrag"_forceModel_GidaspowDrag.html, "forceModel_KochHillDrag"_forceModel_KochHillDrag.html, "forceModel_LaEuScalarTemp"_forceModel_LaEuScalarTemp.html, diff --git a/doc/Eqs/d32.png b/doc/Eqs/d32.png new file mode 100644 index 00000000..c8f91641 Binary files /dev/null and b/doc/Eqs/d32.png differ diff --git a/doc/forceModel.html b/doc/forceModel.html index 0e71fa58..fa2d2f78 100644 --- a/doc/forceModel.html +++ b/doc/forceModel.html @@ -41,7 +41,7 @@

Related commands:

-

Archimedes, DiFeliceDrag, gradPForce, viscForce +

Archimedes, DiFeliceDrag, gradPForce, viscForce">dSauter

Note: This examples list may be incomplete - please look for other models (forceModel_XY) in this documentation.

diff --git a/doc/forceModel.txt b/doc/forceModel.txt index 4ae3a1a1..2ada849a 100644 --- a/doc/forceModel.txt +++ b/doc/forceModel.txt @@ -39,7 +39,7 @@ None. [Related commands:] -"Archimedes"_forceModel_Archimedes.html, "DiFeliceDrag"_forceModel_DiFeliceDrag.html, "gradPForce"_forceModel_gradPForce.html, "viscForce"_forceModel_viscForce.html +"Archimedes"_forceModel_Archimedes.html, "DiFeliceDrag"_forceModel_DiFeliceDrag.html, "gradPForce"_forceModel_gradPForce.html, "viscForce"_forceModel_viscForce.html,"dSauter"_forceModel_dSauter.html Note: This examples list may be incomplete - please look for other models (forceModel_XY) in this documentation. diff --git a/doc/forceModel_dSauter.html b/doc/forceModel_dSauter.html new file mode 100644 index 00000000..4f8050e3 --- /dev/null +++ b/doc/forceModel_dSauter.html @@ -0,0 +1,47 @@ + +
CFDEMproject WWW Site - CFDEM Commands +
+ + + + +
+ +

forceModel_dSauter command +

+

Syntax: +

+

Defined in couplingProperties dictionary. +

+
forceModels
+(
+    dSauter
+);
+dSauterProps
+{
+    coarseGrainingFactors
+    (
+        X Y Z
+    );
+}; 
+
+ +

Description: +

+

This "forceModel" does not influence the particles or the flow - it calculates the Sauter diameter +

+
+
+

. +

+

Restrictions: +

+

none. +

+

Related commands: +

+

forceModel

+ diff --git a/doc/forceModel_dSauter.txt b/doc/forceModel_dSauter.txt new file mode 100644 index 00000000..478c8dbd --- /dev/null +++ b/doc/forceModel_dSauter.txt @@ -0,0 +1,44 @@ +"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c + +:link(lws,http://www.cfdem.com) +:link(lc,CFDEMcoupling_Manual.html#comm) + +:line + +forceModel_dSauter command :h3 + +[Syntax:] + +Defined in couplingProperties dictionary. + +forceModels +( + dSauter +); +dSauterProps +\{ + coarseGrainingFactors + ( + X Y Z + ); +\}; :pre + +{coarseGrainingFactors} = list of coarse graining factors by type, separated by whitespace, optional :ulb,l + +:ule + +[Description:] + +This "forceModel" does not influence the particles or the flow - it calculates the Sauter diameter + +:c,image(Eqs/d32.png) +. + + +[Restrictions:] + +none. + +[Related commands:] + +"forceModel"_forceModel.html \ No newline at end of file