From 17ea2c544daf08cc35a8f3f741c59d7a84025282 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Wed, 17 Jun 2020 10:55:24 +0200 Subject: [PATCH] TUT: include geometricVoF library for interface sampling --- .../laminar/depthCharge2D/system/controlDict | 2 +- .../multiphase/interIsoFoam/damBreak/system/controlDict | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tutorials/multiphase/compressibleInterIsoFoam/laminar/depthCharge2D/system/controlDict b/tutorials/multiphase/compressibleInterIsoFoam/laminar/depthCharge2D/system/controlDict index a346c2ef76..7b4432f408 100644 --- a/tutorials/multiphase/compressibleInterIsoFoam/laminar/depthCharge2D/system/controlDict +++ b/tutorials/multiphase/compressibleInterIsoFoam/laminar/depthCharge2D/system/controlDict @@ -56,7 +56,7 @@ functions surfaces { type surfaces; - libs ("libsampling.so"); + libs (geometricVoF sampling); writeControl writeTime; surfaceFormat vtp; diff --git a/tutorials/multiphase/interIsoFoam/damBreak/system/controlDict b/tutorials/multiphase/interIsoFoam/damBreak/system/controlDict index 58b788c0b8..44dc4e341b 100644 --- a/tutorials/multiphase/interIsoFoam/damBreak/system/controlDict +++ b/tutorials/multiphase/interIsoFoam/damBreak/system/controlDict @@ -59,7 +59,7 @@ functions surfaces { type surfaces; - libs ("libsampling.so"); + libs (geometricVoF sampling); writeControl writeTime; surfaceFormat vtp; @@ -68,14 +68,13 @@ functions interpolationScheme cell; surfaces - ( + { freeSurf { type interface; interpolate false; } - - ); + } } }