Skip to content

Commit 4e30ba2

Browse files
authored
Merge branch 'main' into release-v0.10.0
2 parents 27aeeb0 + f03b69f commit 4e30ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
sections:
3737
- file: content/modelling/03_compartments/01_fundamentals
3838
- file: content/modelling/03_compartments/02_design_fire
39-
# - file: content/modelling/03_compartments/03_example
39+
# - file: content/modelling/03_compartments/03_example
4040

4141
####################
4242
# TOOLS

book/content/tools/01_fds_smv/02_fds_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"source": [
7070
"## Step 2: Setting up the computational domain\n",
7171
"\n",
72-
"In the third step the domain of the simulation is set-up. This is done by creating a mesh (`MESH`). The domain in this example is represended by a singel mesh, which is specified by its coordinates `XB = X1,X2, Y1,Y2, Z1,Z2`, see {numref}`fig-fdstutorial-coordinates` and by the number of cells in each direction `IJK = nx, ny, nz`. Here, we choose the following values\n",
72+
"In the third step the domain of the simulation is set-up. This is done by creating a mesh (`MESH`). The domain in this example is represended by a single mesh, which is specified by its coordinates `XB = X1,X2, Y1,Y2, Z1,Z2`, see {numref}`fig-fdstutorial-coordinates` and by the number of cells in each direction `IJK = nx, ny, nz`. Here, we choose the following values\n",
7373
"\n",
7474
"`&MESH XB=0,2,0,4,0,2.5, IJK=20,40,25/`\n",
7575
"\n",

0 commit comments

Comments
 (0)