openfoam/applications/tools
Mark Olesen 4107eeefcd ENH: added foamCalc (applications/tools)
Many possibilities:
- use as a simple calculator with vectors, tensors etc.
- test validity of expression syntax

As a calculator:

    foamCalc  '(vector(1,2,3) ^ vector(4,5,6)) * sqrt(34)'

The same, but with debugging:

    foamCalc -debug-switch fieldExpr=6 \
        'mag((vector(1,2,3) ^ vector(4,5,6))) * sqrt(34)'
2019-12-19 22:18:10 +01:00
..
foamCalc ENH: added foamCalc (applications/tools) 2019-12-19 22:18:10 +01:00
foamExprParserInfo ENH: improved separation of scanner/parser debug selection 2019-12-19 13:16:26 +01:00
README.md ENH: improved separation of scanner/parser debug selection 2019-12-19 13:16:26 +01:00

The applications/tools directory contains tools that may be useful for developers or advanced users, but which will not normally be built.

The user should note that the types of tools, their behaviour and syntax are subject to much more fluctuation than regular utilities.