Files
CFDEMcoupling-PFM/doc/smoothingModel.html
Gerhard Holzinger 8553d55f02 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.
2017-09-27 14:55:03 +02:00

39 lines
1.3 KiB
HTML

<HTML>
<CENTER><A HREF = "http://www.cfdem.com">CFDEMproject WWW Site</A> - <A HREF = "CFDEMcoupling_Manual.html#comm">CFDEM Commands</A>
</CENTER>
<HR>
<H3>smoothingModel command
</H3>
<P><B>Syntax:</B>
</P>
<P>Defined in couplingProperties dictionary.
</P>
<PRE>smoothingModel model;
</PRE>
<UL><LI>model = name of the smoothingModel to be applied
</UL>
<P><B>Examples:</B>
</P>
<PRE>smoothingModel off;
</PRE>
<PRE>smoothingModel constDiffSmoothing;
</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.
</P>
<P><B>Description:</B>
</P>
<P>The smoothingModel is the base class for models that smoothen the exchange fields (i.e., voidfraction and the Ksl field in case of implicit force coupling). This is relevant in case one uses a small grid resolution compared to the local particle diameter (or parcel diameter in case one uses a parcel approach).
</P>
<P><B>Restrictions:</B> These models are in beta testing.
</P>
<P><B>Default:</B> none.
</P>
</HTML>