mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
labelled muf - grad(muf) used, so can now manipulate in fvSolution etc
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
surfaceScalarField muf =
|
||||
surfaceScalarField muf
|
||||
(
|
||||
"muf",
|
||||
twoPhaseProperties->muf()
|
||||
+ fvc::interpolate(rho*turbulence->nut());
|
||||
+ fvc::interpolate(rho*turbulence->nut())
|
||||
);
|
||||
|
||||
fvVectorMatrix UEqn
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user