OpenFOAM-5.x/applications/solvers/multiphase/twoLiquidMixingFoam
Henry Weller fda9aadb3a Specialized dotInterpolate for the efficient calculation of flux fields
e.g. (fvc::interpolate(HbyA) & mesh.Sf()) -> fvc::flux(HbyA)

This removes the need to create an intermediate face-vector field when
computing fluxes which is more efficient, reduces the peak storage and
improved cache coherency in addition to providing a simpler and cleaner
API.
2016-04-06 20:20:53 +01:00
..
Make applications: Added fvOptions library to link 2015-12-01 16:09:19 +00:00
alphaControls.H
alphaCourantNo.H
alphaDiffusionEqn.H
alphaEqn.H Renamed phiAlpha -P alphaPhi for consistency with Euler-Euler solvers 2015-09-11 17:52:43 +01:00
alphaEqnSubCycle.H
createFields.H
pEqn.H Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
twoLiquidMixingFoam.C Solvers: Added support for extrapolated pressure boundary conditions 2016-02-13 17:48:26 +00:00
UEqn.H