Integrate force calculation in wall boundaries
Files
3@@ -28,10 +28,11 @@ class LbBoundary(abc.ABC):
@@ -48,6 +49,8 @@ class LbBoundary(abc.ABC):
@@ -109,14 +112,31 @@ class NoSlip(LbBoundary):
@@ -135,11 +155,10 @@ class NoSlipLinearBouzidi(LbBoundary):
@@ -147,6 +166,12 @@ class NoSlipLinearBouzidi(LbBoundary):
@@ -160,7 +185,7 @@ class NoSlipLinearBouzidi(LbBoundary):
@@ -182,6 +207,13 @@ class NoSlipLinearBouzidi(LbBoundary):
@@ -201,14 +233,15 @@ class QuadraticBounceBack(LbBoundary):
@@ -258,7 +291,7 @@ class QuadraticBounceBack(LbBoundary):
@@ -311,6 +344,13 @@ class QuadraticBounceBack(LbBoundary):
@@ -355,7 +395,7 @@ class FreeSlip(LbBoundary):
@@ -425,7 +465,7 @@ class FreeSlip(LbBoundary):
@@ -715,7 +755,7 @@ class UBB(LbBoundary):
@@ -751,7 +791,7 @@ class UBB(LbBoundary):
@@ -827,7 +867,7 @@ class SimpleExtrapolationOutflow(LbBoundary):
@@ -841,7 +881,7 @@ class SimpleExtrapolationOutflow(LbBoundary):
@@ -867,7 +907,7 @@ class ExtrapolationOutflow(LbBoundary):
@@ -920,7 +960,7 @@ class ExtrapolationOutflow(LbBoundary):
@@ -973,7 +1013,7 @@ class ExtrapolationOutflow(LbBoundary):
@@ -1019,9 +1059,9 @@ class FixedDensity(LbBoundary):
@@ -1083,7 +1123,7 @@ class DiffusionDirichlet(LbBoundary):
@@ -1116,7 +1156,7 @@ class DiffusionDirichlet(LbBoundary):
@@ -1159,7 +1199,7 @@ class NeumannByCopy(LbBoundary):
@@ -1178,7 +1218,7 @@ class StreamInConstant(LbBoundary):
@@ -1192,7 +1232,7 @@ class StreamInConstant(LbBoundary):