-
Hi,
I am trying to implement a system based on the anelastic liquid approximation by the following calls:
```python
divergence = -alpha * g * velocityField[1] * S_L / (Gamma * cp)
advDiff = uw.syst…
-
Hi again @2b-t,
Something I noticed regarding the drag-lift computation, is that my problem seems to be (partially) related to the discretization. Let's consider the same configuration for a cylind…
-
Hi, I am new to Underworld. Right now, I am trying to set different velocities at side boundaries using Stepfunction. I already tried using uniform velocity at side boundaries and the results t…
ghost updated
4 years ago
-
I saw on the projects tab that there is a wall functions implementation 80% complete, but stalled. I was looking to help out a little on this project. What's left to be done?
-
(I am not sure if I tagged the correct people, sorry if I am missing part of the team or if I included someone not related to the topic!)
Dear all,
I am currently tying to adapt your adjoint ana…
-
## I have gone through these following points
- Checked the latest documentation: https://docs.nativebase.io/docs/GetStarted.html for installing native base & it just says to simply install…
-
Using the code:
```
import FlagIconFactory from 'react-flag-icon-css'
const FlagIcon = FlagIconFactory(React)
```
The error occurs:
'Could not resolve the styleName flag-icon'.
Vers…
-
Problem error: Failed to load plugin 'html' declared in '.eslintrc » eslint-config-wesbos': eslint-plugin-html error: It seems that eslint is not loaded.
* ESLint version: 7.15.0
* ESLint path: C:…
-
Hello,
When using the rotating reference frame option with incompressible flow the code blows up immediately. There appears to be two issues -
1. Omega_ref is not initialized in the SetNondimension…
-
On running jest tests locally, test suite fails when trying to mount the component with a ThemeProvider.
- [x] The issue is present in the latest release.
- [x] I have searched the [is…