[DOC]fix up formatting for (IMPORTANT) NOTEs

This commit is contained in:
danielque
2018-07-18 14:25:12 +02:00
parent b56390e3de
commit 61d7a88793
20 changed files with 51 additions and 27 deletions

View File

@ -42,10 +42,15 @@ constDiffSmoothingProps
The "constDiffSmoothing" model is a basic smoothingModel model which reads a smoothing length scale being used for smoothing the exchange fields (voidfraction, Ksl, f if present). This model can be used for smoothing explicit force coupling fields, as well as implicit force coupling algorithms.
Smoothing for reference fields is performed to "fill in" values in cells in which these reference fields are not specified. Values calculated in the cells (via Lagrangian-To-Euler mapping) are NOT changed! These reference fields are, e.g., the average particle velocity, which are not specified in all cells in case the flow is rather dilute.
[Restrictions:] This model is tested in a limited number of flow situations.
[Restrictions:]
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.
This model is tested in a limited number of flow situations.
IMPORTANT NOTE: 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.
[Related commands:]