A Fast Engine for Structural Engineering

An Open-Source CLI and Toolchain.

Fast • Simple • Reliable • Transparent • Cross-platform
.NET Built With
F# Written In
AGPL-3.0 Open Source

5500 Generac Access

The Ultimate Guide to the 5500 Generac Portable Generator The (specifically the GP5500 and GP5500E series) is often cited as the "sweet spot" for homeowners seeking a balance between portability and high power output . Whether you are prepping for hurricane season, managing a construction site, or powering a large RV, understanding the capabilities and maintenance of this unit is essential for reliable performance. Key Performance Specifications

If you need to power a central A/C unit (5-ton) or an entire large home, you may need a larger 10kW+ unit or a standby generator. However, for the average family looking to keep the lights on, the food cold, and the water pumping during an outage, the remains one of the most trusted and cost-effective portable options on the market. 5500 generac

Typically, the oil should be changed after the first 20–30 hours of "break-in" use and every 100 hours thereafter. Is the Generac 5500 Right for You? The Ultimate Guide to the 5500 Generac Portable

Why Choose Gazelle?

🔍

Transparent

Open source algorithms you can inspect and verify. No black box calculations in safety-critical engineering software.

🛡️

Type Safety

Built-in unit validation prevents engineering errors. Strong typing and units of measure eliminate dangerous unit mixing disasters.

🌍

Cross Platform

Single binary deployment on Windows, macOS, and Linux. Consistent behavior across all development environments.

🔧

CLI First

Command-line interface designed for automation, scripting, and integration with existing engineering workflows.

Quick Start

Create a structural model
# Create a 10m truss with 25kN load
gz create truss.json --example truss --span 10.0 --height 4.0 --loads 25.0
Run structural analysis
# Analyze structure in microseconds
gz analyze truss.json --type static --output results.json
Validate and inspect
# Check model integrity and view results
gz validate truss.json
gz info truss.json

Documentation & Support