Skip to content

Commit 2e29dd1

Browse files
Merge pull request #177 from mSamiolo/patch-1
Correct typo at fsi_tutorial.jl
2 parents c173fa3 + 6df701a commit 2e29dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fsi_tutorial.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ uf_in(x) = VectorValue( 1.5 * U * x[2] * ( H - x[2] ) / ( (H/2)^2 ), 0.0 )
116116
uf_0(x) = VectorValue( 0.0, 0.0 )
117117
us_0(x) = VectorValue( 0.0, 0.0 )
118118

119-
# We consider a free tranction condition at the channel outlet
119+
# We consider a free traction condition at the channel outlet
120120
# ```math
121121
# n_{\rm F} \cdot \boldsymbol{\sigma}_{\rm F} = \mathbf{0}\quad\textrm{on }\Gamma_{\rm F,N}
122122
# ```

0 commit comments

Comments
 (0)