-
## Reason
Some equations of state do not make sense to be used in certain flow models. For instance, incompressible equations of state do not make sense to be used with flow models where the density …
-
I'm experimenting with the DIVA numerical integrator from MATH77 to simultaneously integrate the variational equations for a two-body problem scenario.
Now as I understand it the 3x12 matrix that …
-
Develop an equation-oriented model formulation for centrifugal compressors.
Key elements to include:
- Conservation of mass at each station
- Conservation of rothalpy in each component
- Velocity tri…
-
All of our parallel advection operators use Lax flux to combat checkerboarding. The strength of this is driven by a characteristic speed, for example in momentum advection:
https://github.com/bendud…
-
Hi. According to the author paper http://papers.nips.cc/paper/8773-latent-ordinary-differential-equations-for-irregularly-sampled-time-series.pdf, page 6, you said you used scheduled sampling in the e…
-
Hi!
I am using the latest version of the NESTML master branch, with the sine and cosine implementation.
I wrote two NESTML codes for stdp synapses, which present sine and cosine functions in the ke…
-
Analytical model with all physical parameters = 1
![image](https://user-images.githubusercontent.com/55796835/110562821-81ca1680-814a-11eb-9d6f-eb8cf634a649.png)
State data X was generated by a nu…
-
When using Modelica.Media, a common modelling pattern is to write something like
```modelica
Medium.ThermodynamicState state;
Medium.Pressure p;
Medium.Temperature t;
...
equation
sta…
-
Please check [ScalableTestSuite.Electrical.TransmissionLine.ScaledExperiments.TransmissionLineEquations_N_10](https://libraries.openmodelica.org/branches/newInst-newBackend/ScalableTestSuite_noopt/fil…
-
There are three major ways of calculating the time-dependent sensitivity of a system of differential equations:
- Automatic Differentiation
- Finite Differences
- Sensitivity Equations
Unlike FD or A…