mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Function objects - updated to enable user time emtries, e.g. if using engineTime. Fixes #437
This commit is contained in:
@ -38,7 +38,7 @@ void Foam::functionObjects::thermoCoupleProbes::sampleAndWrite
|
||||
|
||||
probeStream
|
||||
<< setw(w)
|
||||
<< vField.time().timeToUserTime(vField.time().value());
|
||||
<< vField.time().timeOutputValue();
|
||||
|
||||
forAll(*this, probeI)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user