mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Standardized the naming of functions which control the writing of fields etc.
to have the prefix 'write' rather than 'output' So outputTime() -> writeTime() but 'outputTime()' is still supported for backward-compatibility. Also removed the redundant secondary-writing functionality from Time which has been superseded by the 'writeRegisteredObject' functionObject.
This commit is contained in:
@ -56,7 +56,7 @@ functions
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
enabled false;
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U
|
||||
|
||||
@ -56,7 +56,7 @@ functions
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
enabled false;
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U
|
||||
|
||||
@ -58,7 +58,7 @@ functions
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
probeLocations
|
||||
(
|
||||
(0 9.95 19.77)
|
||||
@ -75,7 +75,7 @@ functions
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
surfaceFormat raw;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -58,7 +58,7 @@ functions
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
probeLocations
|
||||
(
|
||||
(0 9.95 19.77)
|
||||
@ -75,7 +75,7 @@ functions
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
surfaceFormat raw;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type probes;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
probeLocations
|
||||
(
|
||||
(0 9.95 19.77)
|
||||
@ -74,7 +74,7 @@ functions
|
||||
{
|
||||
type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
surfaceFormat raw;
|
||||
fields
|
||||
(
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.air
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type forces;
|
||||
functionObjectLibs ("libforces.so");
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
patches (floatingObject);
|
||||
pName p;
|
||||
UName U;
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type forces;
|
||||
functionObjectLibs ("libforces.so");
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
patches (floatingObject);
|
||||
pName p;
|
||||
UName U;
|
||||
|
||||
@ -57,7 +57,7 @@ functions0
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.air
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.air
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.air
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.particles
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.air
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.air
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.particles
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.air
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.air
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.particles
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.air
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.air
|
||||
|
||||
@ -57,7 +57,7 @@ functions
|
||||
{
|
||||
type fieldAverage;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
writeControl outputTime;
|
||||
writeControl writeTime;
|
||||
fields
|
||||
(
|
||||
U.particles
|
||||
|
||||
Reference in New Issue
Block a user