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

This version

1.5.0

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.5.0.tar.gz (82.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.5.0-py3-none-any.whl (101.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pydae-1.5.0.tar.gz
Algorithm Hash digest
SHA256 7ff94b9a858dfc42c9256ca8bb424d8048fb08c082faa9e63a72fe5125ef6b1b
MD5 3558909c46c40ee5517fc72eddd9b4aa
BLAKE2b-256 fafbf2e2a2c00db93f6ad445b75a60debba85b4a19163076c2bb922ce28ae9c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydae-1.5.0-py3-none-any.whl
  • Upload date:
  • Size: 101.8 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.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a1bf1d704e3ad9ad4cda349e8b799462086be6911e590a51cae2568491e25fe1
MD5 c80344c3e732debb6601448a2548d687
BLAKE2b-256 409145a3a65f489bd7c4472375177a9c23ea98aa93c05f05d5ad53f0138b5aa1

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