Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi committed Jul 24, 2023
1 parent a38c2cd commit 378fa98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/applications/absolute_permeability.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"```{note) **Finding permeability of extracted network**\n",
"```{note} **Finding permeability of extracted network**\n",
" \n",
" 1) The methods of finding domain area in `topotools` is based on Scipy's `ConvexHull`, where a convexhull that includes the inlet pores will be created to approximate the inlet area. Both `get_domain_area` and `get_domain_length` can be a useful approximation in estimating area and length in extracted networks. In extracted networks without boundary pores where inlet/outlet pores are not necessarily located on an almost flat plane, the estimated value could be low.\n",
"\n",
Expand Down
6 changes: 5 additions & 1 deletion examples/contrib/README.md → examples/contrib/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Contibuted Examples

:orphan:

Contibuted Examples
-------------------

This folder contains code that has been contributed by a user (or developer) that is not quite ready to be included in OpenPNM permanently, but is worth including in the repository so it can be accessible via Github.

Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/08_simulating_transport.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"source": [
"## Basic Conductance Calculation\n",
"\n",
"Determining the conductance of the conduits between each pair of connected pores is the most important part of performing a simulation. The details of conductance models are covered elsewhere. [](XXX) For this demonstration will assume the very simplest case where all pressure loss occurs in the throats.\n",
"Determining the conductance of the conduits between each pair of connected pores is the most important part of performing a simulation. The details of conductance models are covered elsewhere. For this demonstration will assume the very simplest case where all pressure loss occurs in the throats.\n",
"\n",
"Recall the Hagan-Poiseuille equation for fluid flow through a cylindrical tube:\n",
"\n",
Expand Down

0 comments on commit 378fa98

Please sign in to comment.