Description
In a 3D flow, the solver fails when using the boundary condition option vel_profile: uniform. It says:

I tried using Newton and SNES solvers, but both failed. I am currently using a workaround by using the vel_profile as power and the power exponent as 0.0001.
Steps to reproduce issue
- Use example 2-wind_farm_3D.yaml
- Change line "vel_profile: power" to "vel_profile: uniform"
- Run the script.
Current behavior
The solver fails in the first iteration with error "Solver did not converge"
Expected behavior
Solve the CFD problem with a uniform flow.
Code versions
Vanilla install using the steps in the install.sh.
- Python 3.8.12
- Dolfin: 2019.1.0
- Pyoptsparse 1.0.0
- Scipy 1.4.1
Description
In a 3D flow, the solver fails when using the boundary condition option vel_profile: uniform. It says:
I tried using Newton and SNES solvers, but both failed. I am currently using a workaround by using the vel_profile as power and the power exponent as 0.0001.
Steps to reproduce issue
Current behavior
The solver fails in the first iteration with error "Solver did not converge"
Expected behavior
Solve the CFD problem with a uniform flow.
Code versions
Vanilla install using the steps in the install.sh.