ENH: interfaceHeight: avoid tracking to corner point

This commit is contained in:
mattijs
2020-02-18 12:32:16 +00:00
committed by Mattijs Janssens
parent 4abb2153a1
commit 31eb7c61b5

View File

@ -58,7 +58,7 @@ functions
type interfaceHeight; type interfaceHeight;
libs ("libfieldFunctionObjects.so"); libs ("libfieldFunctionObjects.so");
alpha alpha.liquid; alpha alpha.liquid;
locations ((0 0 0)); locations ((0 0.0001 1e-5));
direction (1 0 0); direction (1 0 0);
writeControl timeStep; writeControl timeStep;
writeInterval 3; writeInterval 3;