File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ using namespace Mutation::Utilities;
44
44
* @page bprime B' Solver (bprime)
45
45
* __Usage__:
46
46
*
47
- * bprime -T \f$T_1:\ Delta T: T_2\f$ -p
48
- * \f$p\f$ -b \f$B'_g\f$ -m mixture -bl BL -py Pyrolysis
47
+ * bprime \f$-T\f$ \f$T_1\f$:\f$\ Delta T\f$:\f$ T_2\f$ \f$-p\f
48
+ * \f$p\f$ \f$-b\f \f$B'_g\f$ \f$-m\f mixture \f$ -bl\f BL \f$ -py \f Pyrolysis
49
49
*
50
50
* This program generates a so-called "B-prime" table for a given temperature
51
51
* range and stepsize in K, a fixed pressure in Pa, a value of \f$B'_g\f$
@@ -273,6 +273,8 @@ int main(int argc, char* argv[]) {
273
273
double Bg = opts.Bg ;
274
274
double Bc, hw;
275
275
276
+ mix.getComposition (opts.boundary_layer_comp , Yke.data (), Composition::MASS);
277
+
276
278
if (opts.pyrolysis_exist )
277
279
mix.getComposition (opts.pyrolysis_composition , Ykg.data (),
278
280
Composition::MASS);
You can’t perform that action at this time.
0 commit comments