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.0.6.tar.gz (49.3 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.0.6-py3-none-any.whl (62.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pydae-1.0.6.tar.gz
Algorithm Hash digest
SHA256 a5758e7e727a95a1acbe007e3fe8b5013332f6d0a9723fa05b9e8a11b78539ca
MD5 f44a2fde92429ef0de1999ed6b6b90c7
BLAKE2b-256 78c83d332b1d563d29787e3c0046b58347bddddccb897ad5ec53c353cf45190b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydae-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 b7e365b2d6c1863d66dd717ed2f36cb7d08b0c6b09b75e1f64419a6442f5e53a
MD5 7968a1327f5748499f1199dbd35fbc8b
BLAKE2b-256 795694ed8b7f289bb84b0516b1be3edb7b5cefb6531a96758aa0a10d07e65193

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