multiphaseEulerFoam: noSintering: Corrected dimensions

This commit is contained in:
Will Bainbridge
2022-02-09 11:57:43 +00:00
parent c468a63830
commit a2bfa0e911

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2019-2020 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2019-2022 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -79,7 +79,7 @@ Foam::diameterModels::shapeModels::sinteringModels::noSintering::R() const
fi.mesh()
),
fi.mesh(),
dimensionedScalar(dimDensity/(dimTime*dimLength), 0)
dimensionedScalar(inv(dimTime*dimLength), 0)
);
return fvm::Su(R, fractal_.fld());