Skip to content

Commit

Permalink
Comment lengthscale
Browse files Browse the repository at this point in the history
  • Loading branch information
tulioricci committed Jul 10, 2023
1 parent af3af49 commit cd56085
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mirgecom/multiphysics/multiphysics_coupled_fluid_wall.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,8 +896,8 @@ def add_interface_boundaries(
grad_cv_plus=grad_cv_tpair.ext,
grad_t_plus=grad_temperature_tpair.ext,
flux_penalty_amount=wall_penalty_amount,
lengthscales_minus=op.project(dcoll, fluid_dd, state_tpair.dd,
fluid_lengthscales),
# lengthscales_minus=op.project(dcoll, fluid_dd, state_tpair.dd,
# fluid_lengthscales),
use_kappa_weighted_grad_flux=use_kappa_weighted_grad_flux_in_fluid)
for state_tpair, grad_cv_tpair, grad_temperature_tpair in zip(
state_inter_volume_trace_pairs[wall_dd, fluid_dd],
Expand All @@ -915,8 +915,8 @@ def add_interface_boundaries(
grad_cv_plus=grad_cv_tpair.ext,
grad_t_plus=grad_temperature_tpair.ext,
flux_penalty_amount=wall_penalty_amount,
lengthscales_minus=op.project(dcoll, wall_dd, state_tpair.dd,
wall_lengthscales),
# lengthscales_minus=op.project(dcoll, wall_dd, state_tpair.dd,
# wall_lengthscales),
use_kappa_weighted_grad_flux=use_kappa_weighted_grad_flux_in_fluid)
for state_tpair, grad_cv_tpair, grad_temperature_tpair in zip(
state_inter_volume_trace_pairs[fluid_dd, wall_dd],
Expand Down

0 comments on commit cd56085

Please sign in to comment.