-
Hi, 3D obstacles still not work with jit-compile.
```
from phi.tf.flow import *
object_geometry = Box(x=(40,60), y=(40, 60), z=(40, 60))
OBSTACLE = Obstacle(object_geometry, velocity=(0.,1.…
-
Do we have any progress on getting smoother solutions? Any new results to show?
Do we have any idea if we are closer to getting global instead of local solutions?
If so, it'd be great to share t…
-
Using initial configuration only for solid dynamics but the formulation is relying on Cauchy stress and updated configuration which is deformed from the initial configuration.
In this way, the physic…
-
How are the output times for Lagrangian particles selected. `stops` are unevenly spaced in:
```
stops,[S,lats,lons,heights] = oi.OceInterp(od._ds,
['SALT','__part…
-
```
Python 3.8.17 | packaged by conda-forge | (default, Jun 16 2023, 07:06:00)
Type 'copyright', 'credits' or 'license' for more information
IPython 8.12.2 -- An enhanced Interactive Python. Type …
-
Hi all,
I was wondering if there was a way to access the number of particles falling inside a certain Background Grid element in the ParticleMechanicsApplication from the "updated_lagrangian.cpp" el…
-
Hi there, I'm currently working on a gas-flow simulation with a partially heated pipe. I'm strugling to figure out how to set a boundary condition for a small portion of the pipe. The heat should diff…
-
-
Can kratos simulate flexible water impacting water surface? I assume this can be done by using FEM-SPH method, is that correct?
-
### Description
The trough surrogate model does not consistently solve with ``solver = get_solver()`` but consistently solves with ``solver = SolverFactory("ipopt")``. Sometimes the infeasibilitie…