functionObjects::surfaceFieldValue: New rational name for the surfaceRegion functionObject
surfaceRegion will be the name of a class to provide support for surface region selection.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/surfaceRegion/patch.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/surfaceFieldValue/patch.cfg"
|
||||
|
||||
fields (phi);
|
||||
operation sum;
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/surfaceRegion/surfaceRegion.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/surfaceFieldValue/surfaceRegion.cfg"
|
||||
|
||||
fields (U);
|
||||
operation areaNormalIntegrate;
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
type surfaceRegion;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
writeControl timeStep;
|
||||
|
||||
@ -17,13 +17,13 @@ log false;
|
||||
|
||||
region1
|
||||
{
|
||||
#includeEtc "caseDicts/postProcessing/surfaceRegion/surfaceRegion.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/surfaceFieldValue/surfaceRegion.cfg"
|
||||
operation areaAverage;
|
||||
fields (p);
|
||||
}
|
||||
region2
|
||||
{
|
||||
#includeEtc "caseDicts/postProcessing/surfaceRegion/surfaceRegion.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/surfaceFieldValue/surfaceRegion.cfg"
|
||||
operation areaAverage;
|
||||
fields (p);
|
||||
}
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/surfaceRegion/surfaceRegion.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/surfaceFieldValue/surfaceRegion.cfg"
|
||||
|
||||
regionType faceZone;
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/surfaceRegion/surfaceRegion.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/surfaceFieldValue/surfaceRegion.cfg"
|
||||
|
||||
regionType patch;
|
||||
|
||||
@ -14,6 +14,6 @@ name <patchName>;
|
||||
fields (<field names>);
|
||||
|
||||
operation average;
|
||||
#includeEtc "caseDicts/postProcessing/surfaceRegion/patch.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/surfaceFieldValue/patch.cfg"
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -14,6 +14,6 @@ name <patchName>;
|
||||
fields (<field names>);
|
||||
|
||||
operation areaIntegrate;
|
||||
#includeEtc "caseDicts/postProcessing/surfaceRegion/patch.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/surfaceFieldValue/patch.cfg"
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
type surfaceRegion;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
writeControl timeStep;
|
||||
@ -6,7 +6,7 @@
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#includeEtc "caseDicts/postProcessing/surfaceRegion/surfaceRegion.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/surfaceFieldValue/surfaceRegion.cfg"
|
||||
|
||||
regionType sampledSurface;
|
||||
|
||||
@ -32,7 +32,7 @@ functions
|
||||
|
||||
faceObj2
|
||||
{
|
||||
type surfaceRegion;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
enabled true;
|
||||
writeControl timeStep;
|
||||
|
||||
@ -53,9 +53,9 @@ maxDeltaT 1e-03;
|
||||
|
||||
functions
|
||||
{
|
||||
surfaceRegion1
|
||||
surfaceFieldValue1
|
||||
{
|
||||
type surfaceRegion;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl writeTime;
|
||||
log yes;
|
||||
|
||||
@ -48,9 +48,9 @@ runTimeModifiable yes;
|
||||
|
||||
functions
|
||||
{
|
||||
surfaceRegion1
|
||||
surfaceFieldValue1
|
||||
{
|
||||
type surfaceRegion;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl writeTime;
|
||||
log yes;
|
||||
|
||||
@ -48,9 +48,9 @@ runTimeModifiable yes;
|
||||
|
||||
functions
|
||||
{
|
||||
surfaceRegion1
|
||||
surfaceFieldValue1
|
||||
{
|
||||
type surfaceRegion;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
enabled yes;
|
||||
writeControl writeTime;
|
||||
|
||||
@ -55,7 +55,7 @@ functions
|
||||
{
|
||||
inletFlux
|
||||
{
|
||||
type surfaceRegion;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl timeStep;
|
||||
log true;
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
awk '{print $1 " " $3}' postProcessing/poolHeight/0/surfaceRegion.dat > poolHeight_vs_time
|
||||
awk '{print $1 " " $3}' postProcessing/poolHeight/0/surfaceFieldValue.dat > poolHeight_vs_time
|
||||
|
||||
@ -67,7 +67,7 @@ functions
|
||||
|
||||
poolHeight
|
||||
{
|
||||
type surfaceRegion;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
awk '{print $1 " " $3}' postProcessing/poolHeight/0/surfaceRegion.dat > poolHeight_vs_time
|
||||
awk '{print $1 " " $3}' postProcessing/poolHeight/0/surfaceFieldValue.dat > poolHeight_vs_time
|
||||
|
||||
@ -67,7 +67,7 @@ functions
|
||||
|
||||
poolHeight
|
||||
{
|
||||
type surfaceRegion;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
inletMassFlowRate
|
||||
{
|
||||
type surfaceRegion;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
fields
|
||||
@ -31,7 +31,7 @@ inletMassFlowRate
|
||||
|
||||
outletMassFlowRate
|
||||
{
|
||||
type surfaceRegion;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
fields
|
||||
|
||||
Reference in New Issue
Block a user