Now the interFoam and compressibleInterFoam families of solvers use the same alphaEqn formulation and supporting all of the MULES options without code-duplication. The semi-implicit MULES support allows running with significantly larger time-steps but this does reduce the interface sharpness.
3 lines
100 B
C
3 lines
100 B
C
surfaceScalarField rho1f(fvc::interpolate(rho1));
|
|
surfaceScalarField rho2f(fvc::interpolate(rho2));
|