-
Make jacobian an attribute of the steady_state class (instead of an attribute of the model itself). Use symbolic differentiation to compute the jacobian automatically from the system of equations.
-
Functions `add_cryptol_defs` and `add_cryptol_eqs` are somewhat mysterious. I have a clear idea of what I think `add_cryptol_defs` should do, but cannot make it do anything. For example:
saws…
-
**Abstract**
Cantera currently offers the Redlich-Kwong and Peng-Robinson equations of state. Addition of a Soave-Redlich-Kwong model should not be too difficult as the implementation would largely…
-
Although line breaking works in Mathjax 4.0.0, the equations do not break themselves as the window size decreases and I have to refresh the website with in the smaller screen size so that the equation…
-
Patient interface is defined as :
```
"""Base class for patient"""
class Patient(object):
def step(self, action):
"""
Run one time step of the patient dynamiBodySimiF…
-
Hi, thanks for the nice library!
I have tested both Polylux and Touying, and for some reason I like minideck more. :)
As the title describes it, when using `#footnote(...)` together with `#show:…
-
Take the following model (Note: `Hydraulic` branch of the ModelingToolkitStandardLibrary is required currently)...
```julia
using ModelingToolkitStandardLibrary.Hydraulic.IsothermalCompressible: F…
-
It appears that the implementation contains terms involving ```nt->dt```
nocmodl makes use of _ss_sparse_thread which iterative solves a nonlinear system using ```auto const ss_dt = 1e9;```
(ideally…
-
Hi,
I am trying to implement smoothness indicators of the form
$\beta_i = \sum\limits_{l=1}^k \Delta x_0^{2l-1} \int_{K_0} \left( \frac{1}{l!} \frac{d^l}{dx^l} \tilde{p}_i(x) \right)^2 dx, \qua…
FH-9 updated
5 months ago
-
I was wondering if someone could suggest reading material for the theoretical background on error state Kalman filters. I can follow most explanations (I think) of the ideas implemented in MSF (some a…