バージョン2306で確認した。

インプットファイルの比較

比較図は左がinterFoamで右がinterIsoFoamのチュートリアルケース。

0.orig/alpha.water

空白行の有り無しくらいの差でインプットに違いはない。

0.orig/p_rgh

Untitled

0.orig/U

Untitled

constant/dynamicMeshDict

interIsoFoamにはdynamicMeshDictがある。

/*--------------------------------*- C++ -*----------------------------------*\\
| =========                 |                                                 |
| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\\\    /   O peration     | Version:  v2306                                 |
|   \\\\  /    A nd           | Website:  www.openfoam.com                      |
|    \\\\/     M anipulation  |                                                 |
\\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      dynamicMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dynamicFvMesh   staticFvMesh;

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

constant/g

細かい記述の違いはあるがキーワード数値に大きな違いはない。

constant/transportProperties

細かい記述の違いはあるがキーワード数値に大きな違いはない。

constant/turbulenceProperties

細かい記述の違いはあるがキーワード数値に大きな違いはない。

system/blockMeshDict

Untitled