Skip to content

Commit

Permalink
fix porosity variable at inlet in corrected model
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed May 24, 2024
1 parent e04d5b2 commit e06ac88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ def create_square_model_with_new_variable_and_constraint():
def create_corrected_square_model():
"""Create the model after correcting the singularity"""
model = create_square_model_with_new_variable_and_constraint()
model.fs.MB.solid_super_vel[0].pprint()
model.fs.MB.density_flowrate_constraint[:, 1.0].deactivate()
model.fs.MB.particle_porosity[:, 1.0].fix()
return model


Expand Down

0 comments on commit e06ac88

Please sign in to comment.