From cc3bf8745494120636723d9a21a53862d08a6057 Mon Sep 17 00:00:00 2001 From: wfullmer <william.fullmer@netl.doe.gov> Date: Thu, 14 Apr 2022 12:07:53 -0400 Subject: [PATCH] add density to ic.region.fluid --- docs/source/inputs/InputsProblemDefinition.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/inputs/InputsProblemDefinition.rst b/docs/source/inputs/InputsProblemDefinition.rst index eb23b5f..cff57c4 100644 --- a/docs/source/inputs/InputsProblemDefinition.rst +++ b/docs/source/inputs/InputsProblemDefinition.rst @@ -543,6 +543,8 @@ For a fluid phase, the following inputs can be defined. +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | pressure | Fluid pressure | Real | None | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ +| density | Fluid density | Real | None | ++---------------------+-----------------------------------------------------------------------+-------------+-----------+ | temperature | Fluid temperature | Real | None | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | velocity | Velocity components | Reals | None | -- GitLab