Add automatic pin of a DOF if no Dirichlet BC is provided. Remove explicit...
Add automatic pin of a DOF if no Dirichlet BC is provided. Remove explicit Dirichlet, except in cylinder tests cases. Cleaning.
parent
6cb74ada
No related branches found
No related tags found
Showing
- flow/benchmark/onera.py 4 additions, 4 deletionsflow/benchmark/onera.py
- flow/cases/coyote.py 3 additions, 3 deletionsflow/cases/coyote.py
- flow/cases/n0012.py 3 additions, 3 deletionsflow/cases/n0012.py
- flow/cases/n0012_3.py 3 additions, 3 deletionsflow/cases/n0012_3.py
- flow/cases/n64A410.py 3 additions, 3 deletionsflow/cases/n64A410.py
- flow/cases/rae2822.py 3 additions, 3 deletionsflow/cases/rae2822.py
- flow/cases/wbht.py 4 additions, 4 deletionsflow/cases/wbht.py
- flow/cases/wht.py 3 additions, 3 deletionsflow/cases/wht.py
- flow/default.py 21 additions, 7 deletionsflow/default.py
- flow/scripts/config.py 7 additions, 8 deletionsflow/scripts/config.py
- flow/scripts/polar.py 3 additions, 3 deletionsflow/scripts/polar.py
- flow/scripts/trim.py 4 additions, 4 deletionsflow/scripts/trim.py
- flow/src/wAdjoint.cpp 3 additions, 3 deletionsflow/src/wAdjoint.cpp
- flow/src/wAssign.cpp 6 additions, 7 deletionsflow/src/wAssign.cpp
- flow/src/wAssign.h 2 additions, 2 deletionsflow/src/wAssign.h
- flow/src/wBoundary.cpp 1 addition, 1 deletionflow/src/wBoundary.cpp
- flow/src/wProblem.cpp 33 additions, 21 deletionsflow/src/wProblem.cpp
- flow/src/wProblem.h 5 additions, 4 deletionsflow/src/wProblem.h
- flow/src/wSolver.cpp 6 additions, 6 deletionsflow/src/wSolver.cpp
- flow/tests/adjoint.py 4 additions, 4 deletionsflow/tests/adjoint.py
Loading
-
- mesh size has been slightly adjusted in nonlift test case to ensure proper convergence
- Dirichlet BCs have been kept in bli test case due to lack of robustness with all Neumann BCs, they will have to be removed at some point
- the solver is slightly slower (2%) when only Neumann BCs are used (consistent, because it takes more time to compute and assemble a Neumann BC than a Dirichlet BC)
Please register or sign in to comment