mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
functionObjects: Changed options 'outputControl' -> 'writeControl' and 'outputInterval' -> 'writeInterval'
for consistency with the time controls in controlDict and to avoid unnecessary confusion. All code and tutorials have been updated. The old names 'outputControl' and 'outputInterval' are but supported for backward compatibility but deprecated.
This commit is contained in:
@ -62,8 +62,8 @@ functions
|
||||
rhoName rho;
|
||||
UName U;
|
||||
log on;
|
||||
outputControl timeStep;
|
||||
outputInterval 1;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
CofR (2.929541 0 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
@ -58,7 +58,7 @@ functions
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
outputControl outputTime;
|
||||
writeControl outputTime;
|
||||
probeLocations
|
||||
(
|
||||
(0 9.95 19.77)
|
||||
@ -75,7 +75,7 @@ functions
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
outputControl outputTime;
|
||||
writeControl outputTime;
|
||||
surfaceFormat raw;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
outputControl outputTime;
|
||||
writeControl outputTime;
|
||||
probeLocations
|
||||
(
|
||||
(0 9.95 19.77)
|
||||
@ -74,7 +74,7 @@ functions
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
outputControl outputTime;
|
||||
writeControl outputTime;
|
||||
surfaceFormat raw;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -57,8 +57,8 @@ functions
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
outputControl timeStep;
|
||||
outputInterval 1;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
probeLocations
|
||||
(
|
||||
(0 9.95 19.77)
|
||||
|
||||
@ -57,8 +57,8 @@ functions
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
outputControl timeStep;
|
||||
outputInterval 1;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
probeLocations
|
||||
(
|
||||
(0 9.95 19.77)
|
||||
|
||||
@ -57,8 +57,8 @@ functions
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
outputControl timeStep;
|
||||
outputInterval 1;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
probeLocations
|
||||
(
|
||||
(0 9.95 19.77)
|
||||
|
||||
Reference in New Issue
Block a user