From 36b106d038991e15ac914c524e35f09a91d6b390 Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Fri, 25 Oct 2024 23:46:02 +1100 Subject: [PATCH] Minor --- src/Applications/expansion.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Applications/expansion.jl b/src/Applications/expansion.jl index 28d899c..02e7dd6 100644 --- a/src/Applications/expansion.jl +++ b/src/Applications/expansion.jl @@ -162,8 +162,8 @@ function _expansion(; else @assert solid_coupling == :solid params[:bcs][:j] = Dict( - :tags => ["inlet", "outlet", "wall_exterior"], - :values=>[VectorValue(0.0,0.0,0.0), VectorValue(0.0,0.0,0.0)] + :tags => ["wall_exterior", "inlet", "outlet"], + :values=>[VectorValue(0.0,0.0,0.0), VectorValue(0.0,0.0,0.0), VectorValue(0.0,0.0,0.0)] ) params[:solid] = Dict(:domain => "wall",:σ => 1.0) end