Skip to content

Commit

Permalink
Significantly simplified boundary application
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdiataei committed Oct 7, 2024
1 parent a50fbbd commit 1d1560b
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 541 deletions.
203 changes: 0 additions & 203 deletions examples/cfd_old_to_be_migrated/flow_past_sphere.py

This file was deleted.

181 changes: 0 additions & 181 deletions examples/cfd_old_to_be_migrated/taylor_green.py

This file was deleted.

2 changes: 2 additions & 0 deletions xlb/operator/boundary_condition/bc_regularized.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def __init__(
mesh_vertices,
)

self.id = boundary_condition_registry.register_boundary_condition(__class__.__name__)

# The operator to compute the momentum flux
self.momentum_flux = MomentumFlux()

Expand Down
Loading

0 comments on commit 1d1560b

Please sign in to comment.