ENH: code consistency in sampling

TUT: dictionary form of surfaces instead of list
This commit is contained in:
Mark Olesen
2020-12-02 10:01:48 +01:00
parent 4421021e99
commit 61dd6aa701
27 changed files with 230 additions and 256 deletions

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
| \\ / O peration | Version: v2012 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -81,14 +81,14 @@ functions
turbulenceProperties:L
);
surfaces
(
{
inlet
{
type patch;
patches (inlet);
interpolate false;
}
);
}
}
}