Skip to content
Snippets Groups Projects
Commit 0cadad5c authored by mattijs's avatar mattijs
Browse files

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

parents d35926b0 ac431853
Branches
Tags
No related merge requests found
......@@ -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;
......
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