diff --git a/doc/smoothingModel.html b/doc/smoothingModel.html index 9aace850..78e8f23e 100644 --- a/doc/smoothingModel.html +++ b/doc/smoothingModel.html @@ -23,8 +23,6 @@
smoothingModel constDiffSmoothing;-
smoothingModel localPSizeDiffSmoothing; -
Note: This examples list might not be complete - please look for other models (smoothingModel_XY) in this documentation.
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. diff --git a/doc/smoothingModel.txt b/doc/smoothingModel.txt index 77561baf..903a4771 100644 --- a/doc/smoothingModel.txt +++ b/doc/smoothingModel.txt @@ -19,7 +19,6 @@ model = name of the smoothingModel to be applied :ul smoothingModel off; :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. diff --git a/tutorials/cfdemSolverPiso/ErgunTestCG/CFD/constant/couplingProperties b/tutorials/cfdemSolverPiso/ErgunTestCG/CFD/constant/couplingProperties index 862de403..77aaa2d1 100644 --- a/tutorials/cfdemSolverPiso/ErgunTestCG/CFD/constant/couplingProperties +++ b/tutorials/cfdemSolverPiso/ErgunTestCG/CFD/constant/couplingProperties @@ -49,7 +49,7 @@ averagingModel dense;//dilute;// clockModel off;//standardClock;// -smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; // +smoothingModel off;// constDiffSmoothing; // forceModels ( @@ -75,14 +75,6 @@ turbulenceModelType "turbulenceProperties"; //===========================================================================// // sub-model properties -localPSizeDiffSmoothingProps -{ - lowerLimit 0.1; - upperLimit 1e10; - dSmoothingLength 1.5e-3; - Csmoothing 1.0; -} - constDiffSmoothingProps { lowerLimit 0.1; diff --git a/tutorials/cfdemSolverPiso/ErgunTestMPI/CFD/constant/couplingProperties b/tutorials/cfdemSolverPiso/ErgunTestMPI/CFD/constant/couplingProperties index 01def497..ea14da15 100644 --- a/tutorials/cfdemSolverPiso/ErgunTestMPI/CFD/constant/couplingProperties +++ b/tutorials/cfdemSolverPiso/ErgunTestMPI/CFD/constant/couplingProperties @@ -51,7 +51,7 @@ averagingModel dense;//dilute;// clockModel standardClock;//off; -smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; // +smoothingModel off;// constDiffSmoothing; // forceModels ( @@ -80,14 +80,6 @@ turbulenceModelType "turbulenceProperties";//"LESProperties";// //===========================================================================// // sub-model properties -localPSizeDiffSmoothingProps -{ - lowerLimit 0.1; - upperLimit 1e10; - dSmoothingLength 1.5e-3; - Csmoothing 1.0; -} - constDiffSmoothingProps { lowerLimit 0.1; diff --git a/tutorials/cfdemSolverPiso/ErgunTestMPI_restart/CFD/constant/couplingProperties_restart b/tutorials/cfdemSolverPiso/ErgunTestMPI_restart/CFD/constant/couplingProperties_restart index b74c6fcf..740c7f1b 100644 --- a/tutorials/cfdemSolverPiso/ErgunTestMPI_restart/CFD/constant/couplingProperties_restart +++ b/tutorials/cfdemSolverPiso/ErgunTestMPI_restart/CFD/constant/couplingProperties_restart @@ -48,7 +48,7 @@ averagingModel dense;//dilute;// clockModel standardClock;//off;// -smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; // +smoothingModel off;// constDiffSmoothing; // forceModels ( @@ -74,14 +74,6 @@ turbulenceModelType "turbulenceProperties"; //===========================================================================// // sub-model properties -localPSizeDiffSmoothingProps -{ - lowerLimit 0.1; - upperLimit 1e10; - dSmoothingLength 1.5e-3; - Csmoothing 1.0; -} - constDiffSmoothingProps { lowerLimit 0.1; diff --git a/tutorials/cfdemSolverPiso/ErgunTestMPI_restart/CFD/constant/couplingProperties_run b/tutorials/cfdemSolverPiso/ErgunTestMPI_restart/CFD/constant/couplingProperties_run index a99a472c..ee4aa52c 100644 --- a/tutorials/cfdemSolverPiso/ErgunTestMPI_restart/CFD/constant/couplingProperties_run +++ b/tutorials/cfdemSolverPiso/ErgunTestMPI_restart/CFD/constant/couplingProperties_run @@ -48,7 +48,7 @@ averagingModel dense;//dilute;// clockModel standardClock;//off; -smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; // +smoothingModel off;// constDiffSmoothing; // forceModels ( @@ -74,14 +74,6 @@ turbulenceModelType "turbulenceProperties"; //===========================================================================// // sub-model properties -localPSizeDiffSmoothingProps -{ - lowerLimit 0.1; - upperLimit 1e10; - dSmoothingLength 1.5e-3; - Csmoothing 1.0; -} - constDiffSmoothingProps { lowerLimit 0.1; diff --git a/tutorials/cfdemSolverPisoMS/ErgunTestMPI/CFD/constant/couplingProperties b/tutorials/cfdemSolverPisoMS/ErgunTestMPI/CFD/constant/couplingProperties index cc931b75..deac82f4 100644 --- a/tutorials/cfdemSolverPisoMS/ErgunTestMPI/CFD/constant/couplingProperties +++ b/tutorials/cfdemSolverPisoMS/ErgunTestMPI/CFD/constant/couplingProperties @@ -51,7 +51,7 @@ averagingModel dense; clockModel off; -smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; // +smoothingModel off;// constDiffSmoothing; // forceModels ( diff --git a/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/constant/couplingProperties b/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/constant/couplingProperties index 5da2a643..160d6023 100644 --- a/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/constant/couplingProperties +++ b/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/constant/couplingProperties @@ -51,7 +51,7 @@ averagingModel dense;//dilute;// clockModel standardClock;//off; -smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; // +smoothingModel off;// constDiffSmoothing; // forceModels ( @@ -102,14 +102,6 @@ SyamlalThermCondProps { } -localPSizeDiffSmoothingProps -{ - lowerLimit 0.1; - upperLimit 1e10; - dSmoothingLength 1.5e-3; - Csmoothing 1.0; -} - constDiffSmoothingProps { lowerLimit 0.1;