Skip to main content

Core engine for solving and analyzing Differential-Algebraic Equation (DAE) systems

Project description

pydae

Core engine for solving and analyzing Differential-Algebraic Equation (DAE) systems.

pydae uses SymPy to symbolically derive Jacobians, translates them to C, and compiles them into shared libraries for fast numerical simulation via Newton-Raphson.

See the main repository for full documentation.

Installation

pip install pydae

Quick start

from pydae.core import Builder, Model

builder = Builder(sys_dict, target='ctypes')
builder.build()

model = Model('my_system')
model.ini(params, xy_0=initial_guess)
model.run(t_end, inputs)
model.post()

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

pydae-1.4.1.tar.gz (74.6 kB view details)

Uploaded Source

Built Distribution

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

pydae-1.4.1-py3-none-any.whl (91.5 kB view details)

Uploaded Python 3

File details

Details for the file pydae-1.4.1.tar.gz.

File metadata

  • Download URL: pydae-1.4.1.tar.gz
  • Upload date:
  • Size: 74.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for pydae-1.4.1.tar.gz
Algorithm Hash digest
SHA256 fa3811d9301984b5ded5e2b7ca6d9fad969ff97d4215b4a2e5ca06abe9c026a7
MD5 3e7877a7234044ea5c8dd187c6cb0b80
BLAKE2b-256 ec91abac02ac14dead889db4318bd039055246757f6b799c0631ee934de5e6ea

See more details on using hashes here.

File details

Details for the file pydae-1.4.1-py3-none-any.whl.

File metadata

  • Download URL: pydae-1.4.1-py3-none-any.whl
  • Upload date:
  • Size: 91.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for pydae-1.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dadd8364e7c6e613c3ea36d6e413272241cfded4bfa13d6e86ab19e7c6c55a73
MD5 8e7544b41f1d6f009c43927c790e12b0
BLAKE2b-256 836dc1bd5428da88b35b4aca2a7a5b875ce55b8e8513a028c37d169f85b6ee28

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