Skip to main content

High-performance Rust-backed calculations for FERS.

Project description

FERS_calculations

FERS_calculations is a high-performance library for Rust-backed calculations in mechanical engineering. It can process JSON input files to deliver fast and accurate results. While it can be run as a standalone tool, integration with FERS_core simplifies input creation and workflow management.

Features

  • Standalone Functionality: Run directly by providing a valid JSON input file.
  • Rust-Powered Performance: Designed for speed and reliability in computational tasks.
  • Python Integration: Seamless integration with FERS_core for easy preprocessing and result handling.
  • Engineer-Friendly Design: Minimal coding effort required for complex structural engineering calculations.

Installation

pip install fers_calculations

This installs the pre-built Rust bindings -- no Rust toolchain required.

Usage

Standalone (Python)

You can call fers_calculations directly from Python without FERS_core:

import fers_calculations

# Load your JSON input
with open("001_cantilever_with_end_load.json") as f:
    json_data = f.read()

# Run the analysis
results_json = fers_calculations.calculate_from_json(json_data)

# Save the results
with open("results.json", "w") as f:
    f.write(results_json)

With FERS_core (recommended)

For a more ergonomic workflow, install FERS_core which handles model creation, calling the Rust engine, and post-processing / visualisation:

pip install fers-core
from fers_core import FERS

model = FERS.from_json("001_cantilever_with_end_load.json")
model.calculate()
model.plot_results_3d()

See FERS_core on PyPI for full documentation.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fers_calculations-0.1.90.tar.gz (853.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

fers_calculations-0.1.90-cp312-cp312-win_amd64.whl (565.3 kB view details)

Uploaded CPython 3.12Windows x86-64

fers_calculations-0.1.90-cp312-cp312-manylinux_2_34_x86_64.whl (645.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

File details

Details for the file fers_calculations-0.1.90.tar.gz.

File metadata

  • Download URL: fers_calculations-0.1.90.tar.gz
  • Upload date:
  • Size: 853.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for fers_calculations-0.1.90.tar.gz
Algorithm Hash digest
SHA256 0fbde9d14d405ecfee8876ea4316bdba15157b303923d4455e44a1dc18674a80
MD5 409cc4457bfcd1ae7742b103de217ef4
BLAKE2b-256 c755b2cbe1203dfe8266fbcb89d3941c0f0f3007d4757b829b30f9447fb3985d

See more details on using hashes here.

File details

Details for the file fers_calculations-0.1.90-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fers_calculations-0.1.90-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 798546887e0a932df51c261a7a83d44516f937dc48147a00466265b2b598d81c
MD5 ddc20ecf7c4df2f960aa0d690f6e5035
BLAKE2b-256 8f0ced949027960e17080d056f5bdbcce71ecce37e488b156a4791379237f02a

See more details on using hashes here.

File details

Details for the file fers_calculations-0.1.90-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for fers_calculations-0.1.90-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 4c804397d4cc99363d4488f4fe5a4c4947a80a9b1a1b6eb602237f5cc2eec643
MD5 461a06a95bb07448f54c7e71032495b5
BLAKE2b-256 c671b18b66c266b2c98b56afcacf533d0173bc1f9b9ea0633538dfe0c3d78bcb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page