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
|
surfaces
|
||||||
{
|
{
|
||||||
type surfaces;
|
type surfaces;
|
||||||
libs ("libsampling.so");
|
libs (geometricVoF sampling);
|
||||||
writeControl writeTime;
|
writeControl writeTime;
|
||||||
|
|
||||||
surfaceFormat vtp;
|
surfaceFormat vtp;
|
||||||
|
|||||||
@ -59,7 +59,7 @@ functions
|
|||||||
surfaces
|
surfaces
|
||||||
{
|
{
|
||||||
type surfaces;
|
type surfaces;
|
||||||
libs ("libsampling.so");
|
libs (geometricVoF sampling);
|
||||||
writeControl writeTime;
|
writeControl writeTime;
|
||||||
|
|
||||||
surfaceFormat vtp;
|
surfaceFormat vtp;
|
||||||
@ -68,14 +68,13 @@ functions
|
|||||||
interpolationScheme cell;
|
interpolationScheme cell;
|
||||||
|
|
||||||
surfaces
|
surfaces
|
||||||
(
|
{
|
||||||
freeSurf
|
freeSurf
|
||||||
{
|
{
|
||||||
type interface;
|
type interface;
|
||||||
interpolate false;
|
interpolate false;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user