Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Source/velo.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1867,6 +1867,9 @@ SUBROUTINE VELOCITY_BC(T,NM,APPLY_TO_ESTIMATED_VARIABLES)

ED%OMEGA = -1.E6_EB
ED%TAU = -1.E6_EB
ED%U_AVG = -1.E6_EB
ED%V_AVG = -1.E6_EB
ED%W_AVG = -1.E6_EB
INTERPOLATED_EDGE = .FALSE.

! Throw out edges that are completely surrounded by blockages or the exterior of the domain
Expand Down
Loading