Introduction of background knowledge regarding flow physics and CFD as well as detailed information about the use of AcuSolve and what specific options do.
Collection of AcuSolve simulation cases for which results are compared against analytical or experimental results to demonstrate the accuracy
of AcuSolve results.
In order for the solver to access the user-defined functions, the functions must be compiled and linked into a shared
library. The script acuMakeLib (for Linux) and acuMakeDll (for Windows) may be used for this purpose.
Within a user-defined function or an external output code data may be accessed through support routines. These routines
provide flexibility, longevity, efficiency and the ability to check for run-time errors.
udfGetResidualNorm()
Return the current residual norm of requested equation. This value forms the numerator of the residual ratio for the given equation.
udfGetSolutionNorm()
Return the current solution norm of requested equation. This value forms the numerator of the solution ratio for the given equation.