mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: interfaceHeight: avoid tracking to corner point
This commit is contained in:
committed by
Mattijs Janssens
parent
4abb2153a1
commit
31eb7c61b5
@ -58,7 +58,7 @@ functions
|
||||
type interfaceHeight;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
alpha alpha.liquid;
|
||||
locations ((0 0 0));
|
||||
locations ((0 0.0001 1e-5));
|
||||
direction (1 0 0);
|
||||
writeControl timeStep;
|
||||
writeInterval 3;
|
||||
|
||||
Reference in New Issue
Block a user