mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: Updated header file documentation
This commit is contained in:
@ -35,7 +35,7 @@ Description
|
||||
The weight of a blended scheme is given by a function of the blending
|
||||
factor, f:
|
||||
|
||||
\[f
|
||||
\f[
|
||||
weight = f scheme1 + (1 - f) scheme2
|
||||
\f]
|
||||
|
||||
|
||||
@ -30,6 +30,7 @@ Description
|
||||
Generates particle size information from Eulerian calculations, e.g. VoF.
|
||||
|
||||
Usage
|
||||
\verbatim
|
||||
extractEulerianParticles1
|
||||
{
|
||||
type extractEulerianParticles;
|
||||
|
||||
@ -42,11 +42,11 @@ Usage
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
operation subtract;
|
||||
|
||||
source1
|
||||
region1
|
||||
{
|
||||
...
|
||||
}
|
||||
source2
|
||||
region2
|
||||
{
|
||||
...
|
||||
}
|
||||
|
||||
@ -45,6 +45,7 @@ Usage
|
||||
|
||||
fields ("U.*" p);
|
||||
}
|
||||
\endverbatim
|
||||
|
||||
Where the entries comprise:
|
||||
\table
|
||||
|
||||
Reference in New Issue
Block a user