PassengerC07
Results
1
issues of
PassengerC07
Using the flow past sphere example. The following lines were changed: ``` # bc_left = RegularizedBC("velocity", profile=bc_profile(), indices=inlet) bc_left = RegularizedBC("velocity", prescribed_value=(u_max, 0.0, 0.0), indices=inlet) bc_sphere = FullwayBounceBackBC(indices=sphere) ``` Also...