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

BUG: Corrected dimensions after commit a82a2f62

parent a83eb8c2
No related branches found
No related tags found
1 merge request!6Content for 1812
......@@ -53,7 +53,7 @@ Foam::frictionModels::Voellmy::Voellmy
:
frictionModel(type(), frictionProperties, Us, h, p),
mu_("mu", dimless, coeffDict_),
xi_("xi", dimless, coeffDict_)
xi_("xi", dimAcceleration, coeffDict_)
{
Info<< " " << mu_ << nl
<< " " << xi_ << nl << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment