We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PeriodicPressureBC in https://github.com/lettucecfd/lettuce/blob/master/examples/porous_medium.ipynb can not really work with the current setup. We need to reconsider the "collision-or-boundary->streaming" workflow.
PeriodicPressureBC
Use also no_streaming_mask to identify individual boundaries, rather than only a boolean tensor of shape [q,x,y,z]
collision
Flow
Boundary()
May be related to #182
The text was updated successfully, but these errors were encountered:
rawbby
McBs
PhiSpel
No branches or pull requests
Is your proposal related to a problem?
The
PeriodicPressureBC
in https://github.com/lettucecfd/lettuce/blob/master/examples/porous_medium.ipynb can not really work with the current setup.We need to reconsider the "collision-or-boundary->streaming" workflow.
Describe the solution you'd like
Use also no_streaming_mask to identify individual boundaries, rather than only a boolean tensor of shape [q,x,y,z]
Describe alternatives you've considered
collision
toFlow
, such that it can be used inBoundary()
callAdditional context
May be related to #182
PeriodicPressureBC
in https://github.com/lettucecfd/lettuce/blob/master/examples/porous_medium.ipynbThe text was updated successfully, but these errors were encountered: