mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
clean up: remove all references to localPSizeDiffSmoothing
The smoothing model "localPSizeDiffSmoothing" does not exist. Thus, we can clear-out all references to it in the tutorials and the documentation.
This commit is contained in:
@ -23,8 +23,6 @@
|
|||||||
</PRE>
|
</PRE>
|
||||||
<PRE>smoothingModel constDiffSmoothing;
|
<PRE>smoothingModel constDiffSmoothing;
|
||||||
</PRE>
|
</PRE>
|
||||||
<PRE>smoothingModel localPSizeDiffSmoothing;
|
|
||||||
</PRE>
|
|
||||||
<P>Note: This examples list might not be complete - please look for other models (smoothingModel_XY) in this documentation.
|
<P>Note: This examples list might not be complete - please look for other models (smoothingModel_XY) in this documentation.
|
||||||
</P>
|
</P>
|
||||||
<P>ATTENTION: In case a smoothing model is used in conjunction with "PimpleImEx" solvers, the fields "f" and "fSmooth" must be placed in the initial time directory! This is because zeroGradient boundary conditions for the fields "f" and "fSmooth" must be specified, otherwise the smoothing operation will give an Error.
|
<P>ATTENTION: In case a smoothing model is used in conjunction with "PimpleImEx" solvers, the fields "f" and "fSmooth" must be placed in the initial time directory! This is because zeroGradient boundary conditions for the fields "f" and "fSmooth" must be specified, otherwise the smoothing operation will give an Error.
|
||||||
|
|||||||
@ -19,7 +19,6 @@ model = name of the smoothingModel to be applied :ul
|
|||||||
|
|
||||||
smoothingModel off; :pre
|
smoothingModel off; :pre
|
||||||
smoothingModel constDiffSmoothing; :pre
|
smoothingModel constDiffSmoothing; :pre
|
||||||
smoothingModel localPSizeDiffSmoothing; :pre
|
|
||||||
|
|
||||||
Note: This examples list might not be complete - please look for other models (smoothingModel_XY) in this documentation.
|
Note: This examples list might not be complete - please look for other models (smoothingModel_XY) in this documentation.
|
||||||
|
|
||||||
|
|||||||
@ -49,7 +49,7 @@ averagingModel dense;//dilute;//
|
|||||||
|
|
||||||
clockModel off;//standardClock;//
|
clockModel off;//standardClock;//
|
||||||
|
|
||||||
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
|
smoothingModel off;// constDiffSmoothing; //
|
||||||
|
|
||||||
forceModels
|
forceModels
|
||||||
(
|
(
|
||||||
@ -75,14 +75,6 @@ turbulenceModelType "turbulenceProperties";
|
|||||||
//===========================================================================//
|
//===========================================================================//
|
||||||
// sub-model properties
|
// sub-model properties
|
||||||
|
|
||||||
localPSizeDiffSmoothingProps
|
|
||||||
{
|
|
||||||
lowerLimit 0.1;
|
|
||||||
upperLimit 1e10;
|
|
||||||
dSmoothingLength 1.5e-3;
|
|
||||||
Csmoothing 1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
constDiffSmoothingProps
|
constDiffSmoothingProps
|
||||||
{
|
{
|
||||||
lowerLimit 0.1;
|
lowerLimit 0.1;
|
||||||
|
|||||||
@ -51,7 +51,7 @@ averagingModel dense;//dilute;//
|
|||||||
|
|
||||||
clockModel standardClock;//off;
|
clockModel standardClock;//off;
|
||||||
|
|
||||||
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
|
smoothingModel off;// constDiffSmoothing; //
|
||||||
|
|
||||||
forceModels
|
forceModels
|
||||||
(
|
(
|
||||||
@ -80,14 +80,6 @@ turbulenceModelType "turbulenceProperties";//"LESProperties";//
|
|||||||
//===========================================================================//
|
//===========================================================================//
|
||||||
// sub-model properties
|
// sub-model properties
|
||||||
|
|
||||||
localPSizeDiffSmoothingProps
|
|
||||||
{
|
|
||||||
lowerLimit 0.1;
|
|
||||||
upperLimit 1e10;
|
|
||||||
dSmoothingLength 1.5e-3;
|
|
||||||
Csmoothing 1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
constDiffSmoothingProps
|
constDiffSmoothingProps
|
||||||
{
|
{
|
||||||
lowerLimit 0.1;
|
lowerLimit 0.1;
|
||||||
|
|||||||
@ -48,7 +48,7 @@ averagingModel dense;//dilute;//
|
|||||||
|
|
||||||
clockModel standardClock;//off;//
|
clockModel standardClock;//off;//
|
||||||
|
|
||||||
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
|
smoothingModel off;// constDiffSmoothing; //
|
||||||
|
|
||||||
forceModels
|
forceModels
|
||||||
(
|
(
|
||||||
@ -74,14 +74,6 @@ turbulenceModelType "turbulenceProperties";
|
|||||||
//===========================================================================//
|
//===========================================================================//
|
||||||
// sub-model properties
|
// sub-model properties
|
||||||
|
|
||||||
localPSizeDiffSmoothingProps
|
|
||||||
{
|
|
||||||
lowerLimit 0.1;
|
|
||||||
upperLimit 1e10;
|
|
||||||
dSmoothingLength 1.5e-3;
|
|
||||||
Csmoothing 1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
constDiffSmoothingProps
|
constDiffSmoothingProps
|
||||||
{
|
{
|
||||||
lowerLimit 0.1;
|
lowerLimit 0.1;
|
||||||
|
|||||||
@ -48,7 +48,7 @@ averagingModel dense;//dilute;//
|
|||||||
|
|
||||||
clockModel standardClock;//off;
|
clockModel standardClock;//off;
|
||||||
|
|
||||||
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
|
smoothingModel off;// constDiffSmoothing; //
|
||||||
|
|
||||||
forceModels
|
forceModels
|
||||||
(
|
(
|
||||||
@ -74,14 +74,6 @@ turbulenceModelType "turbulenceProperties";
|
|||||||
//===========================================================================//
|
//===========================================================================//
|
||||||
// sub-model properties
|
// sub-model properties
|
||||||
|
|
||||||
localPSizeDiffSmoothingProps
|
|
||||||
{
|
|
||||||
lowerLimit 0.1;
|
|
||||||
upperLimit 1e10;
|
|
||||||
dSmoothingLength 1.5e-3;
|
|
||||||
Csmoothing 1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
constDiffSmoothingProps
|
constDiffSmoothingProps
|
||||||
{
|
{
|
||||||
lowerLimit 0.1;
|
lowerLimit 0.1;
|
||||||
|
|||||||
@ -51,7 +51,7 @@ averagingModel dense;
|
|||||||
|
|
||||||
clockModel off;
|
clockModel off;
|
||||||
|
|
||||||
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
|
smoothingModel off;// constDiffSmoothing; //
|
||||||
|
|
||||||
forceModels
|
forceModels
|
||||||
(
|
(
|
||||||
|
|||||||
@ -51,7 +51,7 @@ averagingModel dense;//dilute;//
|
|||||||
|
|
||||||
clockModel standardClock;//off;
|
clockModel standardClock;//off;
|
||||||
|
|
||||||
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
|
smoothingModel off;// constDiffSmoothing; //
|
||||||
|
|
||||||
forceModels
|
forceModels
|
||||||
(
|
(
|
||||||
@ -102,14 +102,6 @@ SyamlalThermCondProps
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
localPSizeDiffSmoothingProps
|
|
||||||
{
|
|
||||||
lowerLimit 0.1;
|
|
||||||
upperLimit 1e10;
|
|
||||||
dSmoothingLength 1.5e-3;
|
|
||||||
Csmoothing 1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
constDiffSmoothingProps
|
constDiffSmoothingProps
|
||||||
{
|
{
|
||||||
lowerLimit 0.1;
|
lowerLimit 0.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user