Modulefpreviousupnextcontents[BIG][Normal][small]
Next: 2.6 Computing the stresses (D.S. TAE) Up: 2 Manipulation of solutions Prev: 2.4 Changing the type of a Contents


2.5 Computation of interface and reaction forces

In general, the stresses computed by the finite element method are not contained in one element or another. The stress vectors (normal force, tangential force) along an interface (a line or a surface) infers that the stresses are not in equilibrium on this interface (the action is different from the reaction).

Preprocessor FOINXX constructs the D.S. B of interface and reaction forces obtained by combining the element stress arrays of D.S. TAE, set up at the same time as the element matrices and right-hand-sides, with D.S. B containing the displacements, obtained at the same time the solution of the elasticity problem was computed.

Module FOINRE, called by FOINXX computes the interface and reaction forces in all or part of the elements in the mesh. In the case of a two-dimensional problem, structure B resulting from FOINRE is used to visualize the interface and reaction forces via TRMCXX (see part II of this user guide). For the three-dimensional case, structure B resulting from FOINRE is visualized via TRC3XX (see part II as before).

Program FOINRE has the following form:

      SUBROUTINE FOINRE(M,ISTRES,LINDIC,INDIC,NFTAE,NITAE,NFB,NIB,
     +       NFMAIL,NIMAIL,NFNDL1,NINDL1,NFB2,NIB2,NTB2,NOT1,NOT2)
C ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
C  AIM : COMPUTE THE INTERFACE AND REACTIONAL FORCES
C  ---   RESTORE HE D.S. AND ADDRESS THE WORK ARRAYS
C ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

where

The input files necessary are NFB, NFTAE, NFMAIL and, in certain cases, NFNDL1. The output file is NFB2.

There is no data to input specifically for this module except if NTB2 is non-zero. In this case, the following input is required;

Loop I from 1 to NTB2

End of loop.

The output structure, B, is described in [MODULEF User Guide - 2].


Modulefpreviousupnextcontents[BIG][Normal][small]
Next: 2.6 Computing the stresses (D.S. TAE) Up: 2 Manipulation of solutions Prev: 2.4 Changing the type of a Contents