-
@julienmctighe found this project:
- [`genericairplanemodel` (GitLab)](https://gitlab.com/m6029/genericairplanemodel)
which might be useful to (at least some sub-part) of our project.
-
[Spack](https://spack.io/) is very good at building scientific software and is useful for users who want to build BOUT++ from scratch. However, I didn't find an official configuration for BOUT++ yet. …
-
I'm new to FF and by extension new to crafting, but I've found this site and love it in theory.
To preface, I started a character on my girlfriend's account and got to at least level 15 in all crafti…
-
### Description
When translating
```modelica
model TestModel "test model"
Real T;
input Real Tref1 "reference Temperature";
parameter Real alpha1 = 10;
parameter Real T0 = 0 "start …
-
# Fixed Wing Vehicle Integration
I am working on adding a FixedWing aircraft class into Airsim, so far I have been documenting my work under issue #2508 but as suggested by @rajat2004 it would be u…
AOS55 updated
2 months ago
-
Given that the computation time of the current flexibility observer is too large for a 1 kHz control loop we could create a simpler version that gives slightly worse results but that runs much faster.…
-
Hello,
I have been looking at the code for the calculation of the minimum norm and there is an inconsistency, and some issues.
First, the Cholesky factorization approach:
Rc = chol…
-
Since `remake` won't handle updating conserved constants in problems by design, we can make our own wrapper over it we tell Catalyst users to use that will be more user friendly, (say `rebuild`).
A…
-
1. Testing GOSI10 with NEMO5 beta
- [x] NEMO5 beta released in on https://forge.nemo-ocean.eu/devs/ukmo/gosi/gosi/-/commits/5.0-beta?ref_type=tags
- [x] Create issue and branch on GOSI reposito…
-
**Is your feature request related to a problem? Please describe.**
For model convergence, we know that adding homotopy is a good thing, but where is it best to add it without having to go through eve…