__Indices__
MESHFREE indices for simulation entities
Indices for
MESHFREE-variables have the form %ind_NameOfVariable% and they are used to refer to internally stored quantities:
-
- physical quantities: hydrostatic pressure at point %ind_p%
- geometrical quantities: distance of point to boundary %ind_dtb%
- organizational quantities: type of boundary (wall, inner, free surface) %ind_kob%
The indices can be used in equations to directly refer to the quantities on the pointcloud by
[... Y%ind_NameOfVariable% ...]
There are
General indices, that are available in all chambers, chamber specific indices that are only available for specific simulation chambers, e.g.
LIQUID and
UserDefinedIndices giving the user freedom to define own indices.
See also
__Constants__.