Time::userDeltaTValue(): New member function to return the time-step in user-time units
functionObjects::userTimeStep updated to use Time::userDeltaTValue().
This commit is contained in:
@ -107,7 +107,7 @@ bool Foam::functionObjects::userTimeStep::write()
|
||||
{
|
||||
writeTime(file());
|
||||
|
||||
file() << tab << time_.timeToUserTime(time_.deltaTValue());
|
||||
file() << tab << time_.userDeltaTValue();
|
||||
|
||||
file() << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user