> ## Documentation Index
> Fetch the complete documentation index at: https://calcs.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Beam Solver

> 1D structural analysis solver for beams and columns

## Overview

The Beam Solver provides comprehensive 1D structural analysis capabilities including:

* Static analysis of beams and columns
* Support for various loading conditions
* Multiple support types and configurations
* Strength and serviceability load combinations
* Deflection and stress calculations

## Required Inputs

Most parameters are optional except that enough information must be provided to create a stable structure with:

* At least one load
* Both stiffnesses (EI and EA)
* Length
* At least 1-2 supports
* At least one strength load case/combination
* At least one serviceability load combination

## Core Parameters

### Geometric and Structural Properties

* **L**: Total length of beam
* **EI**: Bending stiffness of beam
* **EA**: Axial stiffness of beam
* **SW**: Self-weight of beam (line load)

### Support Configuration

* **r**: Support configuration matrix
* Support types: pinned, fixed, roller, etc.
* Support locations and properties

### Loading

* Point loads, distributed loads, moments
* Load combinations for strength and serviceability
* Load application points and directions

## Integration

The Beam Solver integrates with Calcs.com templates through Remote Widgets to provide comprehensive structural analysis capabilities.

<Note>
  For detailed implementation examples and advanced usage, refer to the main Python Solvers documentation.
</Note>
