From 0f053e9d3161aabf7c2456bad2cf14f998607855 Mon Sep 17 00:00:00 2001 From: Pierre Horgue Date: Mon, 24 Jun 2024 09:07:57 +0200 Subject: [PATCH] PMFv2406: Starting class-based dev for solvers/libraries + new dispersion model --- Allwclean | 1 + ReleaseNotes.txt | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/Allwclean b/Allwclean index 94cb672c..2b7528ab 100755 --- a/Allwclean +++ b/Allwclean @@ -33,4 +33,5 @@ then rm -f $FOAM_USER_LIBBIN/libPMFporousBoundaryConditions.so rm -f $FOAM_USER_LIBBIN/libPMFporousModels.so rm -f $FOAM_USER_LIBBIN/libPMFtoolsGIS.so + rm -f $FOAM_USER_LIBBIN/libPMFkeywords.so fi diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 7b485441..25d44115 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,8 @@ +************************ +*** PMF v2406 +*** Starting class-based dev for solvers/libraries + new dispersion model +************************ + ### Libraries @@ -24,6 +29,11 @@ - Minor change for eventInfiltration keyword : eventFileInfiltration => infiltrationEventFile +- keywords + + - new library/class has been created to ensure compatibility with API. PMF + keywords are liste in etc/keywords.yaml file + ### Solvers - groundwaterFoam