From 132f1b3cac9dde5ba2703068ed4c7293b81052d0 Mon Sep 17 00:00:00 2001
From: "robbberto88@gmail.com" <robbberto88@gmail.com>
Date: Fri, 15 Apr 2022 09:57:34 -0400
Subject: [PATCH] fix a few inputs

---
 docs/source/inputs/InputsProblemDefinition.rst | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/source/inputs/InputsProblemDefinition.rst b/docs/source/inputs/InputsProblemDefinition.rst
index ff41bb1..194f16a 100644
--- a/docs/source/inputs/InputsProblemDefinition.rst
+++ b/docs/source/inputs/InputsProblemDefinition.rst
@@ -181,9 +181,9 @@ Below is an example for specifying species solver model options.
 
    species.solve = O2 H2O He
 
-   species.O2.molecular_weight = 32.0
-   species.H2O.molecular_weight = 18.01528
-   species.He.molecular_weight = 4.0
+   species.O2.molecular_weight = 32.0e-3
+   species.H2O.molecular_weight = 18.01528e-3
+   species.He.molecular_weight = 4.0e-3
 
    species.diffusivity = constant
    species.diffusivity.constant = 1.9e-5
@@ -710,7 +710,6 @@ Below is an example for specifying boundary conditions for a fluid `myfluid`.
    bc.inflow.myfluid.density     =  1.0
    bc.inflow.myfluid.velocity    =  0.015  0.0  0.0
    bc.inflow.myfluid.temperature =  300
-   bc.inflow.myfluid.thermodynamic_pressure = 101325.0
    bc.inflow.myfluid.species.O2  =  0.0
    bc.inflow.myfluid.species.CO  =  0.5
    bc.inflow.myfluid.species.H2O =  0.0
@@ -720,7 +719,7 @@ Below is an example for specifying boundary conditions for a fluid `myfluid`.
    bc.outflow.myfluid.pressure =  0.0
    # In case of Ideal Gas EOS with Open System constraint
    # the thermodynamic pressure at outflow is required
-   bc.outflow.thermodynamic_pressure = 101325.0
+   bc.outflow.thermodynamic_pressure = 356318.21
 
 
 Transient Boundary Conditions
-- 
GitLab