Skip to main content

Base package for structural design with Eurocodes

Project description

dx-eurocode

A base package for structural design with EN Eurocodes.

Features

  • Eurocode, Part 0 (EC0)

    • Safety factors
  • Eurocode, Part 2 (EC2)

    • Materials
    • Recurrent formulas
    • Safety factors

Sample usage

>>> from dx_eurocode.EC2.materials import RC
>>> C16_20 = RC[16] # RC['16'] works as well!
>>> C16_20.fck
16000000.0
>>> C16_20.fcm
24000000.0
>>> C16_20.Ecm
28607904894.961403
>>> C16_20.gamma
{'accidental': {'ultimate': 1.2},
 'persistent': {'ultimate': 1.5},
 'transient': {'ultimate': 1.5}}
>>> C16_20.fcd(design_situation='persistent', limit_state='ultimate')
10666666.666666666

Contribute

Source code lives in https://gitlab.com/d-e/dx-eurocode.

Public API

See the documentation pages.

Project details


Download files

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

Source Distribution

dx-eurocode-1.0.0.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

dx_eurocode-1.0.0-py3-none-any.whl (18.6 kB view hashes)

Uploaded Python 3

Supported by

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