Skip to content

Uniform flow not working in 3D #82

@msjvenegas

Description

@msjvenegas

Description

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

image

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

  1. Use example 2-wind_farm_3D.yaml
  2. Change line "vel_profile: power" to "vel_profile: uniform"
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions