请教如何监测压力最高点的移动轨迹
-
如何在计算过程中监测记录压力最高点的移动轨迹,或者计算结束后如何在后处理过程中得到压力最高点的移动轨迹呢?有人知道吗
-
把下面这个放在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 ); } }
2018年12月6日 10:06
3/3
2018年12月14日 01:23