Skip to content

Commit

Permalink
MIN: Removing redundant model parameters for tracer flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlipovac committed Feb 7, 2025
1 parent eb5c97d commit 4163064
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/porepy/examples/tracer_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,10 @@ class TracerFlowSetup( # type: ignore[misc]
# demonstration.
"eliminate_reference_phase": True,
"eliminate_reference_component": True,
# We use upwinding in the pressure equation, no fractional flow (default).
"fractional_flow": False,
"time_manager": time_manager,
"max_iterations": max_iterations,
"nl_convergence_tol": newton_tol_increment,
"nl_convergence_tol_res": newton_tol,
"progressbars": True,
"meshing_arguments": {"cell_size": 0.05},
"grid_type": "simplex",
}
Expand Down
2 changes: 0 additions & 2 deletions tutorials/tracer_flow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,6 @@
" # The respective DOFs are eliminated by default. These flags are for demonstration.\n",
" \"eliminate_reference_phase\": True,\n",
" \"eliminate_reference_component\": True,\n",
" # We use an inconsistent discretization in the pressure equation, no fractional flow\n",
" \"fractional_flow\": False,\n",
" \"time_manager\": time_manager,\n",
" \"max_iterations\": max_iterations,\n",
" \"nl_convergence_tol\": newton_tol_increment,\n",
Expand Down

0 comments on commit 4163064

Please sign in to comment.