17 lines
599 B
Plaintext
17 lines
599 B
Plaintext
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
========= |
|
||
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||
|
\\ / O peration | Website: https://openfoam.org
|
||
|
\\ / A nd | Version: 10
|
||
|
\\/ M anipulation |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
|
||
|
type saturation;
|
||
|
libs ("multiphaseFunctionObjects.so");
|
||
|
|
||
|
writeControl timeStep;
|
||
|
writeInterval 1;
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|