Skip to content

Commit

Permalink
Merge pull request #177 from mSamiolo/patch-1
Browse files Browse the repository at this point in the history
Correct typo at fsi_tutorial.jl
  • Loading branch information
amartinhuertas authored Nov 6, 2023
2 parents c173fa3 + 6df701a commit 2e29dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsi_tutorial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ uf_in(x) = VectorValue( 1.5 * U * x[2] * ( H - x[2] ) / ( (H/2)^2 ), 0.0 )
uf_0(x) = VectorValue( 0.0, 0.0 )
us_0(x) = VectorValue( 0.0, 0.0 )

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

0 comments on commit 2e29dd1

Please sign in to comment.