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.1

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.1.tar.gz (63.2 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.1-py3-none-any.whl (77.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pydae-1.2.1.tar.gz
Algorithm Hash digest
SHA256 bf88fe45dfd1a309ef048bbc345691c8f1dca611231bb985939ce43d226c869a
MD5 d151feb7a2f87b675c1f2a839c0ba42a
BLAKE2b-256 96794268803bfd9a5fc376b9739f73b77dc7e49918491ec94b5ef3225706d9b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydae-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 77.5 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.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 04fe5bd74a81f09c11152f92abcd2e099825de53241775d8ca7424d39d589786
MD5 5a132bd563453f2764ee9dba44cd94db
BLAKE2b-256 8d640a24d5e54d4eca627693ef3f091086b6f7154f238368362e1ea81b569016

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