[Bf-blender-cvs] [7f10f63] fluid-mantaflow: boundary width != 0 needed for liquid obstacles

Sebastián Barschkis noreply at git.blender.org
Mon Oct 3 19:47:53 CEST 2016


Commit: 7f10f639be8416a89f7b58325ccb434033b7dcb9
Author: Sebastián Barschkis
Date:   Sun Sep 18 16:23:11 2016 +0200
Branches: fluid-mantaflow
https://developer.blender.org/rB7f10f639be8416a89f7b58325ccb434033b7dcb9

boundary width != 0 needed for liquid obstacles

===================================================================

M	intern/mantaflow/intern/strings/shared_script.h

===================================================================

diff --git a/intern/mantaflow/intern/strings/shared_script.h b/intern/mantaflow/intern/strings/shared_script.h
index e9240ba..36fba70 100644
--- a/intern/mantaflow/intern/strings/shared_script.h
+++ b/intern/mantaflow/intern/strings/shared_script.h
@@ -54,7 +54,7 @@ if dim == 2:\n\
 \n\
 doOpen          = $DO_OPEN$\n\
 boundConditions = '$BOUNDCONDITIONS$'\n\
-boundaryWidth   = 0\n\
+boundaryWidth   = 1\n\
 \n\
 s = Solver(name='main', gridSize=gs, dim=dim)\n";




More information about the Bf-blender-cvs mailing list