Skip to content

extra constants in tutorial case

in /usr/lib/openfoam/openfoam2412/tutorials/heatTransfer/chtMultiRegionTwoPhaseEulerFoam/solidQuenching2D/constant/water/phaseProperties

we find for the wallLubrication the following subdict:

wallLubrication
(
    (gas in liquid)
    {
        type            Antal;
        Cw1             -0.01;
        Cw2             0.05;
        Cwc             10.0;
        Cwd             6.8;
        p               1.7;
    }
);

but Antal only requires Cw1 and Cw2 (see /usr/lib/openfoam/openfoam2412/src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/wallLubricationModels/Antal/Antal.C), this brings to confusion in the use of this model, and therefore the other coeficients should be removed.

Edited by franco otaola