こんにちは。
> functions
> (
> inletFlowRate
> {
> type faceSource;
> functionObjectLibs ("libfieldFunctionObjects.so");
> enabled true;
> // outputControl outputTime;
> outputControl timeStep;
> outputInterval 1;
> log true;
> valueOutput true;
> source patch;
> sourceName inlet;
> operation sum;
> fields
> (
> phi
> );
> }
> );
まず、測定したい断面のFace Zoneを定義して、
上記functionのsouceをfaceZoneに変更し、
souceNameに作成したFace Zone名を指定す
れば良いと思います。