Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-12

This commit is contained in:
Chris Greenshields
2024-12-19 12:37:02 +00:00

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2017-2023 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2017-2024 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -76,6 +76,7 @@ Foam::fv::verticalDamping::verticalDamping
forcing(name, modelType, mesh, dict),
UName_(coeffs().lookupOrDefault<word>("U", "U"))
{
readCoeffs();
writeForceFields();
}