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:
Gerhard Holzinger
2017-09-27 14:55:03 +02:00
parent b8921ec6ca
commit 8553d55f02
8 changed files with 6 additions and 49 deletions

View File

@ -23,8 +23,6 @@
</PRE>
<PRE>smoothingModel constDiffSmoothing;
</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>
<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.

View File

@ -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.

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -51,7 +51,7 @@ averagingModel dense;
clockModel off;
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
smoothingModel off;// constDiffSmoothing; //
forceModels
(

View File

@ -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;