OpenFOAM - 重启模拟后写入间隔已更改

OpenFOAM- write interval changed after restarting simulation

提问人:Bernhard Listing 提问时间:8/20/2023 更新时间:8/20/2023 访问量:26

问:

我正在超级计算机上运行 pimpleFoam 模拟。我必须将其作为有分配时间的工作提交。我正在运行的模拟用完了这个分配的时间。因此,然后我重新启动了它,并在 controlDict 中,它开始打印出许多在第一次运行期间没有发生的中间时间结果。以下是我的文件,我在两次运行之间没有更改:startFrom latestTime;writeInterval 0.01;controlDict

/---------------------------------C++ -----------------------------------\ |========= | | |\ / F ield |OpenFOAM:开源 CFD 工具箱 | |\ / O peration |版本: v2006 |
|\ / A nd |网址: www.openfoam.com |
|\/ M 动画 |
| *---------------------------------------------------------------------------*/ 泡沫文件 { 版本 2.0; 格式 ASCII; 类词典; 位置“系统”; 对象控制字典;} // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

应用 icoFoam;应用pimpleFoam;

startFrom latestTime;start从开始时间;

开始时间 0;

stopAt nextWrite;stopAt endTime;

结束时间 15;

δT 1e-4;

writeControl timeStep;writeControl adjustableRunTime;

writeInterval 100;writeInterval 0.01;

purgeWrite 0;

writeFormat ascii;

写入精度 6;

writeCompression 关闭;

timeFormat 通用;

时间精度 6;

runTime可修改 true;

PIMPLE adjustTimeStep 是;

最大钴 2;

最大德尔塔 0.01;

// ************************************************************************* //

函数 {

}

我的意思的例子是下面的两张图片:

enter image description here

enter image description here

我正在使用 OpenFOAM v10。

HPC OpenFoam (高性能混合泡沫

评论

0赞 fdireito 8/24/2023
理解设置的“之前”和“之后”有点困难。

答: 暂无答案