Skip to content
Snippets Groups Projects
Commit 95966771 authored by Andrew Heather's avatar Andrew Heather
Browse files

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

parent 393e4d23
No related merge requests found
surfaceScalarField muf =
surfaceScalarField muf
(
"muf",
twoPhaseProperties->muf()
+ fvc::interpolate(rho*turbulence->nut());
+ fvc::interpolate(rho*turbulence->nut())
);
fvVectorMatrix UEqn
(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment