labelled muf - grad(muf) used, so can now manipulate in fvSolution etc

This commit is contained in:
andy
2008-12-19 14:03:49 +00:00
parent 393e4d232e
commit 9596677119

View File

@ -1,6 +1,9 @@
surfaceScalarField muf = surfaceScalarField muf
(
"muf",
twoPhaseProperties->muf() twoPhaseProperties->muf()
+ fvc::interpolate(rho*turbulence->nut()); + fvc::interpolate(rho*turbulence->nut())
);
fvVectorMatrix UEqn fvVectorMatrix UEqn
( (