•
|
The first approach involves the reaction force operator (reacf) that makes it possible to compute integrals of reaction forces or fluxes during results analysis. The reacf operator gives the value of constraint forces per node, which is a discrete version of the Lagrange multipliers. It can be summed over per node and is the traditional way of computing reaction forces in FEA. The reacf operator always gives the “exact” reaction force of the discretized version of the problem.
|
•
|
Some physics interfaces provide a second way of computing accurate fluxes. Those accurate fluxes are like a continuous version of the reacf operator and have similar properties: they are pure postprocessing operations and do not affect the matrix structure or solvers. They reconstruct a, typically continuous, field instead of giving the “exact” reaction force per node for the discretized problem. So, although these fluxes will be nice and continuous, as opposed to those computed using reacf, they may sometimes not be as accurate as reacf. They also have to be integrated using some numerical quadrature rule, which can introduce numerical errors. Also note that the flux variables are only accurate if the residual is small; a small solution error normally means a small residual.
|