diff --git a/scenarios.py b/scenarios.py index 01757661ef19c04a2bd97b79b140f3232fbdf725..3bf63b7e8f7adc50e47204a2aeb102f34cc28784 100644 --- a/scenarios.py +++ b/scenarios.py @@ -8,7 +8,6 @@ It is a good starting point if you are new to lbmpy. >>> scenario = createForceDrivenChannel(dim=2, radius=10, length=20, force=1e-5, ... method='srt', relaxationRate=1.9) >>> scenario.run(100) ->>> scenario.plotVelocity() All scenarios can be modified, for example you can create a simple channel first, then place an object in it: