Skip to content

Commit

Permalink
Remove nonsensical warning in DivU
Browse files Browse the repository at this point in the history
  • Loading branch information
IvarStefansson committed Jul 30, 2019
1 parent 1fb1212 commit 6692eeb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/porepy/numerics/fv/biot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1255,11 +1255,6 @@ def assemble_int_bound_displacement_source(
normal_component = rotation.project_normal(g.num_cells)

biot_alpha = data[pp.PARAMETERS][self.flow_keyword]["biot_alpha"]
# aperture = data[pp.PARAMETERS][self.flow_keyword]["aperture"]
if biot_alpha != 1:
warnings.warn(
"Are you sure you want a non-unitary biot alpha for the fracture?"
)

# Project the previous solution to the slave grid
previous_displacement_jump_global_coord = (
Expand Down

0 comments on commit 6692eeb

Please sign in to comment.