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
6 changes: 3 additions & 3 deletions Source/wall.f90
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ SUBROUTINE WALL_BC(T,DT,NM)
CALL POINT_TO_MESH(NM)

IF (PREDICTOR) THEN
UU => U
VV => V
WW => W
UU => US
VV => VS
WW => WS
RHOP => RHOS
ZZP => ZZS
PBAR_P => PBAR_S
Expand Down
Loading