[DOC] update model options

This commit is contained in:
danielque
2018-07-23 15:20:44 +02:00
parent dbabe3285d
commit d9abd3df0b
15 changed files with 94 additions and 25 deletions

View File

@ -19,12 +19,14 @@ constDiffSmoothingProps
upperLimit number2;
smoothingLength lengthScale;
smoothingLengthReferenceField lengthScaleRefField;
verbose;
\} :pre
{number1} = scalar fields will be bound to this lower value :ulb,l
{number2} = scalar fields will be bound to this upper value :l
{lengthScale} = length scale over which the exchange fields will be smoothed out :l
{lengthScaleRefField} = length scale over which reference fields (e.g., the average particle velocity) will be smoothed out. Should be always larger than lengthScale. If not specified, will be equal to lengthScale. :l
{verbose} = (optional, default false) flag for debugging output :l
:ule
[Examples:]