Skip to content

Commit

Permalink
uses block_interface and filter for wall distance
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Apr 27, 2021
1 parent 25527c2 commit aedc18d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ref_phys.c
Expand Up @@ -698,7 +698,9 @@ static REF_BOOL ref_phys_wall_distance_bc(REF_INT bc) {
bc == 4100 || /* viscous_wall_function */
bc == 4110 || /* viscous_weak_wall */
bc == -4110 || /* viscous_weak_trs */
bc == -4100); /* viscous_wf_trs */
bc == -4100 || /* viscous_wf_trs */
bc == 6200 || /* block_interface */
bc == 6210); /* filter */
}

REF_STATUS ref_phys_wall_distance(REF_GRID ref_grid, REF_DICT ref_dict,
Expand Down

0 comments on commit aedc18d

Please sign in to comment.