mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: sampledSetWriters - updated writing of particle tracks
This commit is contained in:
committed by
Mark Olesen
parent
79fafda22c
commit
e5267bf81d
@ -742,7 +742,8 @@ bool Foam::functionObjects::streamLineBase::writeToFile()
|
||||
|
||||
scalarFormatterPtr_().write
|
||||
(
|
||||
true, // writeTracks
|
||||
true, // writeTracks
|
||||
List<scalarField>(), // times
|
||||
tracks,
|
||||
scalarNames_,
|
||||
scalarValues,
|
||||
@ -782,7 +783,8 @@ bool Foam::functionObjects::streamLineBase::writeToFile()
|
||||
|
||||
vectorFormatterPtr_().write
|
||||
(
|
||||
true, // writeTracks
|
||||
true, // writeTracks
|
||||
List<scalarField>(), // times
|
||||
tracks,
|
||||
vectorNames_,
|
||||
vectorValues,
|
||||
|
||||
Reference in New Issue
Block a user