Documentation [Deprecated]
SkyCiv Documentation








RC Design
General
Code Verification




Can't find what you're after?

Load Combinations

Load combinations are defined by properties set in the load combinations object.

Input Type Description
load_combinations Array Load combinations are assigned to forces and moments as a property in their objects. The load combinations object is used to assign a multiplier to each load combination defined.

Load Combination Properties Type Value Description
SW Number - Load factor for the self weight (SW) load group.
LG1 Number - Load factor for the LG1 (example) load group.
LG2 Number - Load factor for the LG2 (example) load group.

Example

{
   "load_combinations": [
      {
         "SW": 1,
         "LG1": 1,
         "LG2": 1.5
      },
      {
         "SW": 1,
         "LG1": 1.5,
         "LG2": 1
      }
   ]
}