fix probe location

This commit is contained in:
danielque
2019-09-26 15:13:28 +02:00
parent 5bf3402415
commit ba35af963a
3 changed files with 36 additions and 36 deletions

View File

@ -77,11 +77,11 @@ functions
// Locations to be probed.
probeLocations
(
(0.03 0.025 0.03)
(0.03 0.05 0.03)
(0.03 0.075 0.03)
(0.03 0.09 0.03)
(0.03 0.12 0.03)
(0.03 0.025 0.0)
(0.03 0.050 0.0)
(0.03 0.075 0.0)
(0.03 0.090 0.0)
(0.03 0.120 0.0)
);
fields
@ -121,7 +121,7 @@ functions
location yes;
// Type of extrema for rank > 0 primitives
mode magnitude; // magnitude | component
}
}
fieldMinMax_Cpv
{
@ -132,16 +132,16 @@ functions
location yes;
// Type of extrema for rank > 0 primitives
mode magnitude; // magnitude | component
}
}
fieldMinMax_partTemp
{
type fieldMinMax;
libs ("libfieldFunctionObjects.so");
fields (partTemp);
location yes;
mode magnitude;
}
fieldMinMax_partTemp
{
type fieldMinMax;
libs ("libfieldFunctionObjects.so");
fields (partTemp);
location yes;
mode magnitude;
}
globalMassFrac
{

View File

@ -77,11 +77,11 @@ functions
// Locations to be probed.
probeLocations
(
(0.03 0.025 0.03)
(0.03 0.05 0.03)
(0.03 0.075 0.03)
(0.03 0.09 0.03)
(0.03 0.12 0.03)
(0.03 0.025 0.0)
(0.03 0.050 0.0)
(0.03 0.075 0.0)
(0.03 0.090 0.0)
(0.03 0.120 0.0)
);
fields
@ -108,7 +108,7 @@ functions
);
writeControl timeStep;
writeInterval 10000;
writeInterval 50;
}
@ -121,7 +121,7 @@ functions
location yes;
// Type of extrema for rank > 0 primitives
mode magnitude; // magnitude | component
}
}
fieldMinMax_Cpv
{
@ -132,16 +132,16 @@ functions
location yes;
// Type of extrema for rank > 0 primitives
mode magnitude; // magnitude | component
}
}
fieldMinMax_partTemp
{
type fieldMinMax;
libs ("libfieldFunctionObjects.so");
fields (partTemp);
location yes;
mode magnitude;
}
fieldMinMax_partTemp
{
type fieldMinMax;
libs ("libfieldFunctionObjects.so");
fields (partTemp);
location yes;
mode magnitude;
}
globalMassFrac
{

View File

@ -48,11 +48,11 @@ writeInterval 10000;
// Locations to be probed.
probeLocations
(
(0.03 0.025 0.03)
(0.03 0.05 0.03)
(0.03 0.075 0.03)
(0.03 0.09 0.03)
(0.03 0.12 0.03)
(0.03 0.025 0.0)
(0.03 0.050 0.0)
(0.03 0.075 0.0)
(0.03 0.090 0.0)
(0.03 0.120 0.0)
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //