TUT: v2412: optional backwards-compatibility setting

This commit is contained in:
mattijs 2024-12-24 09:05:49 +00:00
parent f6f6ffe055
commit 131bbaf476

View File

@ -14,6 +14,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//- To be more comparable to v2406 bug-fix branch disable the
//- near-wall distance fix (see v2412 release notes about 'Wall distance')
//OptimisationSwitches
//{
// useCombinedWallPatch 0;
//}
application simpleFoam;
startFrom startTime;