On boundary conditions #277
chairmanmao256
started this conversation in
General
Replies: 1 comment 1 reply
-
Unfortunately, the totalPressure is not supported. We tried that boundary condition but the adjoint accuracy was not accurate. Actually, any boundary condition that depends on more than two state variables, e.g., U, p, etc. has problems... We haven't gotten a chance to fix this issue yet... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I've noticed that the boundary condition interface provided in
runScript.py
can only support a few boundary conditions (inout
,zeroGradient
, and so on), but I can still set other boundary conditions (such astotalPressure
) in the0.orig
directory and get DAFoam run without throwing out an error. So I would like to ask if DAFoam supports all the boundary conditions provided by OpenFOAM., regardless of whether a boundary condition can be set in the interface ofrunScript.py
.Beta Was this translation helpful? Give feedback.
All reactions