functionObjects: Updated remaining outputTime -> writeTime

This commit is contained in:
Henry Weller
2023-09-22 11:11:55 +01:00
parent 533421f91a
commit 76afad69ba
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2020-2022 OpenFOAM Foundation \\ / A nd | Copyright (C) 2020-2023 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -42,7 +42,7 @@ Description
field U; field U;
writeControl outputTime; writeControl writeTime;
writeInterval 1; writeInterval 1;
} }
@ -60,7 +60,7 @@ Description
toCartesian true; toCartesian true;
result UMean; result UMean;
writeControl outputTime; writeControl writeTime;
writeInterval 1; writeInterval 1;
} }
\endverbatim \endverbatim

View File

@ -65,7 +65,7 @@ functions
field U; field U;
writeControl outputTime; writeControl writeTime;
writeInterval 1; writeInterval 1;
} }
} }

View File

@ -62,7 +62,7 @@ functions
field U; field U;
writeControl outputTime; writeControl writeTime;
writeInterval 1; writeInterval 1;
} }
@ -80,7 +80,7 @@ functions
toCartesian true; toCartesian true;
result UMean; result UMean;
writeControl outputTime; writeControl writeTime;
writeInterval 1; writeInterval 1;
} }
} }