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)' |
||
---|---|---|
.. | ||
foamCalc | ||
foamExprParserInfo | ||
README.md |
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.