请教如何监测压力最高点的移动轨迹
-
把下面这个放在controlDict下面可以检测压力的最大值location
functions { minMax { // Type of functionObject type fieldMinMax; // Where to load it from (if not already in solver) libs ("libfieldFunctionObjects.so"); // Function object enabled flag enabled true; // Log to output (default: false) log true; // Write information to file (default: true) write false; location true; // Fields to be monitored - runTime modifiable fields ( p ); } }