From 1a529b8ac22b2987ec1f01fe428515480bfd4d09 Mon Sep 17 00:00:00 2001 From: Mukul Dave Date: Tue, 2 Jul 2024 18:36:31 -0700 Subject: [PATCH] adds clarification to the docs regarding the function not accounting for pure inflow or outflow BCs --- Docs/source/InOutSolvability.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Docs/source/InOutSolvability.rst b/Docs/source/InOutSolvability.rst index 86f225a91..c74caa515 100644 --- a/Docs/source/InOutSolvability.rst +++ b/Docs/source/InOutSolvability.rst @@ -21,3 +21,8 @@ The new flux-conserving velocities to be used for the MAC/nodal projections, .. math:: {\bf u}_\text{fc} = \alpha_\text{fcf} \cdot {\bf u}, \ \forall {\bf x} \in \partial\Omega_\text{out}. + +It must be noted that this routine currently only accounts for boundaries +with the math BC ``BCType::direction_dependent``, which is to be used for +an inflow-outflow boundary. It does not compute or correct the boundary velocities +over other math BC types such as those representing pure inflow or pure outflow. \ No newline at end of file