mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user