Share
 
 

Functioning of operators in groups for dead loads

This topic shows examples of how to use operators for groups of dead loads.

The load cases 1 and 2 and the group of code combinations G1 are defined.

The operators function as follows:

  • operator AND

    gMax * 1 + gMax *2

    gMin * 1 + gMin *2

  • operator OR [inclusive]

    gMax *1 + gMax *2

    gMin *1 + gMin * 2

    gMax *1 + gMin * 2

    gMin * 1 + gMax * 2

  • operator OR [exclusive]

    gMax * 1

    gMin * 1

    gMax * 2

    gMin * 2

These operations are available only for full code combinations defined for the regulations in the EUROCODE (ec.rgl) and EUROCODE SIMPLIFIED (ecs.rgl) files.

Was this information helpful?