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

correcting nut dimensions

parent 19337533
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ tmp<volScalarField> autoCreateNut
IOobject::NO_WRITE
),
mesh,
dimensionedScalar("zero", dimDensity*dimArea/dimTime, 0.0),
dimensionedScalar("zero", dimArea/dimTime, 0.0),
nutBoundaryTypes
)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment