From 49eecadb94a0151efa516a8503446297f192fca2 Mon Sep 17 00:00:00 2001
From: Jordan Musser <jordan.musser@netl.doe.gov>
Date: Mon, 9 Dec 2019 11:56:22 -0500
Subject: [PATCH] Added delp_dir and delp

---
 docs/source/InputsProblemDefinition.rst | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/source/InputsProblemDefinition.rst b/docs/source/InputsProblemDefinition.rst
index 3df50b2..3f29f79 100644
--- a/docs/source/InputsProblemDefinition.rst
+++ b/docs/source/InputsProblemDefinition.rst
@@ -25,6 +25,18 @@ The following inputs must be preceded by "geometry."
 | prob_hi         | High corner of physical domain (physical not index space)             |   Reals     | None      |
 +-----------------+-----------------------------------------------------------------------+-------------+-----------+
 
+The following inputs must be preceded by "bc."
+
++-----------------+-----------------------------------------------------------------------+-------------+-----------+
+|                 | Description                                                           |   Type      | Default   |
++=================+=======================================================================+=============+===========+
+| delp_dir        | Direction for specified pressure drop. Note that this direction       |   Int       |   0       |
+|                 | should also be periodic.                                              |             |           |
++-----------------+-----------------------------------------------------------------------+-------------+-----------+
+| delp            | Pressure drop (Pa)                                                    |   Real      |   0.0     |
++-----------------+-----------------------------------------------------------------------+-------------+-----------+
+
+
 The following inputs must be preceded by "mfix."
 
 +----------------------+-------------------------------------------------------------------------+----------+-----------+
-- 
GitLab