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.3.0.tar.gz (66.1 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.3.0-py3-none-any.whl (80.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pydae-1.3.0.tar.gz
Algorithm Hash digest
SHA256 d14278b86b0806576cc0967b4be534bba792b37bcac76fbeb0e6538d11bf11c4
MD5 e666c79c5628e6dcfed51a293a2af020
BLAKE2b-256 7278d8039f718d1cdcd824f88c45377abe9a1ad837f372331d484b9c6b91c94c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydae-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 80.9 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.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 22aaaa3d8d3724efa24b67dd5937b694a0d4365f7a1d05e4a38a043c2200d4df
MD5 a6b9acbaef87e28af119ffb677cc69b8
BLAKE2b-256 ae60f2b6ab000ffa9b9434cf33e2f5665bcef6a869c5a35b7332db572a54dbc6

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