Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Greenshields committed Dec 19, 2024
2 parents f4db98d + 8ecfbe0 commit fedf1e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/waves/fvModels/verticalDamping/verticalDamping.C
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -76,6 +76,7 @@ Foam::fv::verticalDamping::verticalDamping
forcing(name, modelType, mesh, dict),
UName_(coeffs().lookupOrDefault<word>("U", "U"))
{
readCoeffs();
writeForceFields();
}

Expand Down

0 comments on commit fedf1e5

Please sign in to comment.