Nonlinear finite element analyses confront users with many choices. An understanding of the fundamental concepts of
nonlinear finite element analysis is necessary if you do not want to use the finite element program as a black box.
The purpose of this manual is to describe the numerical methods included in Radioss.
Kinematic constraints are boundary conditions that are placed on nodal velocities. They are mutually exclusive for each degree
of freedom (DOF), and there can only be one constraint per DOF.
The stability of solution concerns the evolution of a process subjected to small perturbations. A process is considered
to be stable if small perturbations of initial data result in small changes in the solution. The theory of stability
can be applied to a variety of computational problems.
A large variety of materials is used in the structural components and must be modeled in stress analysis problems.
For any kind of these materials a range of constitutive laws is available to describe by a mathematical approach the
behavior of the material.
Explicit scheme is generally used for time integration in Radioss, in which velocities and displacements are obtained by direct integration of nodal accelerations.
The performance criterion in the computation was always an essential point in the architectural conception of Radioss. At first, the program has been largely optimized for the vectored super-calculators like CRAY. Then, a first parallel
version SMP made possible the exploration of shared memory on processors.
Kinematic constraints are boundary conditions that are placed on nodal velocities. They are mutually exclusive for each degree
of freedom (DOF), and there can only be one constraint per DOF.
With a tied interface it is possible to connect rigidly a set of secondary nodes to a main
surface.
A tied interface (TYPE2) can be used to connect a fine mesh of Lagrangian elements to a coarse
mesh or two different kinds of meshes (for example, spring to shell contacts).
A main and a secondary surface are defined in the interface input cards. The contact between
the two surfaces is tied. No sliding or movement of the secondary nodes is allowed on the
main surface. There are no voids present either.
It is recommended that the main surface has a coarser mesh.
Accelerations and velocities of the main nodes are computed with forces and masses added from
the secondary nodes.
Kinematic constraint is applied on all secondary nodes. They remain at the same position on
their main segments.
Tied interfaces are useful in rivet modeling, where they are used to connect springs to a
shell or solid mesh.
Spotweld Formulation
The secondary node is rigidly connected to the main surface. Two formulations are available
to describe this connection:
Default formulation
Optimized formulation
Default Spotweld
Formulation
When Spotflag=0, the spotweld formulation
is a default formulation:
Based on element shape functions
Generating hourglass with under integrated elements
Providing a connection stiffness function of secondary node localization
Recommended with full integrated shells (mainr)
Recommended for connecting brick secondary nodes to brick main segments (mesh
transition without rotational freedom)
Forces and moments transfer from secondary to main nodes is described in Figure 3:
The mass of the secondary node is transferred to the main nodes using the position of the
projection on the segment and linear interpolation functions:(1)
Where,
Denotes the position of the secondary point
Weight function obtained by the interpolation equations
The inertia of the secondary node is also transferred to the main nodes by taking into
account the distance between the secondary node and the main
surface:(2)
The term may increase the total inertia of the model especially when
the secondary node is far from the main surface.
The stability conditions are written on the main nodes:(3)
The dynamic equilibrium of each mainr node is then studied and the nodal accelerations are
computed. Then the velocities at main nodes can be obtained and updated to compute the
velocity of the projected point by:(4)
The velocity of the secondary node is then obtained:(5)
With this formulation, the added inertia may be very large especially when the secondary
node is far from the mean plan of the main element.
Optimized Spotweld
Formulation
When Spotflag=1, the spotweld formulation
is an optimized formulation:
Based on element mean rigid motion (i.e. without exciting deformation modes)
Having no hourglass problem
Having constant connection stiffness
Recommended with under integrated shells (main)
Recommended for connecting beam, spring and shell secondary nodes to brick main
segments
This spotweld formulation is optimized for spotwelds or rivets.
The secondary node is joined to the main segment barycenter as shown in Figure 5.
Forces and moments transfer from secondary to main nodes is described in Figure 6. The force applied at the secondary node is redistributed uniformly to the main nodes. In this way,
only translational mode is excited. The moment is redistributed to the main nodes by four forces such that:(6)
Where,
Normal vector to the segment
In this formulation the mass of the secondary node is equally distributed to the main
nodes. In conformity with effort transmission, the spherical inertia is computed with
respect to the center of the main element :(7)
Where, is distance from the secondary node to the center of element.
In order to insure the stability condition without reduction in the time step, the inertia
of the secondary node is transferred to the main nodes by an equivalent nodal mass computed
by:(8)
Closest Main Segment Formulation
The main segment is found via 2 formulations:
Old formulation
New improved formulation
Old Search of Closest Main
Segment Formulation
When Isearch= 1, the search of closest
main segment was based on the old formulation.
A box with a side equal to dsearch (input) is built to search the main
node contained within this box.
The distance between each main node in the box and the secondary node is computed.
The main node giving the minimum distance (dmin) is retained.
The segment is chosen with the selected node, (if the selected node belongs to 2 segments,
one is selected at random).
New Improved Search of Closest
Main Segment Formulation
When Isearch=2, the search of closest
main segment is based on the new improved formulation; a box including the main surface is
built.
The dichotomy principle is applied to this box as long as the box contains only one main
node and as long as the box side is equal to dsearch.
There are two solutions to compute the minimum distance, dmin:
The secondary node is an internal node for the main segment, as shown in Figure 10.
The secondary node is projected
orthogonally on the main segment to give a distance that may be compared with other
distances. Select the minimum distance:
The segment that provides the minimum distance is chosen for the
following computation.
The secondary node is a node external to the main segment, as shown in Figure 11.
The distance selected is that between the
secondary node and the nearest main node.
The segment is chosen using the selected node, (if the selected node belongs to 2 segments,
one is chosen at random).