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.2.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.2.0.tar.gz (93.5 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.2.0-py3-none-any.whl (115.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pydae-1.2.0.tar.gz
Algorithm Hash digest
SHA256 5ab0067a31deda57a8c6a7d39503d76673be6ab43e85825d91e7c4db85d6025d
MD5 05a745e2ac198e18e8e7331d771f13aa
BLAKE2b-256 ca65214c64f5ecfdcd5870d0ae1e6bb0c6a5102cec86a504e1a8eb5e812ac41a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydae-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aeeb497e329e6834f051b9844a4a378114e9f162477f333988cdd58bc6e8250e
MD5 8e32ff7fc13caa695ce6ccf6ae93594f
BLAKE2b-256 6628dd538d9613b2127df4bd828b5ddf1a6910c5a419fb3b4d584c390746c095

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