TUT: new/updated for compressibleInterIsoFoam

This commit is contained in:
HenningScheufler
2020-06-05 14:37:38 +02:00
committed by Andrew Heather
parent 44a84d4778
commit 3c131d8504
74 changed files with 2487 additions and 25 deletions

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
| \\ / O peration | Version: v2006 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -23,7 +23,7 @@ startTime 0;
stopAt endTime;
endTime 2;
endTime 1;
deltaT 0.001;
@ -54,4 +54,29 @@ maxAlphaCo 0.5;
maxDeltaT 1;
functions
{
surfaces
{
type surfaces;
libs ("libsampling.so");
writeControl writeTime;
surfaceFormat vtp;
fields (p U);
interpolationScheme cell;
surfaces
(
freeSurf
{
type interface;
interpolate false;
}
);
}
}
// ************************************************************************* //