functionObject::timeControl: Rationalised naming timeStart -> startTime, timeEnd -> endTime
Support for timeStart and timeEnd is maintained for backward-compatibility but these names are deprecated.
This commit is contained in:
@ -63,7 +63,7 @@ functions
|
||||
writeControl adjustableRunTime;
|
||||
writeInterval 0.01;
|
||||
|
||||
timeStart 10;
|
||||
startTime 10;
|
||||
|
||||
surfaceFormat vtk;
|
||||
fields (p_rgh U);
|
||||
|
||||
Reference in New Issue
Block a user