Skip to content

Commit

Permalink
fix image link
Browse files Browse the repository at this point in the history
  • Loading branch information
malihass committed May 6, 2024
1 parent 64414e3 commit 9114cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Will generate this
The geometry of the block cylindrical mesh is defined within a 3D domain (X,Y,Z). The blocks that represent the fluid domain are a subset of a block rectangular background domain. The fluid blocks are defined using the geometry corners. For the mesh shown above, the geometry corners are the red blocks shown below

<p float="left">
<img src="https://raw.githubusercontent.com/NREL/BioReactorDesign/main/bird/meshing/block_rect_mesh_templates/loop_reactor/loop_schematic.png" width="250"/>
<img src="https://raw.githubusercontent.com/NREL/BioReactorDesign/main/bird/meshing/block_rect_mesh_templates/loopReactor/loop_schematic.png" width="250"/>
</p>

The corners are defined in the `input.json`
Expand Down
2 changes: 1 addition & 1 deletion bird/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Bio reactor design version"""

__version__ = "0.0.6"
__version__ = "0.0.7"

0 comments on commit 9114cc1

Please sign in to comment.