mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: scalarTransport: avoid excessive number of output directories (fixes #2806)
This commit is contained in:
@ -18,6 +18,8 @@ Description
|
|||||||
type scalarTransport;
|
type scalarTransport;
|
||||||
libs ("libsolverFunctionObjects.so");
|
libs ("libsolverFunctionObjects.so");
|
||||||
|
|
||||||
|
writeControl writeTime;
|
||||||
|
|
||||||
field s;
|
field s;
|
||||||
schemesField s;
|
schemesField s;
|
||||||
D 1e-09;
|
D 1e-09;
|
||||||
|
|||||||
@ -7,7 +7,7 @@ tracer0
|
|||||||
log off;
|
log off;
|
||||||
|
|
||||||
resetOnStartUp false;
|
resetOnStartUp false;
|
||||||
// writeControl writeTime;
|
writeControl writeTime;
|
||||||
// writeInterval 1;
|
// writeInterval 1;
|
||||||
field tracer0;
|
field tracer0;
|
||||||
D 0.001;
|
D 0.001;
|
||||||
|
|||||||
@ -61,6 +61,8 @@ functions
|
|||||||
fvOptions
|
fvOptions
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
writeControl writeTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
fileUpdate
|
fileUpdate
|
||||||
|
|||||||
Reference in New Issue
Block a user