laplacianFoam potentialFoam算法教程为啥在网站上找不见了呀?
-
-
前三个太简单了,目前已经不写了。icoFoam在这里 http://dyfluid.com/piso.html
-
http://dyfluid.com/potentialFoam.html potentialFoam在这里
-
Info<< "\nCalculating temperature distribution\n" << endl; while (simple.loop()) { Info<< "Time = " << runTime.timeName() << nl << endl; while (simple.correctNonOrthogonal()) { solve ( fvm::ddt(T) - fvm::laplacian(DT, T) ); } # include "write.H" Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s" << " ClockTime = " << runTime.elapsedClockTime() << " s" << nl << endl; } Info<< "End\n" << endl; return 0; 这个是laplacianFoam的代码,只有一个拉普拉斯方程
2024年11月3日 06:22
8/8
2024年12月4日 15:23