File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ pip install nrel-bird
3131## Installation of BiRD OpenFOAM solver (for developers and users)
3232
33331 . Activate your OpenFOAM-9 environment (` source <OpenFOAM-9 installation directory>/etc/<your-shell>rc ` )
34- 2 . cd ` OFsolvers/birdmultiphaseEulerFoam/ `
35- 3 . ` ./Allwmake `
34+ 2 . ` cd OFsolvers/birdmultiphaseEulerFoam/ `
35+ 3 . Compile ` ./Allwmake `
3636
3737## Documentation
3838
Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ Calibrate against the target data obtained with ternary breakup and coalescence
157157.. |figures-cal-tern-corn | image :: ../assets/calibration/tutorial_bsd/Surr_opt_ternary_corner.png
158158 :width: 49.5%
159159 :alt: Parameter PDF obtained with the surrogate forward model with ternary target data
160- .. container :: figures-cal-tern
161160
162161
163162Calibrate against the target data obtained with binary breakup and coalescence
Original file line number Diff line number Diff line change 22import os
33import sys
44
5+ import sphinx .util .logging
6+
7+ sphinx .util .logging .getLogger ("sphinx" ).setLevel ("ERROR" )
8+
59# Need this so sphinx can find lumache.py. Change is .py files are elsewhere than root.
610sys .path .insert (0 , os .path .abspath ("../.." ))
711sys .path .insert (0 , os .path .abspath ("../../bird" ))
3539 # 'autoapi.extension',
3640 # 'sphinxcontrib.apidoc',
3741]
42+
3843# bibtex_bibfiles = ["references.bib"]
3944# autoapi_type = 'python'
4045# autoapi_dirs = ['../../bird']
You can’t perform that action at this time.
0 commit comments