-
We have been a bit careless with how we've chosen our Rayleigh numbers, resolution, aspect ratio, etc. We should make sure that we are properly resolving the smallest scales of motion, i.e. the Batche…
-
For carrying out direct numerical simulations, it would be handy if we had a `DNS` geometry tailored for that purpose. It would simply be a bunch of cubic models (volume, area, etc.).
-
Hi, Daniel.
How did you do the forced homogeneous isotropic forced case? Do you suggest some theoretical reference on how to code it for a pseudo-spectral method like the one you used?
Additiona…
-
I set HiGHS gap limit to a very low tolerance of 0.9 and ran the Sienna performance test.
The julia deserialization function is taking 50%+ of the total time.
Hence, the main bottleneck by far.
I…
-
**EDIT: see more recent results (with profiling) [here](https://github.com/ECP-WarpX/WarpX/issues/5036#issuecomment-2243800886)**
Hi all,
I'm trying to scale up an electrostatic simulation to mu…
-
### Describe the bug
When running ABACUS with input parameter `out_mat_hs=1`, it works normally. But if I set `out_mat_hs`=`True` or `true`, it will throw a termination as follows:
![Image](https://g…
-
I want to model a time series via an OU process but I'm not clear whether I explicitly declare the OU SDE as the thing to solve with no noise process:
f(u,t) = α*u
g(u,t) = β
prob = SDEProblem(f,…
-
I tried to input the moco result to the forward dynamics tool in opensim, but the simulation is far-off from the motion file that I set for Moco.
There was an error reported while running the cod…
-
```
Currently ADDA calculates the scattered intensity for a set of scattering
angles. In certain applications, scattering function is described as a series
of spherical harmonics. Thus, simulation m…
-
```
from roadrunner import RoadRunner
sbml_file = "AModel.sbml"
r = RoadRunner(sbml_file)
integrators = ('cvode', 'gillespie', 'rk4', 'rk45', 'euler')
data = {}
for integrator in integrators…