Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pysph/sph/bc/inlet_outlet_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def create_ghost(self, pa_arr, inlet=True):
name = self.outlet_pairs[pa_arr.name]

ghost_pa = get_particle_array(
name=name, m=m, x=x, y=y, h=h, u=u, p=0.0, rho=rho
name=name, m=m, x=x, y=y, z=z, h=h, u=u, p=0.0, rho=rho
)

return ghost_pa
Expand Down