ENH: timeVaryingMapped: abstract IFstream/regIOobject handling. See #1640.

This change abstracts out the reading of "boundaryData". It should
now support OpenFOAM headers and with that also binary input.
This commit is contained in:
mattijs
2020-06-11 12:00:51 +01:00
parent 30ea38a77e
commit 5bf440956a
16 changed files with 458 additions and 974 deletions

View File

@ -61,6 +61,16 @@ functions
{
type surfaces;
surfaceFormat boundaryData;
formatOptions
{
//// Optionally specify write options
//boundaryData
//{
// header true; // write as OpenFOAM object
// format binary; // write binary or ascii
// compression false; // compress after writing
//}
}
writeControl writeTime;
interpolationScheme cell;
fields