mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: include geometricVoF library for interface sampling
This commit is contained in:
@ -56,7 +56,7 @@ functions
|
||||
surfaces
|
||||
{
|
||||
type surfaces;
|
||||
libs ("libsampling.so");
|
||||
libs (geometricVoF sampling);
|
||||
writeControl writeTime;
|
||||
|
||||
surfaceFormat vtp;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user