Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Oct 25, 2024
1 parent 202222c commit 36b106d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Applications/expansion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36b106d

Please sign in to comment.