Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2013-07-05 15:20:31 +01:00

View File

@ -158,6 +158,12 @@ public:
return U_;
}
//- Return the flux
const surfaceScalarField& phi() const
{
return phi_;
}
//- Return the dynamic laminar viscosity
tmp<volScalarField> mu() const;