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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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