Loads and Boundary Conditions

The following boundary conditions are outlined here.

Static Loads and Boundary Conditions

Static loads are applied at grid points in a variety of ways, including:
  • Loads applied directly to grid points
  • Pressure on surfaces
  • Gravity loads
  • Centrifugal forces due to steady rotation
  • Equivalent loads resulting from:
    • thermal expansion
    • enforced deformations of structural elements
    • enforced displacements of grid points

Any number of load sets can be defined in the Bulk Data section of the input file. However, only those sets selected in the Subcase Information section (as described in Linear Static Analysis, Inertia Relief and Nonlinear Static Analysis) will be used in the problem solution. The manner in which each type of load is selected is specified on the associated Bulk Data statement description.

The FORCE statement is used to define a static load applied to a grid point in terms of components defined by a local coordinate system. The orientation of the load components depends on the type of local coordinate system used to define the load.

The FORCE1 statement is used if the direction is determined by a vector connecting two grid points.

The MOMENT and MOMENT1 statements are used to define the application of a concentrated moment at a grid point.

The ACCEL, ACCEL1, and ACCEL2 entries are used to define the application of static acceleration loads at grid points in the model.

Pressure loads on triangular and quadrilateral elements are defined with a PLOAD2 card. The positive direction of the loading is determined by the order of the grid points on the element connection card (using the right-hand rule). The magnitude and direction of the load is automatically computed from the value of the pressure and the coordinates of the connected grid points. The load is applied to the connected grid points.

PLOAD pressure loads are used in a similar fashion to define the loading of any three or four grid points, regardless of whether or not they are connected with two-dimensional elements.

Pressure loads on the HEXA, PENTA and TETRA solid elements are defined with the PLOAD4 card. The pressure is defined positively outward from the element. The magnitude and direction of the equivalent grid point forces are automatically computed using the iso-parametric shape functions of the element to which the load has been applied. Pressure loads on the QUAD4 and TRIA3 elements can also be applied using the PLOAD4 card.

The PLOAD1 card is used to describe concentrated, uniformly distributed or linearly distributed loads on the CBAR or CBEAM elements.

The GRAV Bulk Data Entry is used to specify a gravity load by providing the components of the gravity vector in any defined coordinate system. The gravity load is obtained from the gravity vector and the mass matrix of the structural model. Because the gravitational acceleration is not calculated at scalar points, you are required to introduce gravity loads at scalar points directly.

The RFORCE statement is used to define a static loading condition due to a centrifugal force field. A centrifugal force load is specified by the designation of a grid point that lies on the axis of rotation and by the components of rotational velocity and acceleration in any defined coordinate system. In the calculation of the centrifugal force, the mass matrix pertains to a set of distinct rigid bodies connected to grid points. Deviations from this viewpoint, such as the use of scalar points or the use of mass coupling between grid points, can result in errors.

Temperature loads can only be defined at grid points. The temperatures of the connected grid points are given on the TEMP and TEMPD Bulk Data Entries. The thermal expansion coefficients are defined on the material definition cards. The mere presence of a thermal field does not imply the application of a thermal load. A thermal load will not be applied unless you make a specific request in the Subcase Information section.

The LOAD Bulk Data card defines a static loading condition that is a linear combination of load sets consisting of loads applied directly to grid points, pressure loads, gravity loads, and centrifugal forces. This card must be used if gravity loads are to be used in combination with loads applied directly to grid points, pressure loads, or centrifugal forces. The application of the combined loading condition is requested in the Subcase Information section by selecting the set number of the LOAD combination.

It should be noted that the equivalent loads (thermal and enforced displacement) must have unique set identification numbers and be selected separately in the Subcase Information section. For any particular solution, the total load will be the sum of the applied loads (grid point loading, pressure loading, gravity loading, and centrifugal forces) and the equivalent loads.

Zero enforced displacements may be specified on SPC or SPC1 cards. Zero displacements result in non-zero forces on the grid point constrained (SPC forces).

The SPCADD statement allows the combination of different SPC sets.

For inertia relief, the reaction degrees of freedom for the computation of the acceleration load are defined through SUPORT or SUPORT1 statements. Up to six degrees of freedom can be defined per subcase.

Non-zero enforced displacements may be specified on SPC or SPCD cards. The SPC card specifies both the component to be constrained and the magnitude of the enforced displacement. The SPCD card only specifies the magnitude of the enforced displacement. When an SPCD card is used, the component to be constrained must be specified on either an SPC or an SPC1 card. The use of the SPCD card avoids the decomposition of the stiffness matrix when changes are only made in the magnitudes of the enforced displacements.

The equivalent loads resulting from enforced displacements of grid points are calculated by the program and added to the other applied loads.

If the magnitudes of the enforced displacements are specified on SPC cards, the application of the load is automatic when you select the associated SPC set in the Subcase Information section.

If the magnitude of the displacement is defined on an SPCD card, the load is applied if you select the associated LOAD set in the Subcase Information section.

Inertia Relief

Allows the simulation of unconstrained structures. Typical applications are an airplane in flight, suspension parts of a car, or a satellite in space.

With inertia relief, the applied loads are balanced by a set of translational and rotational accelerations. These accelerations provide body forces, distributed over the structure in such a way that the sum total of the applied forces on the structure is zero. This provides the steady-state stress and deformed shape in the structure as if it were freely accelerating due to the applied loads. Boundary conditions are applied only to restrain rigid body motion. Because the external loads are balanced by the accelerations, the reaction forces corresponding to these boundary conditions are zero.

This calculation is automated.

Inertia relief boundary conditions may be defined in the Bulk Data section of the input deck or they may be determined automatically by the solver.

Use SUPORT Entries

  • PARAM,INREL,-1 is used to activate inertia relief.
  • The SUPORT and SUPORT1 Bulk Data Entries are used to define up to six reaction degrees of freedom of the free body.
  • SUPORT entries will be used in all relevant subcases and therefore do not need to be referenced in the Subcase Information section.
  • SUPORT1 entries need to be referenced by a SUPORT1 data selector statement for use within a subcase.

Automatic Support Generation

Up to six rigid body modes:
  • Inertia relief boundary conditions may be generated automatically by using PARAM,INREL,-2.
Greater than six rigid body modes:
  • Inertia relief boundary conditions may be generated automatically by using PARAM,INREL,-2.
  • The METHOD parameter on PARAM,INREL can reference the ID of EIGRL or EIGRA entry.
  • Eigenvalue subcases are internally generated to calculate the rigid body modes, inertial loads, and support points.

In OptiStruct, inertia relief can be applied to linear static, nonlinear static analyses, and modal frequency response analyses. For Nonlinear static analysis with contact, by default, only freeze contact is supported with inertia relief. If non-freeze contact is present, PARAM,IR4NLCON,YES can be used to allow the model to run with inertia relief. A static case with inertia relief cannot be referenced in a linear buckling analysis. Inertia relief is meaningless in normal modes analysis.

Explicit Dynamic Analysis

Explicit Dynamic Analysis is performed as a time-dependent event with time-dependent loads.

Any number of load sets can be defined in the Bulk Data section of the input file. However, only those sets selected in the Subcase Information section (as described in Explicit Dynamic Analysis (Radioss Integration)) will be used in the problem solution. The way each type of load is selected is specified on the associated Bulk Data statement description.

A termination time TTERM needs to be defined. Subcases can be combined to a successive load history using the CNTNLSUB Subcase statement. Each continued subcase starts from the end time and final load of the previous (reference) subcase. TTERM is defined in terms of total time for Explicit Dynamic Analysis (Radioss integration).

The NLOAD1 Bulk Data statement defines a time-dependent load of the form:(1) f( t )=A*C*F( t/B )

The load history function F is defined using TABLED1.

For both definitions, a DAREA or SPCD statement defines the force, displacement, velocity, or acceleration amplitude A , respectively. Aside from DAREA, FORCE, MOMENT, PLOAD, and PLOAD4 entries can be used to define the load amplitude. The quantities B and C are scale factors.

The NLOAD Bulk Data card defines a loading condition that is a linear combination of load sets consisting of loads applied directly to grid points. The application of the combined loading condition is requested in the Subcase Information section by selecting the set number of the NLOAD combination.

Rigid walls may be defined using RWALL. Multiple rigid wall sets can be combined into a single set using RWALADD. The subcase selection is made by RWALL.

Zero enforced displacements may be specified on SPC or SPC1 cards. The SPCADD statement allows the combination of different SPC sets.

In explicit dynamic analysis, initial velocities can be defined using TIC and TICA Bulk Data Entries. TIC defines an initial velocity on a grid point, while TICA defines the initial velocities of a grid set along and/or about an axis. A subcase selection must be made with IC.

Frequency Response Loads and Boundary Conditions

Frequency dependent dynamic loads are applied at grid points. There are two different definitions available.

Any number of load sets can be defined in the Bulk Data section of the input file. However, only those sets selected in the Subcase Information section (as described in Frequency Response Analysis) will be used in the problem solution. The manner in which each type of load is selected is specified on the associated Bulk Data statement description.

The RLOAD1 Bulk Data statement defines a frequency dependent excitation of the form:(2) f ( Ω ) = A ( C ( Ω ) + i D ( Ω ) ) e i ( θ 2 π Ω τ )
The RLOAD2 Bulk Data statement defines a frequency dependent excitation of the form:(3) f ( Ω ) = A * B ( Ω ) e i ( φ ( Ω ) + θ 2 π Ω τ )

For both definitions, a combination of DAREA, FORCE, FORCE1, FORCE2, MOMENT, MOMENT1, MOMENT2, PLOAD, PLOAD1, PLOAD2, PLOAD4, and RLOAD, or SPCD define the amplitude A of an excitation force or motion, respectively. A DPHASE reference defines the phase angle θ , and a DELAY reference defines the delay τ . The quantities B , C , D , and φ , are frequency dependent. They are defined using TABLED1, TABLED2, TABLED3, or TABLED4.

It is recommended that SPCD be used for enforced motion. If the old inferior Large Mass Method is used for modal frequency response analysis with EIGRA, use PARAM,AMSESLM for better accuracy.

The range for the loading frequency Ω is defined using the FREQ, FREQ1, FREQ2, FREQ3, FREQ4, or FREQ5 Bulk Data statements.

The DLOAD Bulk Data card defines a static loading condition that is a linear combination of load sets consisting of loads applied directly to grid points. The application of the combined loading condition is requested in the Subcase Information section by selecting the set number of the DLOAD combination.

Zero enforced displacements may be specified on SPC or SPC1 cards.

The SPCADD statement allows the combination of different SPC sets.

Combinations of dynamic loads (DAREA) with static loads (FORCE, FORCE1, FORCE2, MOMENT, MOMENT1, MOMENT2, PLOAD, PLOAD1, PLOAD2, PLOAD4, and RLOAD), is supported.

Transient Response Loads and Boundary Conditions

Transient dynamic loads are applied at grid points. Two different definitions are available.

Any number of load sets can be defined in the Bulk Data section of the input file. However, only those sets selected in the Subcase Information section (as described in Transient Response Analysis) will be used in the problem solution. The manner in which each type of load is selected is specified on the associated Bulk Data statement description.

The TLOAD1 and TLOAD2 Bulk Data Entries define time dependent loads.

For both definitions, applied loads (DAREA, FORCEx, PLOADx, etc.), enforced motion (SPC/SPCD) or temperature (TEMP/TEMPD) define the amplitud A . A DELAY statement defines the delay.

The DLOAD Bulk Data Entry defines a static loading condition that is a linear combination of load sets consisting of loads applied directly to grid points. The application of the combined loading condition is requested in the Subcase Information section by selecting the set number of the DLOAD combination.

Transient initial conditions are defined using a TIC Bulk Data Entry. Initial displacements and initial velocities can be defined.

Zero enforced displacements may be specified on SPC or SPC1 cards.

The SPCADD statement allows the combination of different SPC sets.

Combinations of dynamic loads with static loads are not currently supported.

It is recommended that SPCD be used for enforced motion. If the old inferior Large Mass Method is used for modal transient analysis with EIGRA, use PARAM, AMSESLM, for better accuracy.