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.3.tar.gz (46.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.0.3-py3-none-any.whl (59.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pydae-1.0.3.tar.gz
Algorithm Hash digest
SHA256 3492fb757ea9563c500de6d46f72e72d8e281558f1a9e8eed27f5853ff9bb128
MD5 7b61d8c0f7dd6c7294b8aa977a379a16
BLAKE2b-256 aadf6d03ef1d54b6dc51cf83ca19a1349d3e94aec1d4103a25d3b100a2602f10

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydae-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 814f4d950660fa5a7bda591904ac3fbb69de22ec62870db806c7d8cf58105ca5
MD5 ca6e1124fb8737df6891469d53e56a2a
BLAKE2b-256 8071d53aa0bd72a6fc70488e8bf7049453252abbe931ad0534a61d1bd17d9d30

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