pressureDifference packaged function object: corrected include statement
This commit is contained in:
parent
605c489d5f
commit
47f374070f
1 changed files with 2 additions and 2 deletions
|
|
@ -17,13 +17,13 @@ log false;
|
|||
|
||||
source1
|
||||
{
|
||||
#includeEtc "caseDicts/postProcessing/pressure/faceSource.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg"
|
||||
operation areaAverage;
|
||||
fields (p);
|
||||
}
|
||||
source2
|
||||
{
|
||||
#includeEtc "caseDicts/postProcessing/pressure/faceSource.cfg"
|
||||
#includeEtc "caseDicts/postProcessing/faceSource/faceSource.cfg"
|
||||
operation areaAverage;
|
||||
fields (p);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue