Don C.
Don C.
Currently, the Double Pend case study only outputs `theta1` in a text file. Although the ODE solver did calculate `theta2`, but it didn't collect the `theta2`. `theta` is an artifact....
@smiths Should the "Output Values" be `θp` (displacement angle of the pendulum)? Currently, the single pendulum did not generate any code, but I assume we would like to print `θp`...
Initial values didn't show in the SRS, but I manually hard-coded them in the following file. https://github.com/JacquesCarette/Drasil/blob/2c21ae138a4c65fb2bcf5c52aebcf6fe603263fb/code/drasil-example/dblpend/lib/Drasil/DblPend/ODEs.hs#L20-L22 ```Haskell -- initial time zero unit in second (exactDbl 0) -- final time...
https://github.com/JacquesCarette/Drasil/blob/master/code/datafiles/dblpend/sampleInput.txt This is the file for some input values in DblPend. We could move the initial values here.
> Hi, There is a solution here which worked for me on Ubuntu 22.04 > > https://mlisi.xyz/post/kazam/ Thanks. I did a manual patch and worked on my machine.
A similar patch can be made to fix the area capture. Multiply the scale by area will fix the problem eg: ```python3 scale = self.video_source['scale'] startx = self.area[0] * scale...
there are many ways to name Conventions, usually, we use one of them - Camel Case (firstName), - Snake Case (first_name), - Kebab case (first-name), - Pascal Case (FirstName) As...
As far as I know, this chart might be helpful in visualizing the current hierarchical structure of `Choices` I guess the `modularity` part may need to be re-work, and adding...
I have the sample problem, hope there is a solution for it.
@phamthanhtong I use nuget package, do you know how i suppose change it with nuget package?