From 6df701a0f543d311662469653cf96a674492e772 Mon Sep 17 00:00:00 2001 From: mSamiolo Date: Mon, 6 Nov 2023 16:48:40 +0100 Subject: [PATCH] Correct typo at fsi_tutorial.jl --- src/fsi_tutorial.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsi_tutorial.jl b/src/fsi_tutorial.jl index cc996ae4..b4502e00 100644 --- a/src/fsi_tutorial.jl +++ b/src/fsi_tutorial.jl @@ -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} # ```